Accepting request 1029737 from home:glaubitz:branches:devel:languages:python
- Update to version 4.4.0 * Add `typing_extensions.Any` a backport of python 3.11's Any class which is subclassable at runtime. (backport from python/cpython#31841, by Shantanu and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234). * Add initial support for TypeVarLike `default` parameter, PEP 696. Patch by Marc Mueller (@cdce8p). * Runtime support for PEP 698, adding `typing_extensions.override`. Patch by Jelle Zijlstra. * Add the `infer_variance` parameter to `TypeVar`, as specified in PEP 695. Patch by Jelle Zijlstra. OBS-URL: https://build.opensuse.org/request/show/1029737 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=35
This commit is contained in:
parent
9c5bcf03d0
commit
6fd66c5e61
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 12:07:27 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 4.4.0
|
||||
* Add `typing_extensions.Any` a backport of python 3.11's Any class which is
|
||||
subclassable at runtime. (backport from python/cpython#31841, by Shantanu
|
||||
and Jelle Zijlstra). Patch by James Hilton-Balfe (@Gobot1234).
|
||||
* Add initial support for TypeVarLike `default` parameter, PEP 696.
|
||||
Patch by Marc Mueller (@cdce8p).
|
||||
* Runtime support for PEP 698, adding `typing_extensions.override`. Patch by
|
||||
Jelle Zijlstra.
|
||||
* Add the `infer_variance` parameter to `TypeVar`, as specified in PEP 695.
|
||||
Patch by Jelle Zijlstra.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 5 06:47:51 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-typing_extensions%{psuffix}
|
||||
Version: 4.3.0
|
||||
Version: 4.4.0
|
||||
Release: 0
|
||||
Summary: Backported and Experimental Type Hints for Python 35+
|
||||
License: Python-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6
|
||||
size 47430
|
3
typing_extensions-4.4.0.tar.gz
Normal file
3
typing_extensions-4.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa
|
||||
size 49708
|
Loading…
Reference in New Issue
Block a user