1
0

- update to version 3.7.4.3:

* enables PEP 613 Typealias to typing_extensions
  * Fix tests for Python 3.9

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=20
This commit is contained in:
2020-10-15 12:53:06 +00:00
committed by Git OBS Bridge
parent 6396c1dbcc
commit 5d8ec5dfd8
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 15 12:51:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to version 3.7.4.3:
* enables PEP 613 Typealias to typing_extensions
* Fix tests for Python 3.9
-------------------------------------------------------------------
Mon Apr 6 08:53:23 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>