forked from pool/python-typing_extensions
Accepting request 905845 from home:mcalabkova:branches:devel:languages:python:numeric
- Update to 3.10.0.0 * Implement TypeGuard (PEP 649) * backport ParamSpecArgs/Kwargs * Fixed required/optional keys with old-style TypedDict * Bring in protocol’s __init__ behaviour same like in python > 3.8 * Support PEP 612 in typing_extensions (Python 3) * Add OrderedDict to typing_extensions OBS-URL: https://build.opensuse.org/request/show/905845 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=29
This commit is contained in:
parent
58d52be588
commit
7c0243dd7f
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 12 13:11:30 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 3.10.0.0
|
||||
* Implement TypeGuard (PEP 649)
|
||||
* backport ParamSpecArgs/Kwargs
|
||||
* Fixed required/optional keys with old-style TypedDict
|
||||
* Bring in protocol’s __init__ behaviour same like in python > 3.8
|
||||
* Support PEP 612 in typing_extensions (Python 3)
|
||||
* Add OrderedDict to typing_extensions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 16:06:44 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-typing_extensions
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -28,7 +28,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-typing_extensions%{psuffix}
|
||||
Version: 3.7.4.3
|
||||
Version: 3.10.0.0
|
||||
Release: 0
|
||||
Summary: Backported and Experimental Type Hints for Python 35+
|
||||
License: Python-2.0
|
||||
|
3
typing_extensions-3.10.0.0.tar.gz
Normal file
3
typing_extensions-3.10.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342
|
||||
size 45509
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c
|
||||
size 38979
|
Loading…
Reference in New Issue
Block a user