diff --git a/selenium-4.21.0.tar.gz b/selenium-4.22.0.tar.gz similarity index 55% rename from selenium-4.21.0.tar.gz rename to selenium-4.22.0.tar.gz index d9f343039ef639751f7a52e1a1f2aa2036b47ac6..6c4e7fce5ff567ed20ba1bb8c7301b1b10c4b748 100644 Binary files a/selenium-4.21.0.tar.gz and b/selenium-4.22.0.tar.gz differ diff --git a/selenium.spec b/selenium.spec index e3114c57365e90c03cf2ea0429963e8fa57b2a3c..246671b45fd1823209edc56a3c0dd5c674ec45bd 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.21.0 +Version: 4.22.0 Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ -Source0: https://files.pythonhosted.org/packages/df/cc/d6caa96d89c4a81a0603080a8ea95c952be32076a7d54f4a82d9ff5f4480/selenium-4.21.0.tar.gz +Source0: https://files.pythonhosted.org/packages/04/93/fe0473c381dddce4db9527cf442d5949460fab4a92713fb5984386054323/selenium-4.22.0.tar.gz %description %{common_desc} @@ -25,6 +25,8 @@ BuildRequires: python3-wheel BuildRequires: python3-urllib3 BuildRequires: python3-certifi BuildRequires: python3-trio-websocket +BuildRequires: python3-websocket-client +Requires: python3-websocket-client Requires: python3-urllib3 %description -n python3-selenium %{common_desc} @@ -84,6 +86,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 01 2024 liutao1 -4.22.0-1 +- Update package to version 4.22.0 +- [dotnet] change source of navigation alias +- [rust] Include mixed output (INFO, WARN, DEBUG, etc. to stderr and minimal JSON to stdout) +- Add selenium-manager executables to python manifest +- [java][bidi] Remove non-relevant annotations +- Fix EOFError when calling the Remote WebDriver download_file method + * Fri Oct 25 2024 liutao1 -4.21.0-1 - Update package to version 4.21.0