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:
Matej Cepl 2021-07-12 13:36:39 +00:00 committed by Git OBS Bridge
parent 58d52be588
commit 7c0243dd7f
4 changed files with 16 additions and 5 deletions

View File

@ -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 protocols __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>

View File

@ -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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50b6f157849174217d0656f99dc82fe932884fb250826c18350e159ec6cdf342
size 45509

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c
size 38979