diff --git a/python-typing_extensions.changes b/python-typing_extensions.changes index 32177c4..9f84172 100644 --- a/python-typing_extensions.changes +++ b/python-typing_extensions.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Oct 19 10:26:29 UTC 2023 - Matej Cepl + +- Update to 4.8.0: + - Add typing_extensions.Doc, as proposed by PEP 727 + - Drop support for Python 3.7 (including PyPy-3.7) + - Fix bug where get_original_bases() would return incorrect + results when called on a concrete subclass of a generic class + - Fix bug where ParamSpec(default=...) would raise a TypeError + on Python versions <3.11 + ------------------------------------------------------------------- Sun Aug 13 12:53:12 UTC 2023 - Sebastian Wagner diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index bf905fa..10db578 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.7.1 +Version: 4.8.0 Release: 0 -Summary: Backported and Experimental Type Hints for Python 3.7+ +Summary: Backported and Experimental Type Hints for Python 3.8+ License: Python-2.0 -URL: https://github.com/python/typing/ +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.7} +BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module flit-core >= 3.4 with %python-flit-core < 4} BuildRequires: %{python_module pip} BuildRequires: fdupes diff --git a/typing_extensions-4.7.1.tar.gz b/typing_extensions-4.7.1.tar.gz deleted file mode 100644 index 8b14786..0000000 --- a/typing_extensions-4.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2 -size 72876 diff --git a/typing_extensions-4.8.0.tar.gz b/typing_extensions-4.8.0.tar.gz new file mode 100644 index 0000000..34fa8ed --- /dev/null +++ b/typing_extensions-4.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef +size 71456