diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index d2714654a44d4ea2a19b49619fcc29aba6aa638c..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.1 +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/98/5a/da40306b885cc8c09109dc2e1abd358d5684b1425678151cdaed4731c822/typing_extensions-4.14.1.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,9 @@ 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 diff --git a/typing_extensions-4.14.1.tar.gz b/typing_extensions-4.14.1.tar.gz deleted file mode 100644 index 531b981950926d14e086895d7834367f51a0c8dd..0000000000000000000000000000000000000000 Binary files a/typing_extensions-4.14.1.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