diff --git a/selenium-4.22.0.tar.gz b/selenium-4.22.0.tar.gz deleted file mode 100644 index 6c4e7fce5ff567ed20ba1bb8c7301b1b10c4b748..0000000000000000000000000000000000000000 Binary files a/selenium-4.22.0.tar.gz and /dev/null differ diff --git a/selenium-4.27.1.tar.gz b/selenium-4.27.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..85d46c8880fcfc8610d54341fec59dba1c7c1514 Binary files /dev/null and b/selenium-4.27.1.tar.gz differ diff --git a/selenium.spec b/selenium.spec index 246671b45fd1823209edc56a3c0dd5c674ec45bd..a68623437f77c43473225ab9f660ff99d8e76242 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.22.0 +Version: 4.27.1 Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ -Source0: https://files.pythonhosted.org/packages/04/93/fe0473c381dddce4db9527cf442d5949460fab4a92713fb5984386054323/selenium-4.22.0.tar.gz +Source0: https://files.pythonhosted.org/packages/44/8c/62c47c91072aa03af1c3b7d7f1c59b987db41c9fec0f158fb03a0da51aa6/selenium-4.27.1.tar.gz %description %{common_desc} @@ -26,6 +26,7 @@ BuildRequires: python3-urllib3 BuildRequires: python3-certifi BuildRequires: python3-trio-websocket BuildRequires: python3-websocket-client +BuildRequires: python3-setuptools-rust Requires: python3-websocket-client Requires: python3-urllib3 %description -n python3-selenium @@ -86,6 +87,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Dec 16 2024 liuzhilin - 4.27.1-1 +- Update package version to 4.27.1 +- Fix `pyproject.toml` for installable from sdist. +- Remote connection use timeout from ClientConfig. +- fix type errors for `service.py`, `cdp.py`, `webelement.py` and `remote_connection.py`. +- fix type errors for `input_device` and `file_detector. +- fix type errors for `pointer_input.py`, `wheel_input.py` and `firefox/options.py`. + * Fri Nov 01 2024 liutao1 -4.22.0-1 - Update package to version 4.22.0 - [dotnet] change source of navigation alias