python-tblib 1.7.0-3 source package in Ubuntu

Changelog

python-tblib (1.7.0-3) unstable; urgency=medium

  * Team upload.
  * Ignore doctest in Python 3.11 (Closes: #1026731)
  * Bump policy version (no changes)
  * Use dh-sequence-python3
  * Drop unused override_dh_clean
  * Drop duplicate dependency
  * Add R³
  * Enable autopkgtest-pkg-pybuild

 -- Jochen Sprickerhof <email address hidden>  Fri, 30 Dec 2022 14:18:51 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-tblib_1.7.0-3.dsc 2.1 KiB 98704b8e1ecfe6f3b02917b4dd734211725be09d9376650ad6288a892cb50332
python-tblib_1.7.0.orig.tar.gz 32.3 KiB 059bd77306ea7b419d4f76016aef6d7027cc8a0785579b5aad198803435f882c
python-tblib_1.7.0-3.debian.tar.xz 3.2 KiB 0831e0141ef592e7aca4441896972cb9ff6a831bd59ee1ca6bba07a7c9e8abbf

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.