Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-typeguard for 
openSUSE:Factory checked in at 2026-03-11 20:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-typeguard (Old)
 and      /work/SRC/openSUSE:Factory/.python-typeguard.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-typeguard"

Wed Mar 11 20:49:40 2026 rev:11 rq:1337897 version:4.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-typeguard/python-typeguard.changes        
2025-06-30 13:03:47.915198736 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-typeguard.new.8177/python-typeguard.changes  
    2026-03-11 20:49:48.720373380 +0100
@@ -1,0 +2,25 @@
+Tue Mar 10 08:16:27 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 4.5.1:
+  * Fixed iterable unpacking incorrectly calculating the cut-off
+    offset of the item list when assigning remaining values to
+    the star variable
+  * Restored the check_argument_types() and check_return_type()
+    functions that were dropped in v3.0.0, for users who want
+    more fine-grained control over run-time type checking
+  * Added support for extra_items in TypedDict, allowing users to
+    specify the types for the values of "leftover" keys in a
+    typed dict (keys that weren't explicitly defined in the
+    TypedDict subclass)
+  * Fixed NameError when evaluating forward references on Python
+    3.14
+  * Fixed protocol check incorrectly rejecting inherited
+    classmethods and staticmethods
+  * Fixed missing TypeCheckError when checking TypedDict with
+    Required[...] annotations
+  * Fixed type aliases (e.g. type Foo = list[int]) not being
+    resolved during type checking
+  * Fixed type-checked assignments to a single tuple target (e.g.
+    x, = ("foo",)) falsely raising TypeCheckedError
+
+-------------------------------------------------------------------

Old:
----
  typeguard-4.4.4-gh.tar.gz

New:
----
  typeguard-4.5.1-gh.tar.gz

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

Other differences:
------------------
++++++ python-typeguard.spec ++++++
--- /var/tmp/diff_new_pack.IOPNaH/_old  2026-03-11 20:49:49.192392516 +0100
+++ /var/tmp/diff_new_pack.IOPNaH/_new  2026-03-11 20:49:49.196392679 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-typeguard
 #
-# 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-typeguard
-Version:        4.4.4
+Version:        4.5.1
 Release:        0
 Summary:        Library for runtime checking of Python types
 License:        MIT

++++++ typeguard-4.4.4-gh.tar.gz -> typeguard-4.5.1-gh.tar.gz ++++++
++++ 2041 lines of diff (skipped)

Reply via email to