From 8d358970705f3bb859a6bb69b002099a897c459b6786fb31b98ee50841deeef3 Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Tue, 4 Mar 2025 09:13:27 +0000 Subject: [PATCH] Accepting request 1249214 from home:glaubitz:branches:devel:languages:python - Update to 4.4.2 * Fixed ``TypeCheckError`` in unpacking assignment involving properties of a parameter of the function * Fixed display of module name for forward references * Fixed ``TypeError`` when using an assignment expression * Fixed ``ValueError: no signature found for builtin`` when checking against a protocol and a matching attribute in the subject is a built-in function OBS-URL: https://build.opensuse.org/request/show/1249214 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeguard?expand=0&rev=18 --- python-typeguard.changes | 12 ++++++++++++ python-typeguard.spec | 4 ++-- typeguard-4.4.1-gh.tar.gz | 3 --- typeguard-4.4.2-gh.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 typeguard-4.4.1-gh.tar.gz create mode 100644 typeguard-4.4.2-gh.tar.gz diff --git a/python-typeguard.changes b/python-typeguard.changes index cf389a3..9616744 100644 --- a/python-typeguard.changes +++ b/python-typeguard.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Feb 28 09:51:28 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.4.2 + * Fixed ``TypeCheckError`` in unpacking assignment involving + properties of a parameter of the function + * Fixed display of module name for forward references + * Fixed ``TypeError`` when using an assignment expression + * Fixed ``ValueError: no signature found for builtin`` when + checking against a protocol and a matching attribute in the + subject is a built-in function + ------------------------------------------------------------------- Wed Nov 20 17:29:21 UTC 2024 - Dirk Müller diff --git a/python-typeguard.spec b/python-typeguard.spec index 7ede498..7dec988 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -1,7 +1,7 @@ # # spec file for package python-typeguard # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # 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.1 +Version: 4.4.2 Release: 0 Summary: Library for runtime checking of Python types License: MIT diff --git a/typeguard-4.4.1-gh.tar.gz b/typeguard-4.4.1-gh.tar.gz deleted file mode 100644 index 1a5e2c0..0000000 --- a/typeguard-4.4.1-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:562e7bbf300649b416a6dd8654cc2f6d7be6aa6c9a67354dfcfd137a6f5901b3 -size 71269 diff --git a/typeguard-4.4.2-gh.tar.gz b/typeguard-4.4.2-gh.tar.gz new file mode 100644 index 0000000..abe6b90 --- /dev/null +++ b/typeguard-4.4.2-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4f43fc5b95618e497c0b94ecf46a4e2d49350e59eadd22253c3e2d96079a3e +size 71991