diff --git a/selenium-3.141.0.tar.gz b/selenium-3.141.0.tar.gz deleted file mode 100644 index c2570a2ed13fd16136c282ac5593fe35b56274b5..0000000000000000000000000000000000000000 Binary files a/selenium-3.141.0.tar.gz and /dev/null differ diff --git a/selenium-4.15.2.tar.gz b/selenium-4.15.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d52caeb0ee0b01bdd351595540440fbfea0b89aa Binary files /dev/null and b/selenium-4.15.2.tar.gz differ diff --git a/selenium.spec b/selenium.spec index 4d8c0bca5a035089df7e3b1a4ec1a7929f733957..0fd7c2e19afcafefb0815a765073473bd2ce5b28 100644 --- a/selenium.spec +++ b/selenium.spec @@ -4,12 +4,12 @@ WebDriver.The selenium package is used to automate web browser interaction from \ Python. Name: python-selenium -Version: 3.141.0 -Release: 3 +Version: 4.15.2 +Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ -Source0: https://files.pythonhosted.org/packages/ed/9c/9030520bf6ff0b4c98988448a93c04fcbd5b13cd9520074d8ed53569ccfe/selenium-3.141.0.tar.gz +Source0: https://files.pythonhosted.org/packages/04/44/e86a333a57dd81739126f78c73f2243af2bfb728787a7c66046eb923c02e/selenium-4.15.2.tar.gz %description %{common_desc} @@ -23,6 +23,8 @@ BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-urllib3 +BuildRequires: python3-certifi +BuildRequires: python3-trio-websocket Requires: python3-urllib3 %description -n python3-selenium %{common_desc} @@ -34,7 +36,8 @@ Provides: python3-selenium-doc %{common_desc} %prep -%autosetup -n selenium-3.141.0 +%autosetup -n selenium-%{version} +sed -i 's/~=/>=/g' setup.py rm -rf selenium/webdriver/firefox/x86/x_ignore_nofocus.so rm -rf selenium/webdriver/firefox/amd64/x_ignore_nofocus.so @@ -81,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 6 2023 Dongxing Wang - 4.15.2-1 +- Upgrade to version 4.15.2 + * Fri Aug 13 2021 liksh - 3.141.0-3 - delete x_ignore_nofocus.so