diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 92f4c3137713f236a132091547421f57e06660c7..c644766b44d0fca763a3ef1bfb3d31ad56d1bd7b 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.15.0 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/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz BuildArch: noarch %description Typing Extensions - Backported and Experimental Type Hints for Python. @@ -83,6 +83,13 @@ cd src %{_docdir}/* %changelog +* Tue Aug 26 2025 guochao - 4.15.0-1 +- Update package version to 4.15.0 + +* 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.15.0.tar.gz b/typing_extensions-4.15.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..12742301bbe4ad089e2033f71c9b5c2b4ad8140d Binary files /dev/null and b/typing_extensions-4.15.0.tar.gz differ