python-traceback2 1.4.0-5ubuntu1 source package in Ubuntu
Changelog
python-traceback2 (1.4.0-5ubuntu1) focal; urgency=medium * d/control: Do not build-depend on python-fixtures and python-testtools. Those python 2 binary packages are not available in Focal (LP: #1870078). * d/rules: Do not run tests because some dependencies are missing -- Lucas Kanashiro <email address hidden> Tue, 31 Mar 2020 16:10:00 -0300
Upload details
- Uploaded by:
- Lucas Kanashiro
- Sponsored by:
- Rafael David Tinoco
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-traceback2_1.4.0.orig.tar.xz | 13.0 KiB | 4aca7d8e3c185808ef959a4f05e20bd31d3b14359b438ba50404e6207c95bbc4 |
python-traceback2_1.4.0-5ubuntu1.debian.tar.xz | 4.2 KiB | 716fa0ec7bd5f16d499ae31970f0b26b8de7dcd8f6d7f647347b91f97a470409 |
python-traceback2_1.4.0-5ubuntu1.dsc | 2.5 KiB | 4b27865e4df8f20dd106c8354abf89133ead1d2ca4e261d8fd21cc42118318df |
Available diffs
- diff from 1.4.0-5build1 to 1.4.0-5ubuntu1 (996 bytes)
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.