diff --git a/selenium-4.18.1.tar.gz b/selenium-4.18.1.tar.gz deleted file mode 100644 index 5c47a6382636f28b927069ceeae68d4ba5964a33..0000000000000000000000000000000000000000 Binary files a/selenium-4.18.1.tar.gz and /dev/null differ diff --git a/selenium-4.23.1.tar.gz b/selenium-4.23.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..47bbe47c445e6547d3a9fed7081c5a861ea9773e Binary files /dev/null and b/selenium-4.23.1.tar.gz differ diff --git a/selenium.spec b/selenium.spec index ef949ac3c065e9c5e19848e6b19edb3018f5cc5a..9a77b06464e797cc52f9bd19c3bb4920ff2c8eea 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.18.1 -Release: 2 +Version: 4.23.1 +Release: 1 Summary: Python bindings for Selenium License: Apache-2.0 URL: https://github.com/SeleniumHQ/selenium/ -Source0: https://files.pythonhosted.org/packages/16/fd/a0ef793383077dd6296e4637acc82d1e9893e9a49a47f56e96996909e427/selenium-4.18.1.tar.gz +Source0: https://files.pythonhosted.org/packages/ab/38/f511decb16f49aba250bbe73185834fea170e1a59d4403ee881c7f0ac7df/selenium-4.23.1.tar.gz %description %{common_desc} @@ -84,6 +84,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 13 2024 liuzhilin - 4.23.1-1 +- Update version to 4.23.1 +- Fix 14278 and match ordering of dependencies +- Add websocket-client v.1.8.0 to setup.py +- Fix RelativeBy#near to take 2 parameters +- Fix EOFError when calling the Remote WebDriver download_file method +- Remove desired capabilities argument for Webkitgtk + * Thu Jun 20 2024 liuzhilin - 4.18.1-2 - del useless tarball-4.16.0.tar.gz