forked from pool/python-typing_extensions
- Update to 4.8.0:
- Add typing_extensions.Doc, as proposed by PEP 727 - Drop support for Python 3.7 (including PyPy-3.7) - Fix bug where get_original_bases() would return incorrect results when called on a concrete subclass of a generic class - Fix bug where ParamSpec(default=...) would raise a TypeError on Python versions <3.11 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=47
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 19 10:26:29 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 4.8.0:
|
||||
- Add typing_extensions.Doc, as proposed by PEP 727
|
||||
- Drop support for Python 3.7 (including PyPy-3.7)
|
||||
- Fix bug where get_original_bases() would return incorrect
|
||||
results when called on a concrete subclass of a generic class
|
||||
- Fix bug where ParamSpec(default=...) would raise a TypeError
|
||||
on Python versions <3.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 12:53:12 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
|
||||
|
||||
|
Reference in New Issue
Block a user