diff --git a/python-typing_extensions.changes b/python-typing_extensions.changes index 60a768d..d28f71d 100644 --- a/python-typing_extensions.changes +++ b/python-typing_extensions.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Thu Jul 10 10:39:18 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 4.14.0 + * Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel` + on Python versions <3.10. PEP 604 was introduced in Python 3.10, and + `typing_extensions` does not generally attempt to backport PEP-604 methods + to prior versions. + * Further update `typing_extensions.evaluate_forward_ref` with changes in Python 3.14. +- from version 4.14.0rc1 + * Drop support for Python 3.8 (including PyPy-3.8). Patch by Victorien Plot. + * Do not attempt to re-export names that have been removed from `typing`, + anticipating the removal of `typing.no_type_check_decorator` in Python 3.15. + Patch by Jelle Zijlstra. + * Update `typing_extensions.Format`, `typing_extensions.evaluate_forward_ref`, and + `typing_extensions.TypedDict` to align + with changes in Python 3.14. Patches by Jelle Zijlstra. + * Fix tests for Python 3.14 and 3.15. Patches by Jelle Zijlstra. + * Add support for inline typed dictionaries (PEP 764). + Patch by [Victorien Plot](https://github.com/Viicos). + * Add `typing_extensions.Reader` and `typing_extensions.Writer`. Patch by + Sebastian Rittau. + * Add support for sentinels (PEP 661). Patch by Victorien Plot. +- Update BuildRequires from pyproject.toml + ------------------------------------------------------------------- Tue May 20 11:34:03 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index 3f5d31e..30be445 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -27,13 +27,13 @@ %{?sle15_python_module_pythons} Name: python-typing_extensions%{psuffix} -Version: 4.13.2 +Version: 4.14.0 Release: 0 Summary: Backported and Experimental Type Hints for Python 3.8+ License: Python-2.0 URL: https://github.com/python/typing_extensions Source0: https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-%{version}.tar.gz -BuildRequires: %{python_module base >= 3.8} +BuildRequires: %{python_module base >= 3.9} BuildRequires: %{python_module flit-core >= 3.4 with %python-flit-core < 4} BuildRequires: %{python_module pip} BuildRequires: fdupes diff --git a/typing_extensions-4.13.2.tar.gz b/typing_extensions-4.13.2.tar.gz deleted file mode 100644 index 5e756f6..0000000 --- a/typing_extensions-4.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef -size 106967 diff --git a/typing_extensions-4.14.0.tar.gz b/typing_extensions-4.14.0.tar.gz new file mode 100644 index 0000000..cb4cb9f --- /dev/null +++ b/typing_extensions-4.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8676b788e32f02ab42d9e7c61324048ae4c6d844a399eebace3d4979d75ceef4 +size 107423