forked from pool/python-typeguard
Accepting request 1250003 from devel:languages:python
- drop unneeded dependency
- 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/1250003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typeguard?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 09:14:50 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- drop unneeded dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 28 09:51:28 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -33,7 +33,6 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
Requires: python-importlib-metadata >= 3.6
|
||||
Requires: python-typing-extensions >= 4.10.0
|
||||
%python_subpackages
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:562e7bbf300649b416a6dd8654cc2f6d7be6aa6c9a67354dfcfd137a6f5901b3
|
||||
size 71269
|
||||
BIN
typeguard-4.4.2-gh.tar.gz
(Stored with Git LFS)
Normal file
BIN
typeguard-4.4.2-gh.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user