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

Changelog

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

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Tue, 04 Jun 2024 18:59:26 +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.1-1.dsc 2.3 KiB 350ca9648cfdea25440eba67aa8eb437aa9a464626248de6eab729afb481ffff
python-typing-extensions_4.12.1.orig.tar.gz 82.9 KiB 915f5e35ff76f56588223f15fdd5938f9a1cf9195c0de25130c627e4d597f6d1
python-typing-extensions_4.12.1-1.debian.tar.xz 4.3 KiB cf03ca5bdf068e6eac5ee88d05e58ce238d46400782781ae22e78d0c9e3daf10

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