forked from pool/python-typing_extensions
- update to 4.11.0:
* Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra. * Fix the runtime behavior of type parameters with defaults * Fix minor discrepancy between error messages produced by `typing` and `typing_extensions` on Python 3.10. * When `include_extra=False`, `get_type_hints()` now strips `ReadOnly` from the annotation. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-typing_extensions?expand=0&rev=56
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 17:27:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.11.0:
|
||||
* Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra.
|
||||
* Fix the runtime behavior of type parameters with defaults
|
||||
* Fix minor discrepancy between error messages produced by
|
||||
`typing` and `typing_extensions` on Python 3.10.
|
||||
* When `include_extra=False`, `get_type_hints()` now strips
|
||||
`ReadOnly` from the annotation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 28 07:10:15 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user