python-typing-extensions 4.13.2-1 source package in Ubuntu
Changelog
python-typing-extensions (4.13.2-1) unstable; urgency=medium * New upstream release. -- Colin Watson <email address hidden> Fri, 11 Apr 2025 10:08:44 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Questing | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-typing-extensions_4.13.2-1.dsc | 2.4 KiB | d4176441fdbda8d570bd89934afce510f4e47620a7b786eb1383d8201911f0db |
python-typing-extensions_4.13.2.orig.tar.gz | 104.5 KiB | e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef |
python-typing-extensions_4.13.2-1.debian.tar.xz | 4.4 KiB | 82c37997cbdf75d5e8b07019b3f9e5060a944dfff6544fc0e0be3539d56fc544 |
Available diffs
- diff from 4.12.2-2 to 4.13.2-1 (32.7 KiB)
No changes file available.
Binary packages built by this source
- python3-typing-extensions: Backported and Experimental Type Hints for Python
The "typing_extensions" module serves two related purposes:
.
1. Enable use of new type system features on older Python versions.
2. Enable experimentation with new type system PEPs before they are accepted
and added to the "typing" module.
.
"typing_extensions" is treated specially by static type checkers such as mypy
and pyright. Objects defined in "typing_extensions" are treated the same
way as equivalent forms in "typing".