diff --git a/selenium-4.29.0.tar.gz b/selenium-4.36.0.tar.gz similarity index 82% rename from selenium-4.29.0.tar.gz rename to selenium-4.36.0.tar.gz index 667b4bd6674319dec496cf411b3a1e3f2d3b0a1e..b7cf11283e32ebb2d40e35a46dc8ba8b1ead9abf 100644 Binary files a/selenium-4.29.0.tar.gz and b/selenium-4.36.0.tar.gz differ diff --git a/selenium.spec b/selenium.spec index ec175a267d922774c51b3bbf2198e34f64cd0e2f..491520f2417e2aae834eaa2a3279194186846f28 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.36.0 Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 @@ -27,6 +27,7 @@ BuildRequires: python3-urllib3 BuildRequires: python3-certifi BuildRequires: python3-trio-websocket BuildRequires: python3-websocket-client +BuildRequires: python3-filetype # for test BuildRequires: python3-pytest @@ -79,6 +80,14 @@ cd py %{_docdir}/* %changelog +* Sat Oct 11 2025 Yu Peng - 4.36.0-1 +- Upgrade to 4.36.0 + * Add CDP for Chrome 140 and remove 137 + * close ipv6 port in case of error + * Update docstring and comments in keys.py + * Fix formatting + * Fix type annotation error and raise clearer error message + * Mon Mar 17 2025 Dongxing Wang - 4.29.0-1 - Upgrade package to version 4.29.0