diff --git a/selenium-4.29.0.tar.gz b/selenium-4.29.0.tar.gz deleted file mode 100644 index 667b4bd6674319dec496cf411b3a1e3f2d3b0a1e..0000000000000000000000000000000000000000 Binary files a/selenium-4.29.0.tar.gz and /dev/null differ diff --git a/selenium-4.33.0.tar.gz b/selenium-4.33.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0e0c16ba9aa76de9258ab114a6ab2f52689712fa Binary files /dev/null and b/selenium-4.33.0.tar.gz differ diff --git a/selenium.spec b/selenium.spec index ec175a267d922774c51b3bbf2198e34f64cd0e2f..8c28318e6bfec70b45aa0c2184cbe4afdfb4492c 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: 4.29.0 +Version: 4.33.0 Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ -Source0: %{url}/archive/refs/tags/selenium-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/5f/7e/4145666dd275760b56d0123a9439915af167932dd6caa19b5f8b281ae297/selenium-4.33.0.tar.gz %description %{common_desc} @@ -40,7 +40,7 @@ Provides: python3-selenium-doc %{common_desc} %prep -%autosetup -n selenium-selenium-%{version} +%autosetup -n selenium-%{version} sed -i 's/~=/>=/g' py/pyproject.toml rm -rf py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so rm -rf py/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so @@ -79,6 +79,9 @@ cd py %{_docdir}/* %changelog +* Thu Jun 19 2025 guochao -4.33.0-1 +- Update package to version 4.33.0 + * Mon Mar 17 2025 Dongxing Wang - 4.29.0-1 - Upgrade package to version 4.29.0