diff --git a/python-typeguard.changes b/python-typeguard.changes index 2beae05..cf389a3 100644 --- a/python-typeguard.changes +++ b/python-typeguard.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Nov 20 17:29:21 UTC 2024 - Dirk Müller + +- update to 4.4.1: + * Dropped Python 3.8 support + * Changed the signature of typeguard_ignore() to be compatible + with typing.no_type_check() (PR by @jolaf) + * Avoid creating reference cycles when type checking uniontypes + and classes + * Fixed checking of variable assignments involving tuple + unpacking + * Fixed TypeError when checking a class against type[Self] + * Fixed checking of protocols on the class level (against + type[SomeProtocol]) + * Fixed Self checks in instance/class methods that have + positional-only arguments + * Fixed explicit checks of PEP 604 unions against + types.UnionType + * Fixed checks against annotations wrapped in NotRequired not + being run unless the NotRequired is a forward reference + * Fixed the pytest_ignore_collect hook in the pytest plugin + blocking default pytest collection ignoring behavior by + returning None instead of False (PR by @mgorny) + ------------------------------------------------------------------- Wed Oct 30 19:48:05 UTC 2024 - Dirk Müller diff --git a/python-typeguard.spec b/python-typeguard.spec index 7796644..7ede498 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-typeguard -Version: 4.4.0 +Version: 4.4.1 Release: 0 Summary: Library for runtime checking of Python types License: MIT diff --git a/typeguard-4.4.0-gh.tar.gz b/typeguard-4.4.0-gh.tar.gz deleted file mode 100644 index 924ce71..0000000 --- a/typeguard-4.4.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5c6131b45df990cb9e20fc38279c92e73181a844f250c0e2a24714a08225457 -size 70646 diff --git a/typeguard-4.4.1-gh.tar.gz b/typeguard-4.4.1-gh.tar.gz new file mode 100644 index 0000000..1a5e2c0 --- /dev/null +++ b/typeguard-4.4.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562e7bbf300649b416a6dd8654cc2f6d7be6aa6c9a67354dfcfd137a6f5901b3 +size 71269