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

Changelog

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

  * New upstream release, needed by fastapi/0.100.0
  * debian/patches/add_typed_dict_test_helper.py.patch
    - drop patch, merged upstream
  * debian/control
    - bump Standards-Version to 4.6.2 (no changes needed)
    - update Homepage to the project new location
  * debian/upstream/metadata
    - update links to the new repo location

 -- Sandro Tosi <email address hidden>  Sun, 23 Jul 2023 19:10:29 -0400

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.7.1-1.dsc 2.2 KiB 50ab6faf035e0307b54e1ee4f136640913ea61e119552af4a134fe1c0963cf53
python-typing-extensions_4.7.1.orig.tar.xz 59.5 KiB 1dc6391a21a5b7cc63ca2a7aa3301e120338b6f6c735a244401b3824a2952e25
python-typing-extensions_4.7.1-1.debian.tar.xz 4.1 KiB c3d945c741f5d4b50b1c06f137ae93a7e94725786013678a63f4975f38934fb1

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