14
0

Accepting request 1001206 from home:jayvdb:branches:devel:languages:python

- Add _typed_dict_test_helper.py missing from PyPI release
- Update to v4.3.0

OBS-URL: https://build.opensuse.org/request/show/1001206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=33
This commit is contained in:
2022-09-06 10:28:45 +00:00
committed by Git OBS Bridge
parent d07299af54
commit 9c5bcf03d0
5 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 5 06:47:51 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Add _typed_dict_test_helper.py missing from PyPI release
- Update to v4.3.0
* Add typing_extensions.NamedTuple, allowing for generic NamedTuples
on Python <3.11 (backport from python/cpython#92027, by Serhiy Storchaka)
* Adjust typing_extensions.TypedDict to allow for generic TypedDicts
on Python <3.11 (backport from python/cpython#27663, by Samodya Abey)
-------------------------------------------------------------------
Wed Apr 20 09:54:10 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>