Go to file
Ana Guerrero 34666d254a Accepting request 1135644 from devel:languages:python
- update to 4.9.0:
  * This feature release adds `typing_extensions.ReadOnly`, as
    specified by PEP 705, and makes various other improvements,
    especially to `@typing_extensions.deprecated()`.
  * Add support for PEP 705, adding `typing_extensions.ReadOnly`.
  * All parameters on `NewType.__call__` are now positional-only.
    This means that the signature of
    `typing_extensions.NewType.__call__` now exactly matches the
  * signature of `typing.NewType.__call__`.
  * Fix bug with using `@deprecated` on a mixin class.
  * Exclude `__match_args__` from `Protocol` members.
  * When creating a `typing_extensions.NamedTuple` class, ensure
    `__set_name__` is called on all objects that define
    `__set_name__` and exist in the values of the `NamedTuple`
    class's class dictionary.

  * Support most use cases for PEP 612 with Generic
- add transitional typing-extensions provides
  * Fix tests for Python 3.9

OBS-URL: https://build.opensuse.org/request/show/1135644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typing_extensions?expand=0&rev=22
2024-01-09 19:48:27 +00:00
_multibuild Accepting request 1036977 from home:bnavigator:branches:devel:languages:python 2022-11-20 21:41:57 +00:00
.gitattributes Accepting request 643995 from home:mcepl:work 2018-10-23 15:53:13 +00:00
.gitignore Accepting request 643995 from home:mcepl:work 2018-10-23 15:53:13 +00:00
python-typing_extensions.changes - update to 4.9.0: 2023-12-27 11:37:21 +00:00
python-typing_extensions.spec - update to 4.9.0: 2023-12-27 11:37:21 +00:00
typing_extensions-4.9.0.tar.gz - update to 4.9.0: 2023-12-27 11:37:21 +00:00