14
0

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
This commit is contained in:
2025-03-04 09:13:27 +00:00
committed by Git OBS Bridge
parent 33ab618fa1
commit 8d35897070
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
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>