python-coverage 7.13.5+dfsg1-0ubuntu1 source package in Ubuntu

Changelog

python-coverage (7.13.5+dfsg1-0ubuntu1) resolute; urgency=medium

  * New upstream release.
  * Build-depend on python3-sphinxext-rediraffe.
  * Don't build with the sphinx linklint module, not available.

 -- Matthias Klose <email address hidden>  Wed, 25 Mar 2026 07:26:04 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Resolute
Original maintainer:
Ben Finney
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Stonking release universe python
Resolute release universe python

Downloads

File Size SHA-256 Checksum
python-coverage_7.13.5+dfsg1.orig.tar.bz2 748.8 KiB fbc176ddbb7f889fd2c227e1d50dad40d6937a75d94f2c36a9989ff060c25db1
python-coverage_7.13.5+dfsg1-0ubuntu1.debian.tar.xz 21.5 KiB c46d07e256687ff1b183d5353c0a8d4d3b06e9d87df5c746763b811e5849f35d
python-coverage_7.13.5+dfsg1-0ubuntu1.dsc 2.3 KiB bb5ee37b9bbe40f5415969bed4fa0788b71ad21949dabd3d8e4e908b9ed79354

View changes file

Binary packages built by this source

python-coverage-doc: code coverage tool for Python — documentation

 Coverage.py is a tool for measuring code coverage of Python programs.
 It monitors your program, noting which parts of the code have been
 executed, then analyzes the source to identify code that could have
 been executed but was not.
 .
 This package installs the HTML documentation for Coverage.py.

python3-coverage: code coverage tool for Python 3

 Coverage.py is a tool for measuring code coverage of Python programs.
 It monitors your program, noting which parts of the code have been
 executed, then analyzes the source to identify code that could have
 been executed but was not.
 .
 Coverage measurement is typically used to gauge the effectiveness of
 tests. It can show which parts of your code are being exercised by
 tests, and which are not.
 .
 This package installs the Python version 3 ‘coverage’ library, and the
 ‘python3-coverage’ program to perform and report coverage tests.

python3-coverage-dbgsym: debug symbols for python3-coverage