python-coverage 7.3.2-0ubuntu1 source package in Ubuntu

Changelog

python-coverage (7.3.2-0ubuntu1) noble; urgency=medium

  * New upstream version.
  * Build without the sphinx_code_tabs sphinx extension.

 -- Matthias Klose <email address hidden>  Tue, 07 Nov 2023 15:44:43 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-coverage_7.3.2.orig.tar.gz 746.6 KiB be32ad29341b0170e795ca590e1c07e81fc061cb5b10c74ce7203491484404ef
python-coverage_7.3.2-0ubuntu1.debian.tar.xz 20.9 KiB 9e1adebdbca3b326a488f9017017ccbb33863854b4a917e1d9de121012c85e93
python-coverage_7.3.2-0ubuntu1.dsc 2.2 KiB 8ceeb26345fd83595c5df04e2b13a2cfce597fb1f2e27cc3d2fd18d12581005a

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