forked from pool/python-typing_extensions
- 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
This commit is contained in:
parent
0420aa73e7
commit
829be1fbc3
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 19 10:26:29 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- 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 <sebix@sebix.at>
|
Sun Aug 13 12:53:12 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||||
|
|
||||||
|
@ -27,11 +27,11 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-typing_extensions%{psuffix}
|
Name: python-typing_extensions%{psuffix}
|
||||||
Version: 4.7.1
|
Version: 4.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Backported and Experimental Type Hints for Python 3.7+
|
Summary: Backported and Experimental Type Hints for Python 3.7+
|
||||||
License: Python-2.0
|
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
|
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.7}
|
||||||
BuildRequires: %{python_module flit-core >= 3.4 with %python-flit-core < 4}
|
BuildRequires: %{python_module flit-core >= 3.4 with %python-flit-core < 4}
|
||||||
|
BIN
typing_extensions-4.7.1.tar.gz
(Stored with Git LFS)
BIN
typing_extensions-4.7.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
typing_extensions-4.8.0.tar.gz
Normal file
3
typing_extensions-4.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
|
||||||
|
size 71456
|
Loading…
Reference in New Issue
Block a user