From 829be1fbc31aa6e827a5a2dd3cc209a77dfb4fd0e8b193e36d51a0aa9d00e846 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 19 Oct 2023 12:10:30 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=47 --- python-typing_extensions.changes | 11 +++++++++++ python-typing_extensions.spec | 4 ++-- typing_extensions-4.7.1.tar.gz | 3 --- typing_extensions-4.8.0.tar.gz | 3 +++ 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 typing_extensions-4.7.1.tar.gz create mode 100644 typing_extensions-4.8.0.tar.gz 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..9f8e6eb 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -27,11 +27,11 @@ %{?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+ 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 flit-core >= 3.4 with %python-flit-core < 4} 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 From 0e0e908c31789ee86b231f6a6ea40fbbd33b2f6a7a4ce4628215bdfbaeacbfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 19 Oct 2023 12:48:57 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=48 --- python-typing_extensions.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index 9f8e6eb..10db578 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -29,11 +29,11 @@ Name: python-typing_extensions%{psuffix} 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_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