forked from pool/python-typeguard
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
d9d66aa4bb | |||
ae3debe8b0 | |||
a284ae6697 | |||
a7efd60e59 | |||
7895a40d27 | |||
9dc5a7ae50 | |||
a6377752b1 |
@@ -1,17 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 25 14:16:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 4.4.4
|
||||
* Fixed IndexError when using @typechecked on more than one
|
||||
function with the same name under certain circumstances (#527)
|
||||
* Fixed TypeError during type checking when the value to check
|
||||
is a parametrized generic class (#526)
|
||||
- from version 4.4.3
|
||||
* Fixed @typechecked unable to find the target function or method if
|
||||
it or the containing class had PEP 695 type parameters on them (#500)
|
||||
* Fixed handling of union types on Python 3.14 (#522)
|
||||
* Fixed __type_params__ getting lost when a function is instrumented
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 09:14:50 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typeguard
|
||||
Version: 4.4.4
|
||||
Version: 4.4.2
|
||||
Release: 0
|
||||
Summary: Library for runtime checking of Python types
|
||||
License: MIT
|
||||
|
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.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97e071dea3507d41f10d6254ee41893c3e5e264570f0dc860a3dde95763dee97
|
||||
size 71834
|
Reference in New Issue
Block a user