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.37.0.tar.gz b/selenium-4.37.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..158509a1294c7131bab57c38065f7bba9953b35b Binary files /dev/null and b/selenium-4.37.0.tar.gz differ diff --git a/selenium.spec b/selenium.spec index ec175a267d922774c51b3bbf2198e34f64cd0e2f..6ce657d859a548f0bc539af30c62d06dd6457d41 100644 --- a/selenium.spec +++ b/selenium.spec @@ -4,7 +4,7 @@ WebDriver.The selenium package is used to automate web browser interaction from \ Python. Name: python-selenium -Version: 4.29.0 +Version: 4.37.0 Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 @@ -40,8 +40,7 @@ Provides: python3-selenium-doc %{common_desc} %prep -%autosetup -n selenium-selenium-%{version} -sed -i 's/~=/>=/g' py/pyproject.toml +%autosetup -n selenium-%{version} rm -rf py/selenium/webdriver/firefox/x86/x_ignore_nofocus.so rm -rf py/selenium/webdriver/firefox/amd64/x_ignore_nofocus.so @@ -79,6 +78,21 @@ cd py %{_docdir}/* %changelog +* Wed Oct 22 2025 liyue - 4.37.0-1 +- Upgrade package to version 4.37.0 +- Add CDP for Chrome 141 and remove 138 +- Fix mypy errors in by file and exceptions file +- Update docstrings style according to google guideline +- Support Python 3.14 and drop Python 3.9 +- Update docstrings style +- Fix default rpId in virtual authenticator +- Raise NotImplementedError when deleting downloads in driver subclass +- Configure WebSocket timeout and wait interval via ClientConfig +- Re-add defaults for Chromium kwargs +- Add --enable-chrome-logs to chrome service args to inherit browser i/o streams +- Fix type annotations in the chromium webdriver file +- Raise InvalidSelectorException for compound class names + * Mon Mar 17 2025 Dongxing Wang - 4.29.0-1 - Upgrade package to version 4.29.0