14
0

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:
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,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