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

Changelog

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

  [ Adam Cecile ]
  * New upstream release including Python 3.9/3.10 new features.
    Closes: #995853

  [ Michael R. Crusoe ]
  * d/control: confirm team maintenance. Closes: #995852
  * Standards-Version: 4.6.0 (routine-update)
  * watch file standard 4 (routine-update)
  * d/control: depend on :any python, to help with cross-building
  * d/control: correct the homepage

 -- Michael R. Crusoe <email address hidden>  Thu, 07 Oct 2021 10:56:08 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_3.10.0.2-1.dsc 2.2 KiB bdecb2b80418d4060d8ad7f966f90fc89082147b89d2f8790e592e17c4e5c38e
python-typing-extensions_3.10.0.2.orig.tar.gz 45.0 KiB 49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e
python-typing-extensions_3.10.0.2-1.debian.tar.xz 3.8 KiB 233e482b91a44e534c893cb83ce3aabc8fee82ef78cd51863945fcdb9ed5ca8b

Available diffs

No changes file available.

Binary packages built by this source

python3-typing-extensions: Backported and Experimental Type Hints for Python

 The typing module was added to the standard library in Python 3.5 on a
 provisional basis and will no longer be provisional in Python 3.7. However,
 this means users of Python 3.5 - 3.6 who are unable to upgrade will not be
 able to take advantage of new types added to the typing module, such as
 typing.Text or typing.Coroutine.
 .
 The typing_extensions module contains both backports of these changes as well
 as experimental types that will eventually be added to the typing module, such
 as Protocol.
 .
 Users of other Python versions should continue to install and use the typing
 module from PyPI instead of using this one unless specifically writing code
 that must be compatible with multiple Python versions or requires experimental
 types.