diff options
| author | CoprDistGit <infra@openeuler.org> | 2023-04-25 06:12:07 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 06:12:07 +0000 |
| commit | a3d1c55f317aff67f961ae466fb547b18b417d19 (patch) | |
| tree | 5ef666ef0c77eb35538cd29a6018c92608beebf7 | |
| parent | ff88ce860b91fa6b8f72e7d64917c6cefc0d35a2 (diff) | |
automatic import of python-sbaseopeneuler20.03
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-sbase.spec | 8 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /sbase-4.13.23.tar.gz +/sbase-4.14.2.tar.gz diff --git a/python-sbase.spec b/python-sbase.spec index 1b0ca01..9466a23 100644 --- a/python-sbase.spec +++ b/python-sbase.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sbase -Version: 4.13.23 +Version: 4.14.2 Release: 1 Summary: A complete web automation framework for end-to-end testing. License: MIT URL: https://github.com/seleniumbase/SeleniumBase -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/02/69a229d852a1cbe07a6f8ad0d3aa99ea4469c43674840f9524267fdb6833/sbase-4.13.23.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/1d/c1/00ac4d5c704ba341fb6d4e3a5b9784cd30a244253a3fb84fc99667450606/sbase-4.14.2.tar.gz BuildArch: noarch Requires: python3-seleniumbase @@ -104,7 +104,7 @@ class CoffeeCartTest(BaseCase): self.assert_text("Thanks for your purchase.", "#app .success") %prep -%autosetup -n sbase-4.13.23 +%autosetup -n sbase-4.14.2 %build %py3_build @@ -144,5 +144,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 4.13.23-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 4.14.2-1 - Package Spec generated @@ -1 +1 @@ -19066e32863592e5f18d0e6dfac42009 sbase-4.13.23.tar.gz +9d3573aebd2ff083d11798f5b99e971e sbase-4.14.2.tar.gz |
