Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-zope.testbrowser for 
openSUSE:Factory checked in at 2026-01-05 14:54:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.testbrowser (Old)
 and      /work/SRC/openSUSE:Factory/.python-zope.testbrowser.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-zope.testbrowser"

Mon Jan  5 14:54:35 2026 rev:19 rq:1325332 version:8.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-zope.testbrowser/python-zope.testbrowser.changes
  2025-04-10 22:00:33.423879112 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-zope.testbrowser.new.1928/python-zope.testbrowser.changes
        2026-01-05 14:57:35.657339480 +0100
@@ -1,0 +2,8 @@
+Mon Jan  5 04:42:23 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 8.0:
+  * Replace pkg_resources namespace with PEP 420 native namespace.
+  * Drop support for Python 3.8.
+  * Add preliminary support for Python 3.14.
+
+-------------------------------------------------------------------

Old:
----
  zope.testbrowser-7.0.tar.gz

New:
----
  zope_testbrowser-8.0.tar.gz

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

Other differences:
------------------
++++++ python-zope.testbrowser.spec ++++++
--- /var/tmp/diff_new_pack.1TsuqT/_old  2026-01-05 14:57:40.885556717 +0100
+++ /var/tmp/diff_new_pack.1TsuqT/_new  2026-01-05 14:57:40.901557382 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-zope.testbrowser
 #
-# 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
@@ -26,13 +26,13 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-zope.testbrowser%{psuffix}
-Version:        7.0
+Version:        8.0
 Release:        0
 Summary:        Programmable browser for functional black-box tests
 License:        ZPL-2.1
 URL:            https://github.com/zopefoundation/zope.testbrowser
-Source:         
https://files.pythonhosted.org/packages/source/z/zope.testbrowser/zope.testbrowser-%{version}.tar.gz
-BuildRequires:  %{python_module base >= 3.8}
+Source:         
https://files.pythonhosted.org/packages/source/z/zope.testbrowser/zope_testbrowser-%{version}.tar.gz
+BuildRequires:  %{python_module base >= 3.9}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -41,13 +41,15 @@
 Requires:       python-WSGIProxy2
 Requires:       python-WebTest >= 2.0.30
 Requires:       python-beautifulsoup4
-Requires:       python-pytz > dev
+Requires:       python-pytz
 Requires:       python-setuptools
 Requires:       python-soupsieve >= 1.9.0
 Requires:       python-zope.cachedescriptors
 Requires:       python-zope.interface
 Requires:       python-zope.schema
-Suggests:       python-mock
+%if 0%{python_version_nodots} > 312
+Requires:       python-legacy-cgi
+%endif
 Suggests:       python-zope.testing
 BuildArch:      noarch
 # SECTION test requirements
@@ -55,13 +57,14 @@
 BuildRequires:  %{python_module WSGIProxy2}
 BuildRequires:  %{python_module WebTest >= 2.0.30}
 BuildRequires:  %{python_module beautifulsoup4}
-BuildRequires:  %{python_module pytz > dev}
+BuildRequires:  %{python_module legacy-cgi if %python-base > 3.12}
+BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module soupsieve >= 1.9.0}
 BuildRequires:  %{python_module zope.cachedescriptors}
 BuildRequires:  %{python_module zope.interface}
 BuildRequires:  %{python_module zope.schema}
-BuildRequires:  %{python_module zope.testbrowser}
+BuildRequires:  %{python_module zope.testbrowser = %{version}}
 BuildRequires:  %{python_module zope.testing}
 %endif
 # /SECTION
@@ -74,7 +77,7 @@
 site.
 
 %prep
-%autosetup -p1 -n zope.testbrowser-%{version}
+%autosetup -p1 -n zope_testbrowser-%{version}
 
 %build
 %if !%{with test}
@@ -100,7 +103,6 @@
 %license LICENSE.rst
 %dir %{python_sitelib}/zope
 %{python_sitelib}/zope/testbrowser
-%{python_sitelib}/zope.testbrowser-%{version}-py*-nspkg.pth
 %{python_sitelib}/zope[_.]testbrowser-%{version}.dist-info
 %endif
 

Reply via email to