diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 92f4c3137713f236a132091547421f57e06660c7..d2714654a44d4ea2a19b49619fcc29aba6aa638c 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.14.0 +Version: 4.14.1 Release: 1 Summary: Backported and Experimental Type Hints for Python 3.5+ License: PSF-2.0 URL: https://github.com/python/typing_extensions -Source0: https://files.pythonhosted.org/packages/d1/bc/51647cd02527e87d05cb083ccc402f93e441606ff1f01739a62c8ad09ba5/typing_extensions-4.14.0.tar.gz +Source0: https://files.pythonhosted.org/packages/98/5a/da40306b885cc8c09109dc2e1abd358d5684b1425678151cdaed4731c822/typing_extensions-4.14.1.tar.gz BuildArch: noarch %description Typing Extensions - Backported and Experimental Type Hints for Python. @@ -83,6 +83,10 @@ cd src %{_docdir}/* %changelog +* Thu Jul 24 2025 liudy - 4.14.1-1 +- update to 4.14.1 +- Fix usage of typing_extensions.TypedDict nested inside other types + * Wed Jun 18 2025 chenwei - 4.14.0-1 - update to 4.14.0 diff --git a/typing_extensions-4.14.0.tar.gz b/typing_extensions-4.14.0.tar.gz deleted file mode 100644 index 7716720efeac859335e3bd703ebdcd750c7305ad..0000000000000000000000000000000000000000 Binary files a/typing_extensions-4.14.0.tar.gz and /dev/null differ diff --git a/typing_extensions-4.14.1.tar.gz b/typing_extensions-4.14.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..531b981950926d14e086895d7834367f51a0c8dd Binary files /dev/null and b/typing_extensions-4.14.1.tar.gz differ