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

Changelog

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

  * debian/examples
    - install also src/_typed_dict_test_helper.py as examples, essentially
      needed by autopkgtests
  * debian/tests/run-unit-test
    - install all example in the temp dir, fixing autopkgtests

 -- Sandro Tosi <email address hidden>  Mon, 08 Aug 2022 00:27:31 -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
Kinetic release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing-extensions_4.3.0-2.dsc 2.2 KiB fde6a527fea6a73bbb7a6456183aebe34bb809a827d767be6585253211a79d8a
python-typing-extensions_4.3.0.orig.tar.xz 39.1 KiB d21a495aea09ab9caac93887eb8ea94234b58fe26cb84c0290695e10bb858dfd
python-typing-extensions_4.3.0-2.debian.tar.xz 4.1 KiB acd9752576de928811c7715615d3d1885cd26fa554f7a3d015f030d15c3d427f

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.