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

Changelog

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

  * New upstream version

 -- Michael R. Crusoe <email address hidden>  Wed, 31 Jan 2024 14:25:10 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.9.0-1.dsc 2.2 KiB be1aa4f6ad1072ed871449a67f14d514ac7adcfa1c72a9debe939bd0f99bc611
python-typing-extensions_4.9.0.orig.tar.gz 73.2 KiB 23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783
python-typing-extensions_4.9.0-1.debian.tar.xz 4.2 KiB 640ccba105f8c3e1a49efa648975fe87f69779b2ef0fcdffbd8ac0e864304ae8

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