python-typing 3.6.6-1build1 source package in Ubuntu

Changelog

python-typing (3.6.6-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:44:41 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Sebastien Delafond
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-typing_3.6.6.orig.tar.xz 40.6 KiB e8378c6cf98da732eac253646366882ab3e8b55ca151e3d68c13713a8b995fc2
python-typing_3.6.6-1build1.debian.tar.xz 2.7 KiB c9c8db12ae14a7ab246b8292951a3359c8bba527ebc30d99790a408764ec30a8
python-typing_3.6.6-1build1.dsc 1.9 KiB 2b6d8cffb1fdf245edfe1d0f8b04e65d0c21d37ab96a624adbbf4b1721153f9e

View changes file

Binary packages built by this source

python-typing: Backport of the standard 3.5 library typing module

 Typing defines a standard notation for Python function and variable
 type annotations. The notation can be used for documenting code in a
 concise, standard format, and it has been designed to also be used by
 static and runtime type checkers, static analyzers, IDEs and other
 tools.