From 5d944ce4bd31eb6d8724a0f221964dd00b1b9446add949e41b4bcb15b5092b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 11 Oct 2022 18:17:04 +0000 Subject: [PATCH] Accepting request 1009850 from home:yarunachalam:branches:devel:languages:python - Update to version 2.13.3 * Fixed TypeError when using typeguard within exec() (where __module__ is None) (PR by Andy Jones) * Fixed TypedDict causing TypeError: TypedDict does not support instance and class checks on Python 3.8 with standard library (not typing_extensions) typed dicts OBS-URL: https://build.opensuse.org/request/show/1009850 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeguard?expand=0&rev=3 --- python-typeguard.changes | 7 +++++++ python-typeguard.spec | 4 ++-- typeguard-2.13.3.tar.gz | 3 +++ typeguard-2.9.1.tar.gz | 3 --- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 typeguard-2.13.3.tar.gz delete mode 100644 typeguard-2.9.1.tar.gz diff --git a/python-typeguard.changes b/python-typeguard.changes index 999cd22..1268d77 100644 --- a/python-typeguard.changes +++ b/python-typeguard.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 11 16:36:44 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 2.13.3 + * Fixed TypeError when using typeguard within exec() (where __module__ is None) (PR by Andy Jones) + * Fixed TypedDict causing TypeError: TypedDict does not support instance and class checks on Python 3.8 with standard library (not typing_extensions) typed dicts + ------------------------------------------------------------------- Tue Jun 29 06:29:13 UTC 2020 - Steve Kowalik diff --git a/python-typeguard.spec b/python-typeguard.spec index 15f95d7..64a77da 100644 --- a/python-typeguard.spec +++ b/python-typeguard.spec @@ -1,7 +1,7 @@ # # spec file for package python-typeguard # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-typeguard -Version: 2.9.1 +Version: 2.13.3 Release: 0 Summary: Library for runtime checking of Python types License: MIT diff --git a/typeguard-2.13.3.tar.gz b/typeguard-2.13.3.tar.gz new file mode 100644 index 0000000..9b13bc3 --- /dev/null +++ b/typeguard-2.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00edaa8da3a133674796cf5ea87d9f4b4c367d77476e185e80251cc13dfbb8c4 +size 40604 diff --git a/typeguard-2.9.1.tar.gz b/typeguard-2.9.1.tar.gz deleted file mode 100644 index f638d08..0000000 --- a/typeguard-2.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:529ef3d88189cc457f4340388028412f71be8091c2c943465146d4170fb67288 -size 34382