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

Changelog

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

  * New upstream release (drops Python 3.3 support, adds TypedDict & IntVar)
  * ann_module, ann_module2, ann_module3 now present in libpython3.7-stdlib,
    so drop the build-dependency on libpython3.7-testsuite
  * python3-for-py3-tests patch applied upstream, dropping it here

 -- Michael R. Crusoe <email address hidden>  Tue, 23 Jul 2019 12:26:02 +0200

Upload details

Uploaded by:
Michael R. Crusoe
Uploaded to:
Sid
Original maintainer:
Michael R. Crusoe
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_3.7.4-1.dsc 2.1 KiB 53d0e6d3a077e19daf8598de9a5f0c87fce3ca37eee49c6f5ce2ff42afc9bd0f
python-typing-extensions_3.7.4.orig.tar.gz 35.2 KiB 2ed632b30bb54fc3941c382decfd0ee4148f5c591651c9272473fea2c6397d95
python-typing-extensions_3.7.4-1.debian.tar.xz 3.1 KiB 5fddc1a6403364d32e59a04459a1c17a26c0358f24e6e910c22ba2bafee238a5

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.