forked from pool/python-typing_extensions
Accepting request 746062 from home:lrupp:branches:devel:languages:python
- Update to version 3.7.4.1: + Fix isinstance() with generic protocol subclasses after subscripting + Fix tests for non-default interpreters + Use environment marker to specify typing dependency + Fix unions of protocols on Python 2 OBS-URL: https://build.opensuse.org/request/show/746062 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=14
This commit is contained in:
parent
fbefe4ff13
commit
79b25a0c4e
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 17:15:46 UTC 2019 - Lars Vogdt <lars@linux-schulserver.de>
|
||||
|
||||
- Update to version 3.7.4.1:
|
||||
+ Fix isinstance() with generic protocol subclasses after subscripting
|
||||
+ Fix tests for non-default interpreters
|
||||
+ Use environment marker to specify typing dependency
|
||||
+ Fix unions of protocols on Python 2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 17:04:41 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define modname typing_extensions
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-typing_extensions
|
||||
Version: 3.7.4
|
||||
Version: 3.7.4.1
|
||||
Release: 0
|
||||
Summary: Backported and Experimental Type Hints for Python 35+
|
||||
License: Python-2.0
|
||||
|
3
typing_extensions-3.7.4.1.tar.gz
Normal file
3
typing_extensions-3.7.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:091ecc894d5e908ac75209f10d5b4f118fbdb2eb1ede6a63544054bb1edb41f2
|
||||
size 36357
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed632b30bb54fc3941c382decfd0ee4148f5c591651c9272473fea2c6397d95
|
||||
size 36058
|
Loading…
Reference in New Issue
Block a user