python-traceback2 1.4.0-4 source package in Ubuntu

Changelog

python-traceback2 (1.4.0-4) unstable; urgency=medium

  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <email address hidden>  Sun, 28 Feb 2016 15:52:22 +0100

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-traceback2_1.4.0-4.dsc 2.1 KiB 7847728878a1c026b8892e9323e92303969c0954d5b51d1f82c278aa374047ce
python-traceback2_1.4.0.orig.tar.xz 13.0 KiB 4aca7d8e3c185808ef959a4f05e20bd31d3b14359b438ba50404e6207c95bbc4
python-traceback2_1.4.0-4.debian.tar.xz 3.9 KiB e968bc38f752b5031134e67785c1d0cf7171ee9c0774855d649951b044042c94

Available diffs

No changes file available.

Binary packages built by this source

python-traceback2: backports of the traceback module - Python 2.7

 This package offers a backport of the traceback package to older supported
 Pythons. Users would typically do: "import traceback2 as traceback" then use
 the module as if it was the system traceback.
 .
 In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
 depends on the linecache2 module).
 .
 This package contains the Python 2.7 module.

python3-traceback2: backports of the traceback module - Python 3.x

 This package offers a backport of the traceback package to older supported
 Pythons. Users would typically do: "import traceback2 as traceback" then use
 the module as if it was the system traceback.
 .
 In Python 2.x, unlike traceback, traceback2 creates unicode output (because it
 depends on the linecache2 module).
 .
 This package contains the Python 3.x module.