python-tblib 2.0.0-2 source package in Ubuntu

Changelog

python-tblib (2.0.0-2) unstable; urgency=medium

  * Ignore changes to src/*.egg-info/* when building source package (closes:
    #1045668).

 -- Colin Watson <email address hidden>  Mon, 14 Aug 2023 12:00:31 +0100

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tblib_2.0.0-2.dsc 2.2 KiB 4aabdf1e7c1568b88e146d53b5baf90e039722ecb739eeea2edcdb2c8e33b6c4
python-tblib_2.0.0.orig.tar.gz 28.0 KiB a6df30f272c08bf8be66e0775fad862005d950a6b8449b94f7c788731d70ecd7
python-tblib_2.0.0-2.debian.tar.xz 3.4 KiB 07087e588579d72c57f148ab2b9d0f78e73ed005f0145dbefc08c8cd8a5f49b4

Available diffs

No changes file available.

Binary packages built by this source

python3-tblib: Python 3 traceback fiddling library

 This library allows pickling tracebacks so that they can be passed across
 process boundaries. The traceback objects that come out are stripped of
 some attributes such as variables, but it is at least possible to raise
 exceptions with those tracebacks or print them.