diff --git a/python-typeguard.changes b/python-typeguard.changes index d60d811..2beae05 100644 --- a/python-typeguard.changes +++ b/python-typeguard.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Oct 30 19:48:05 UTC 2024 - Dirk Müller + +- update to 4.4.0: + * Added proper checking for method signatures in protocol + checks + * Fixed basic support for intersection protocols + * Fixed protocol checks running against the class of an + instance and not the instance itself (this produced wrong + results for non-method member checks) + ------------------------------------------------------------------- Sat Jun 8 13:05:55 UTC 2024 - Dirk Müller diff --git a/python-typeguard.spec b/python-typeguard.spec index 1525def..7796644 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-typeguard -Version: 4.3.0 +Version: 4.4.0 Release: 0 Summary: Library for runtime checking of Python types License: MIT diff --git a/typeguard-4.3.0-gh.tar.gz b/typeguard-4.3.0-gh.tar.gz deleted file mode 100644 index 9094cda..0000000 --- a/typeguard-4.3.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:738026158f85d6c1e7b6d9ce6daafacb3d680fe65bc61c6bb2a9f8c4588a1932 -size 69514 diff --git a/typeguard-4.4.0-gh.tar.gz b/typeguard-4.4.0-gh.tar.gz new file mode 100644 index 0000000..924ce71 --- /dev/null +++ b/typeguard-4.4.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c6131b45df990cb9e20fc38279c92e73181a844f250c0e2a24714a08225457 +size 70646