python-typing-extensions 4.12.0-1 source package in Ubuntu

Changelog

python-typing-extensions (4.12.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Sun, 26 May 2024 11:39:21 +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 Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.12.0-1.dsc 2.3 KiB b61ff808df2116467d3afb2c0983c95c5a9dd021a622134da2409bec8a5ad245
python-typing-extensions_4.12.0.orig.tar.gz 82.3 KiB 8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8
python-typing-extensions_4.12.0-1.debian.tar.xz 4.2 KiB b7f505565c1eaa42500d9df0f8d5233c7d8484b6416ccbaf5016592bf842d286

Available diffs

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".