From a24cf5e6fe79b63cbf35c960990ed3af39cdc69fb841495fdf94f05e5e68f2eb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 17:28:56 +0000 Subject: [PATCH] - 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 --- python-typing_extensions.changes | 11 +++++++++++ python-typing_extensions.spec | 2 +- typing_extensions-4.10.0.tar.gz | 3 --- typing_extensions-4.11.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 typing_extensions-4.10.0.tar.gz create mode 100644 typing_extensions-4.11.0.tar.gz diff --git a/python-typing_extensions.changes b/python-typing_extensions.changes index 79b0294..829576d 100644 --- a/python-typing_extensions.changes +++ b/python-typing_extensions.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Apr 6 17:27:56 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-typing_extensions.spec b/python-typing_extensions.spec index 31e1941..e3bf92a 100644 --- a/python-typing_extensions.spec +++ b/python-typing_extensions.spec @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-typing_extensions%{psuffix} -Version: 4.10.0 +Version: 4.11.0 Release: 0 Summary: Backported and Experimental Type Hints for Python 3.8+ License: Python-2.0 diff --git a/typing_extensions-4.10.0.tar.gz b/typing_extensions-4.10.0.tar.gz deleted file mode 100644 index c353ded..0000000 --- a/typing_extensions-4.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb -size 77558 diff --git a/typing_extensions-4.11.0.tar.gz b/typing_extensions-4.11.0.tar.gz new file mode 100644 index 0000000..303cc2d --- /dev/null +++ b/typing_extensions-4.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0 +size 78744