Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-repoze.who for 
openSUSE:Factory checked in at 2025-10-29 21:06:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-repoze.who (Old)
 and      /work/SRC/openSUSE:Factory/.python-repoze.who.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-repoze.who"

Wed Oct 29 21:06:25 2025 rev:12 rq:1314227 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-repoze.who/python-repoze.who.changes      
2025-06-11 18:35:09.608694754 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-repoze.who.new.1980/python-repoze.who.changes
    2025-10-29 21:07:34.088924441 +0100
@@ -1,0 +2,10 @@
+Wed Oct 29 03:05:13 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 3.1.0:
+  * Add support for Python 3.12 and 3.13.
+  * Drop support for Python 3.7 and 3.8.
+  * Require legacy-cgi on Python 3.13 or higher so WebOb works.
+  * Skip testing the crypt module if it does not exist, like on Python 3.13.
+- No longer skip build on Python 3.13.
+
+-------------------------------------------------------------------

Old:
----
  repoze.who-3.0.0.tar.gz

New:
----
  repoze_who-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-repoze.who.spec ++++++
--- /var/tmp/diff_new_pack.ggfo1U/_old  2025-10-29 21:07:35.008963107 +0100
+++ /var/tmp/diff_new_pack.ggfo1U/_new  2025-10-29 21:07:35.008963107 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-repoze.who
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 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
@@ -16,17 +16,17 @@
 #
 
 
-%global modname repoze.who
-%global skip_python313 1
+%global modname repoze_who
 %{?sle15_python_module_pythons}
 Name:           python-repoze.who
-Version:        3.0.0
+Version:        3.1.0
 Release:        0
 Summary:        Identification and authentication framework for WSGI
 License:        SUSE-Repoze
 URL:            http://www.repoze.org
 Source:         
https://files.pythonhosted.org/packages/source/r/repoze.who/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module WebOb}
+BuildRequires:  %{python_module legacy-cgi if %python-base >= 3.13}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -35,7 +35,11 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-WebOb
+Requires:       python-setuptools
 Requires:       python-zope.interface
+%if %{python_version_nodots} >= 313
+Requires:       python-legacy-cgi >= 2.6
+%endif
 BuildArch:      noarch
 %python_subpackages
 

Reply via email to