Go to file
Dirk Mueller 7895a40d27 - update to 4.4.1:
* Dropped Python 3.8 support
  * Changed the signature of typeguard_ignore() to be compatible
    with typing.no_type_check() (PR by @jolaf)
  * Avoid creating reference cycles when type checking uniontypes
    and classes
  * Fixed checking of variable assignments involving tuple
    unpacking
  * Fixed TypeError when checking a class against type[Self]
  * Fixed checking of protocols on the class level (against
    type[SomeProtocol])
  * Fixed Self checks in instance/class methods that have
    positional-only arguments
  * Fixed explicit checks of PEP 604 unions against
    types.UnionType
  * Fixed checks against annotations wrapped in NotRequired not
    being run unless the NotRequired is a forward reference
  * Fixed the pytest_ignore_collect hook in the pytest plugin
    blocking default pytest collection ignoring behavior by
    returning None instead of False (PR by @mgorny)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typeguard?expand=0&rev=16
2024-11-20 17:29:24 +00:00
.gitattributes - update to 4.4.1: 2024-11-20 17:29:24 +00:00
.gitignore - update to 4.4.1: 2024-11-20 17:29:24 +00:00
python-typeguard.changes - update to 4.4.1: 2024-11-20 17:29:24 +00:00
python-typeguard.spec - update to 4.4.1: 2024-11-20 17:29:24 +00:00
typeguard-4.3.0-gh.tar.gz - update to 4.4.1: 2024-11-20 17:29:24 +00:00
typeguard-4.4.0-gh.tar.gz - update to 4.4.1: 2024-11-20 17:29:24 +00:00
typeguard-4.4.1-gh.tar.gz - update to 4.4.1: 2024-11-20 17:29:24 +00:00