Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-wrapt for openSUSE:Factory 
checked in at 2026-02-04 21:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wrapt (Old)
 and      /work/SRC/openSUSE:Factory/.python-wrapt.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wrapt"

Wed Feb  4 21:00:48 2026 rev:24 rq:1330660 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wrapt/python-wrapt.changes        
2025-12-02 13:18:21.738334157 +0100
+++ /work/SRC/openSUSE:Factory/.python-wrapt.new.1670/python-wrapt.changes      
2026-02-04 21:00:55.295594535 +0100
@@ -1,0 +2,15 @@
+Tue Feb  3 05:11:19 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Update to 2.1.1:
+  ## Features Changed
+  * Drop support for Python 3.8. Python version 3.9 or later is now required.
+  ## Bugs Fixed
+  * Missing tox.ini from source distribution package has been added.
+  * Improved type hints so that mypy and ty work better for methods of
+    classes when using wrapt.decorator and wrapt.function_wrapper. Note that
+    applying these to static methods still does not work correctly due to
+    possibly limitations in those type checkers. The pyrefly tool still does
+    not work correctly with wrapt.decorator and wrapt.function_wrapper
+    applied to any methods of classes
+
+-------------------------------------------------------------------

Old:
----
  2.0.1.tar.gz

New:
----
  2.1.1.tar.gz

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

Other differences:
------------------
++++++ python-wrapt.spec ++++++
--- /var/tmp/diff_new_pack.7mxmEq/_old  2026-02-04 21:00:56.271635411 +0100
+++ /var/tmp/diff_new_pack.7mxmEq/_new  2026-02-04 21:00:56.271635411 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wrapt
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-wrapt
-Version:        2.0.1
+Version:        2.1.1
 Release:        0
 Summary:        A Python module for decorators, wrappers and monkey patching
 License:        BSD-2-Clause
 URL:            https://github.com/GrahamDumpleton/wrapt
 Source:         
https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module devel >= 3.9}
 BuildRequires:  %{python_module mypy}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}

++++++ 2.0.1.tar.gz -> 2.1.1.tar.gz ++++++
++++ 1837 lines of diff (skipped)

Reply via email to