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

Changelog

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

  * New upstream release; Closes: #1029581

 -- Danilo Egea Gondolfo <email address hidden>  Thu, 26 Jan 2023 22:30:18 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.4.0-1.dsc 2.0 KiB 601a2b1c11812a88e71b87fcf9bac45c54174de76ead4d1390bc9bed2f0e280b
python-typing-extensions_4.4.0.orig.tar.gz 48.5 KiB 1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa
python-typing-extensions_4.4.0-1.debian.tar.xz 4.2 KiB 374a094c7ff48c97fea3f58e2fa371d58b81716200e2f406c26ad21383a248f6

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.