Accepting request 1219719 from devel:languages:python
- 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) OBS-URL: https://build.opensuse.org/request/show/1219719 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typeguard?expand=0&rev=7
This commit is contained in:
commit
9dc5a7ae50
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 19:48:05 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
BIN
typeguard-4.3.0-gh.tar.gz
(Stored with Git LFS)
BIN
typeguard-4.3.0-gh.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
typeguard-4.4.0-gh.tar.gz
Normal file
3
typeguard-4.4.0-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5c6131b45df990cb9e20fc38279c92e73181a844f250c0e2a24714a08225457
|
||||
size 70646
|
Loading…
Reference in New Issue
Block a user