python-typing-extensions 4.7.1-2 source package in Ubuntu

Changelog

python-typing-extensions (4.7.1-2) unstable; urgency=medium

  * d/control: Update description to remove confusion around the need for this
    Python package in Python 3.5+. Closes: #978536.

 -- Michael R. Crusoe <email address hidden>  Mon, 11 Sep 2023 14:39:24 +0200

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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.7.1-2.dsc 2.2 KiB 065656635692bea1ee09222ee55d5236c0ad8702ca09a2cfa80a1798c354c0d2
python-typing-extensions_4.7.1.orig.tar.xz 59.5 KiB 1dc6391a21a5b7cc63ca2a7aa3301e120338b6f6c735a244401b3824a2952e25
python-typing-extensions_4.7.1-2.debian.tar.xz 4.1 KiB d0f7a8864ffdc9cbe996d54464157ed82e6f29337e8483027b4f43cd8e6fde1d

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