- 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/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=50
This commit is contained in:
parent
0e0e908c31
commit
35ace8aa8b
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 27 11:35:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 19 10:26:29 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
Thu Oct 19 10:26:29 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
@ -312,7 +331,7 @@ Sat Nov 13 20:42:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|||||||
- Update to 3.10.0.2:
|
- Update to 3.10.0.2:
|
||||||
* Docs improvements
|
* Docs improvements
|
||||||
* Fixes crash and _GenericAlias import
|
* Fixes crash and _GenericAlias import
|
||||||
* Support most use cases for PEP 612 with Generic
|
* Support most use cases for PEP 612 with Generic
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 12 13:11:30 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
Mon Jul 12 13:11:30 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
@ -339,7 +358,7 @@ Tue Jan 12 14:44:39 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 20 09:11:23 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
Sun Dec 20 09:11:23 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- add transitional typing-extensions provides
|
- add transitional typing-extensions provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 4 00:11:53 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Wed Nov 4 00:11:53 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
@ -351,7 +370,7 @@ Thu Oct 15 12:51:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
|
|
||||||
- update to version 3.7.4.3:
|
- update to version 3.7.4.3:
|
||||||
* enables PEP 613 Typealias to typing_extensions
|
* enables PEP 613 Typealias to typing_extensions
|
||||||
* Fix tests for Python 3.9
|
* Fix tests for Python 3.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 6 08:53:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Mon Apr 6 08:53:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-typing_extensions%{psuffix}
|
Name: python-typing_extensions%{psuffix}
|
||||||
Version: 4.8.0
|
Version: 4.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Backported and Experimental Type Hints for Python 3.8+
|
Summary: Backported and Experimental Type Hints for Python 3.8+
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
|
|
||||||
size 71456
|
|
BIN
typing_extensions-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
typing_extensions-4.9.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user