Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-selenium for openSUSE:Factory 
checked in at 2026-04-25 21:35:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-selenium (Old)
 and      /work/SRC/openSUSE:Factory/.python-selenium.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-selenium"

Sat Apr 25 21:35:16 2026 rev:21 rq:1349063 version:4.43.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-selenium/python-selenium.changes  
2025-06-04 20:26:56.364970879 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-selenium.new.11940/python-selenium.changes   
    2026-04-25 21:35:22.324892432 +0200
@@ -1,0 +2,15 @@
+Fri Apr 17 13:22:35 UTC 2026 - Markéta Machová <[email protected]>
+
+- Update to 4.43.0
+  * remove python 2.x support from py test file
+  * moved to pyproject.toml
+  * add a new ExtendedHandler in webserver.py
+  * replace dead battery imghdr with filetype
+  * update supported Python versions
+  * add enable_webextensions option for chromium-based browsers
+  * replace platform.system() with sys.platform
+  * Remove deprecated FTP proxy support
+  * Remove deprecated FirefoxBinary class
+- Refresh selenium-pytest.tar.bz2 and vendor.tar.gz
+
+-------------------------------------------------------------------

Old:
----
  selenium-4.25.0.tar.gz

New:
----
  selenium-4.43.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-selenium.spec ++++++
--- /var/tmp/diff_new_pack.0DnHse/_old  2026-04-25 21:35:23.980959819 +0200
+++ /var/tmp/diff_new_pack.0DnHse/_new  2026-04-25 21:35:23.980959819 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-selenium
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-selenium
-Version:        4.25.0
+Version:        4.43.0
 Release:        0
 Summary:        Python bindings for Selenium
 License:        Apache-2.0
@@ -27,26 +27,32 @@
 # https://github.com/SeleniumHQ/selenium/issues/6246
 Source1:        selenium-pytest.tar.bz2
 Source2:        vendor.tar.xz
+BuildRequires:  %{python_module PySocks}
 BuildRequires:  %{python_module base >= 3.8}
-BuildRequires:  %{python_module certifi >= 2021.10.8}
+BuildRequires:  %{python_module certifi >= 2026.1.4}
+BuildRequires:  %{python_module filetype}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-mock}
+BuildRequires:  %{python_module pytest-services}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module rdflib}
+BuildRequires:  %{python_module rich}
 BuildRequires:  %{python_module setuptools-rust}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module typing-extensions >= 4.9}
-BuildRequires:  %{python_module urllib3}
+BuildRequires:  %{python_module trio >= 0.31.0}
+BuildRequires:  %{python_module trio-websocket >= 0.12.2}
+BuildRequires:  %{python_module typing-extensions >= 4.15.0}
+BuildRequires:  %{python_module urllib3 >= 2.6.3}
 BuildRequires:  %{python_module websocket-client >= 1.8}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-certifi >= 2021.10.8
-Requires:       python-trio >= 0.17
-Requires:       python-trio-websocket >= 0.9
-Requires:       python-typing-extensions >= 4.9
-Requires:       python-urllib3
-Requires:       python-websocket-client >= 1.8
+Requires:       python-certifi >= 2026.1.4
+Requires:       python-trio >= 0.31.0
+Requires:       python-trio-websocket >= 0.12.2
+Requires:       python-typing-extensions >= 4.15.0
+Requires:       python-urllib3 >= 2.6.3
+Requires:       python-websocket-client >= 1.8.
 %python_subpackages
 
 %description
@@ -58,6 +64,7 @@
 
 %prep
 %setup -q -n selenium-%{version} -a1 -a2
+sed -i '/addopts/d' pyproject.toml
 
 %build
 %pyproject_wheel
@@ -67,7 +74,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
-%pytest_arch test/unit
+# test_uses_* tests search for OS-specific path, which we don't do, for the 
same reason test_errors_if_invalid_os and test_errors_if_not_file does not error
+donttest="test_uses_ or test_errors_if_invalid_os or test_errors_if_not_file"
+# test_missing_cdp_devtools_version_falls_back: error message slightly changed
+donttest="$donttest or test_missing_cdp_devtools_version_falls_back"
+# test_edge_service_verbose_flag_is_deprecated fails because we don't have the 
full stack
+donttest="$donttest or test_edge_service_verbose_flag_is_deprecated"
+# test_get_connection_manager_for_certs_and_timeout tests old path to cacerts 
which is not used anywhere else
+donttest="$donttest or test_get_connection_manager_for_certs_and_timeout"
+%pytest_arch test/unit -k "not ($donttest)"
 
 %files %{python_files}
 %doc README.rst CHANGES

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0DnHse/_old  2026-04-25 21:35:24.020961447 +0200
+++ /var/tmp/diff_new_pack.0DnHse/_new  2026-04-25 21:35:24.020961447 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="cargo_vendor" mode="manual">
-    <param name="srctar">selenium-4.25.0.tar.gz</param>
+    <param name="srctar">selenium-4.43.0.tar.gz</param>
     <param name="compression">xz</param>
     <param name="update">true</param>
   </service>

++++++ selenium-4.25.0.tar.gz -> selenium-4.43.0.tar.gz ++++++
++++ 277841 lines of diff (skipped)

++++++ selenium-pytest.tar.bz2 ++++++
++++ 12843 lines of diff (skipped)

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/python-selenium/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.python-selenium.new.11940/vendor.tar.xz differ: 
char 15, line 1

Reply via email to