diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-25 10:20:41 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-25 10:20:41 +0000 |
commit | 1788e134e54cb7944216d47717eab51325420206 (patch) | |
tree | 1edc2721f240c90279fce6eabd1725380d56c19d | |
parent | 57d87b65ad11daa8acfda9ee3b795a4c8ca04ff6 (diff) |
automatic import of python-selenium-baseopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-selenium-base.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /selenium-base-4.13.24.tar.gz +/selenium-base-4.14.2.tar.gz diff --git a/python-selenium-base.spec b/python-selenium-base.spec index 1a3e878..f98eba8 100644 --- a/python-selenium-base.spec +++ b/python-selenium-base.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-selenium-base -Version: 4.13.24 +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/08/16/f7fd683a840056157a7c5ce36f686314ce49f34fb960aecbc278307aef5d/selenium-base-4.13.24.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ff/35/a25feccbfba68103bdc4ab01fb1cbe50acba4498e3d579c44a9d88b9645a/selenium-base-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 selenium-base-4.13.24 +%autosetup -n selenium-base-4.14.2 %build %py3_build @@ -144,5 +144,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Apr 12 2023 Python_Bot <Python_Bot@openeuler.org> - 4.13.24-1 +* Tue Apr 25 2023 Python_Bot <Python_Bot@openeuler.org> - 4.14.2-1 - Package Spec generated @@ -1 +1 @@ -9cd5f467fe48580eb4714769432edf49 selenium-base-4.13.24.tar.gz +021d3b260b49135aff92a5c910df5498 selenium-base-4.14.2.tar.gz |