diff --git a/python-typing_extensions.changes b/python-typing_extensions.changes index 4c28000..a9b1d69 100644 --- a/python-typing_extensions.changes +++ b/python-typing_extensions.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Mar 29 09:46:25 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index a867805..a1829db 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -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.0 Release: 0 Summary: Backported and Experimental Type Hints for Python 3.8+ License: Python-2.0 diff --git a/typing_extensions-4.12.2.tar.gz b/typing_extensions-4.12.2.tar.gz deleted file mode 100644 index c03c74e..0000000 --- a/typing_extensions-4.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8 -size 85321 diff --git a/typing_extensions-4.13.0.tar.gz b/typing_extensions-4.13.0.tar.gz new file mode 100644 index 0000000..a26f14f --- /dev/null +++ b/typing_extensions-4.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4ac55a5820789d87e297727d229866c9650f6521b64206413c4fbada24d95b +size 106520