python-typing 3.6.2-1 source package in Ubuntu
Changelog
python-typing (3.6.2-1) unstable; urgency=medium * New upstream version 3.6.2 -- Sebastien Delafond <email address hidden> Sat, 07 Oct 2017 10:40:08 +0200
Upload details
- Uploaded by:
- Sebastien Delafond
- Uploaded to:
- Sid
- Original maintainer:
- Sebastien Delafond
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-typing_3.6.2-1.dsc | 1.6 KiB | 65651bd1afce290c4d06d5ca971f6913eff1229762c51e661327d33b3bde1fe5 |
python-typing_3.6.2.orig.tar.xz | 46.3 KiB | 74e52454fa50ef8205bd05643942fb6c3d23851ebebeff35dbf99fc3e51af99a |
python-typing_3.6.2-1.debian.tar.xz | 2.4 KiB | 2b4a99bf2ad1f7bcba8fac4b224bbb2ecdadc8113d0faa252f735f945bd4c538 |
Available diffs
- diff from 3.6.1-1 to 3.6.2-1 (15.1 KiB)
No changes file available.
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.