diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index f5c7164b4785f390e554adf0c4881446236ff369..5741d23f3dac6e59881808a211809c89168268e3 100644 --- a/python-typing-extensions.spec +++ b/python-typing-extensions.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-typing-extensions -Version: 4.10.0 -Release: 2 +Version: 4.12.2 +Release: 1 Summary: Backported and Experimental Type Hints for Python 3.5+ License: PSF-2.0 URL: https://github.com/python/typing/blob/master/typing_extensions/README.rst -Source0: https://files.pythonhosted.org/packages/16/3a/0d26ce356c7465a19c9ea8814b960f8a36c3b0d07c323176620b7b483e44/typing_extensions-4.10.0.tar.gz +Source0: https://files.pythonhosted.org/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz BuildArch: noarch %description Typing Extensions - Backported and Experimental Type Hints for Python. @@ -83,6 +83,15 @@ cd src %{_docdir}/* %changelog +* Wed Jun 12 2024 zeng liwen - 4.12.2-1 +- Update to 4.12.2 +- Fix the runtime behavior of type parameters with defaults (PEP 696) +- Fix AttributeError when using typing_extensions.runtime_checkable in combination with typing.Protocol on Python 3.12.2 or newer +- Fix Protocol tests on Python 3.13.0a6 and newer +- Improve the implementation of type parameter defaults (PEP 696) +- Add typing_extensions.get_annotations, a backport of inspect.get_annotations that adds features specified by PEP 649 +- Fix regression in v4.12.0 where specialization of certain generics with an overridden __eq__ method would raise errors + * Mon Mar 4 2024 Han Guangyu - 4.10.0-2 - Remove unused `Make-tests-pass-on-conda-builds.patch` to fix ci_failed. diff --git a/typing_extensions-4.10.0.tar.gz b/typing_extensions-4.10.0.tar.gz deleted file mode 100644 index d3ab9234b0063260b8376cadf7b0bec2bad66064..0000000000000000000000000000000000000000 Binary files a/typing_extensions-4.10.0.tar.gz and /dev/null differ diff --git a/typing_extensions-4.12.2.tar.gz b/typing_extensions-4.12.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..36e173f2f4e0147d42988be7315986a5b902f308 Binary files /dev/null and b/typing_extensions-4.12.2.tar.gz differ