14
0

Accepting request 1278841 from devel:languages:python

Forwarded request #1278677 from glaubitz

- Update to 4.13.2
    * Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType`
      and a `typing.TypeAliasType` on Python 3.12 and 3.13.
    * Backport from CPython PR #132160) to avoid having user arguments
      shadowed in generated `__new__` by `@typing_extensions.deprecated`.
  - from version 4.13.1
    * Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when
      using `Concatenate`.
    * Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2
      and 3.9.8-10.

OBS-URL: https://build.opensuse.org/request/show/1278841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typing_extensions?expand=0&rev=28
This commit is contained in:
2025-05-23 12:27:37 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue May 20 11:34:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 4.13.2
* Fix `TypeError` when taking the union of `typing_extensions.TypeAliasType`
and a `typing.TypeAliasType` on Python 3.12 and 3.13.
* Backport from CPython PR #132160) to avoid having user arguments
shadowed in generated `__new__` by `@typing_extensions.deprecated`.
- from version 4.13.1
* Fix regression in 4.13.0 on Python 3.10.2 causing a `TypeError` when
using `Concatenate`.
* Fix `TypeError` when using `evaluate_forward_ref` on Python 3.10.1-2
and 3.9.8-10.
-------------------------------------------------------------------
Sat Mar 29 09:46:25 UTC 2025 - Dirk Müller <dmueller@suse.com>

View File

@@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-typing_extensions%{psuffix}
Version: 4.13.0
Version: 4.13.2
Release: 0
Summary: Backported and Experimental Type Hints for Python 3.8+
License: Python-2.0

BIN
typing_extensions-4.13.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
typing_extensions-4.13.2.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.