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

Changelog

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

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Thu, 16 May 2024 22:22:15 +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.11.0-1.dsc 2.3 KiB 846fe3bdda77324a52622afe978d28d92ea3dcd3fd306ae2e7ffc711b249c693
python-typing-extensions_4.11.0.orig.tar.gz 76.9 KiB 83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0
python-typing-extensions_4.11.0-1.debian.tar.xz 4.2 KiB 4e5a119a5beae950a57c9960605e883944fab7c8bba5309b15f19bae5c570e9f

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