forked from pool/python-typing_extensions
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
e1db99fd05 | |||
7a68043d34 | |||
e71ec3240b | |||
f28f29ee51 |
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 20 11:34:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 4.13.2
|
||||
* Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType`
|
||||
and a `typing.TypeAliasType` on Python 3.12 and 3.13.
|
||||
* Backport from CPython PR #132160) to avoid having user arguments
|
||||
shadowed in generated `__new__` by `@typing_extensions.deprecated`.
|
||||
- from version 4.13.1
|
||||
* Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when
|
||||
using `Concatenate`.
|
||||
* Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2
|
||||
and 3.9.8-10.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 09:46:25 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.13.0:
|
||||
* Add `typing_extensions.TypeForm` from PEP 747.
|
||||
* Add `typing_extensions.get_annotations`, a backport of
|
||||
* `inspect.get_annotations` that adds features specified
|
||||
* by PEP 649.
|
||||
* Backport `evaluate_forward_ref` from CPython
|
||||
* Update PEP 728 implementation to a newer version of the PEP.
|
||||
* Copy the coroutine status of functions and methods wrapped
|
||||
with `@typing_extensions.deprecated`.
|
||||
* Fix bug where `TypeAliasType` instances could be subscripted
|
||||
even where they were not generic.
|
||||
* Fix bug where a subscripted `TypeAliasType` instance did not
|
||||
have all attributes of the original `TypeAliasType` instance
|
||||
on older Python versions.
|
||||
* Fix bug where subscripted `TypeAliasType` instances (and some
|
||||
other subscripted objects) had wrong parameters if they were
|
||||
directly subscripted with an `Unpack` object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 8 13:12:02 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-typing_extensions
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-typing_extensions%{psuffix}
|
||||
Version: 4.12.2
|
||||
Version: 4.13.2
|
||||
Release: 0
|
||||
Summary: Backported and Experimental Type Hints for Python 3.8+
|
||||
License: Python-2.0
|
||||
|
BIN
typing_extensions-4.12.2.tar.gz
(Stored with Git LFS)
BIN
typing_extensions-4.12.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
typing_extensions-4.13.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
typing_extensions-4.13.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user