Go to file
Ana Guerrero 63272178dc Accepting request 1179514 from devel:languages:python
- update to 4.3.0:
  * Added support for checking against static protocols
  * Fixed some compatibility problems when running on Python 3.13
  * Fixed test suite incompatibility with pytest 8.2
  * Fixed pytest plugin crashing on pytest version older than
    v7.0.0 (even if it's just present)
  * Fixed missing typing_extensions dependency for Python 3.12
  * Fixed deprecation warning in the test suite on Python 3.13
  * Added support for specifying options for the pytest plugin
    via pytest config files
  * Avoid creating reference cycles when type checking unions (PR
    by Shantanu)
  * Fixed Optional[...] being removed from the AST if it was
    located within a subscript
  * Fixed TypedDict from typing_extensions not being recognized
    as one
  * Fixed typing types (dict[str, int], List[str], etc.) not
    passing checks against type or Type
  * Fixed detection of optional fields (NotRequired[...]) in
    TypedDict when using forward references
  * Fixed mapping checks against Django's MultiValueDict

OBS-URL: https://build.opensuse.org/request/show/1179514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typeguard?expand=0&rev=6
2024-06-10 15:36:58 +00:00
.gitattributes - Initial version 2020-06-29 06:34:24 +00:00
.gitignore - Initial version 2020-06-29 06:34:24 +00:00
python-typeguard.changes - update to 4.3.0: 2024-06-08 13:06:28 +00:00
python-typeguard.spec - update to 4.3.0: 2024-06-08 13:06:28 +00:00
typeguard-4.3.0-gh.tar.gz - update to 4.3.0: 2024-06-08 13:06:28 +00:00