diff --git a/python-typeguard.changes b/python-typeguard.changes index f710c02..5d805fa 100644 --- a/python-typeguard.changes +++ b/python-typeguard.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Jun 25 14:16:58 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.4.4 + * Fixed IndexError when using @typechecked on more than one + function with the same name under certain circumstances (#527) + * Fixed TypeError during type checking when the value to check + is a parametrized generic class (#526) +- from version 4.4.3 + * Fixed @typechecked unable to find the target function or method if + it or the containing class had PEP 695 type parameters on them (#500) + * Fixed handling of union types on Python 3.14 (#522) + * Fixed __type_params__ getting lost when a function is instrumented + ------------------------------------------------------------------- Tue Mar 4 09:14:50 UTC 2025 - Nico Krapp diff --git a/python-typeguard.spec b/python-typeguard.spec index 2271d5b..6a1d562 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-typeguard -Version: 4.4.2 +Version: 4.4.4 Release: 0 Summary: Library for runtime checking of Python types License: MIT diff --git a/typeguard-4.4.2-gh.tar.gz b/typeguard-4.4.2-gh.tar.gz deleted file mode 100644 index abe6b90..0000000 --- a/typeguard-4.4.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f4f43fc5b95618e497c0b94ecf46a4e2d49350e59eadd22253c3e2d96079a3e -size 71991 diff --git a/typeguard-4.4.4-gh.tar.gz b/typeguard-4.4.4-gh.tar.gz new file mode 100644 index 0000000..33960df --- /dev/null +++ b/typeguard-4.4.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e071dea3507d41f10d6254ee41893c3e5e264570f0dc860a3dde95763dee97 +size 71834