diff --git a/python-typing-extensions.spec b/python-typing-extensions.spec index 8c95372..ed7dfbd 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.5.0 -Release: 2 +Version: 4.10.0 +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/d3/20/06270dac7316220643c32ae61694e451c98f8caf4c8eab3aa80a2bedf0df/typing_extensions-4.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/16/3a/0d26ce356c7465a19c9ea8814b960f8a36c3b0d07c323176620b7b483e44/typing_extensions-4.10.0.tar.gz patch0: Make-tests-pass-on-conda-builds.patch BuildArch: noarch %description @@ -84,6 +84,14 @@ cd src %{_docdir}/* %changelog +* Mon Mar 4 2024 Dongxing Wang - 4.10.0-1 +- Update package with version 4.10.0 + Add support for PEP 728, PEP 742 + Drop runtime error when a read-only TypedDict item overrides a mutable one. + Speedup issubclass() checks against simple runtime-checkable protocols by around 6%. + Add support for PEP 705, adding typing_extensions.ReadOnly. + Drop support for Python 3.7 (including PyPy-3.7). + * Fri Feb 2 2024 liyanan - 4.5.0-2 - Make tests pass on conda builds diff --git a/typing_extensions-4.10.0.tar.gz b/typing_extensions-4.10.0.tar.gz new file mode 100644 index 0000000..d3ab923 Binary files /dev/null and b/typing_extensions-4.10.0.tar.gz differ diff --git a/typing_extensions-4.5.0.tar.gz b/typing_extensions-4.5.0.tar.gz deleted file mode 100644 index 90eed04..0000000 Binary files a/typing_extensions-4.5.0.tar.gz and /dev/null differ