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

Changelog

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

  * Mark as Multi-Arch: foreign (closes: #1078035).
  * Standards-Version: 4.7.0 (no changes required).

 -- Colin Watson <email address hidden>  Tue, 06 Aug 2024 12:35:52 +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
Plucky release main misc
Oracular release main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.12.2-2.dsc 2.3 KiB ae602e178b4abb17cf7f7126fb54bfb67df26f4e6ec6317b51daaf871fcd15b4
python-typing-extensions_4.12.2.orig.tar.gz 83.3 KiB 1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8
python-typing-extensions_4.12.2-2.debian.tar.xz 4.3 KiB 4401abc9f2bdb5f1e2a8a8b7e5ecb3a44a74db03a9d5fbc8e4d41fc3fb78cd86

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