forked from pool/python-typing_extensions
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e1db99fd05 | |||
| 7a68043d34 | |||
| e71ec3240b | |||
| f28f29ee51 |
@@ -1,37 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jul 18 16:11:33 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 4.14.1:
|
|
||||||
* Fix usage of `typing_extensions.TypedDict` nested inside
|
|
||||||
other types (e.g., `typing.Type[typing_extensions.TypedDict]`).
|
|
||||||
This is not allowed by the type system but worked on older
|
|
||||||
versions, so we maintain support.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jul 10 10:39:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 4.14.0
|
|
||||||
* Remove `__or__` and `__ror__` methods from `typing_extensions.Sentinel`
|
|
||||||
on Python versions <3.10. PEP 604 was introduced in Python 3.10, and
|
|
||||||
`typing_extensions` does not generally attempt to backport PEP-604 methods
|
|
||||||
to prior versions.
|
|
||||||
* Further update `typing_extensions.evaluate_forward_ref` with changes in Python 3.14.
|
|
||||||
- from version 4.14.0rc1
|
|
||||||
* Drop support for Python 3.8 (including PyPy-3.8). Patch by Victorien Plot.
|
|
||||||
* Do not attempt to re-export names that have been removed from `typing`,
|
|
||||||
anticipating the removal of `typing.no_type_check_decorator` in Python 3.15.
|
|
||||||
Patch by Jelle Zijlstra.
|
|
||||||
* Update `typing_extensions.Format`, `typing_extensions.evaluate_forward_ref`, and
|
|
||||||
`typing_extensions.TypedDict` to align
|
|
||||||
with changes in Python 3.14. Patches by Jelle Zijlstra.
|
|
||||||
* Fix tests for Python 3.14 and 3.15. Patches by Jelle Zijlstra.
|
|
||||||
* Add support for inline typed dictionaries (PEP 764).
|
|
||||||
Patch by [Victorien Plot](https://github.com/Viicos).
|
|
||||||
* Add `typing_extensions.Reader` and `typing_extensions.Writer`. Patch by
|
|
||||||
Sebastian Rittau.
|
|
||||||
* Add support for sentinels (PEP 661). Patch by Victorien Plot.
|
|
||||||
- Update BuildRequires from pyproject.toml
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 20 11:34:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue May 20 11:34:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
@@ -57,7 +23,7 @@ Sat Mar 29 09:46:25 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|||||||
* Backport `evaluate_forward_ref` from CPython
|
* Backport `evaluate_forward_ref` from CPython
|
||||||
* Update PEP 728 implementation to a newer version of the PEP.
|
* Update PEP 728 implementation to a newer version of the PEP.
|
||||||
* Copy the coroutine status of functions and methods wrapped
|
* Copy the coroutine status of functions and methods wrapped
|
||||||
with `@typing_extensions.deprecated`.
|
with `@typing_extensions.deprecated`.
|
||||||
* Fix bug where `TypeAliasType` instances could be subscripted
|
* Fix bug where `TypeAliasType` instances could be subscripted
|
||||||
even where they were not generic.
|
even where they were not generic.
|
||||||
* Fix bug where a subscripted `TypeAliasType` instance did not
|
* Fix bug where a subscripted `TypeAliasType` instance did not
|
||||||
|
|||||||
@@ -27,13 +27,13 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-typing_extensions%{psuffix}
|
Name: python-typing_extensions%{psuffix}
|
||||||
Version: 4.14.1
|
Version: 4.13.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Backported and Experimental Type Hints for Python 3.8+
|
Summary: Backported and Experimental Type Hints for Python 3.8+
|
||||||
License: Python-2.0
|
License: Python-2.0
|
||||||
URL: https://github.com/python/typing_extensions
|
URL: https://github.com/python/typing_extensions
|
||||||
Source0: https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.9}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
BuildRequires: %{python_module flit-core >= 3.4 with %python-flit-core < 4}
|
BuildRequires: %{python_module flit-core >= 3.4 with %python-flit-core < 4}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
BIN
typing_extensions-4.13.2.tar.gz
LFS
Normal file
BIN
typing_extensions-4.13.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36
|
|
||||||
size 107673
|
|
||||||
Reference in New Issue
Block a user