python-coverage 7.2.7+dfsg1-1build1 source package in Ubuntu

Changelog

python-coverage (7.2.7+dfsg1-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 as supported version

 -- Graham Inggs <email address hidden>  Tue, 31 Oct 2023 17:39:20 +0000

Upload details

Uploaded by:
Graham Inggs
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.2.7+dfsg1.orig.tar.xz 577.1 KiB a24250e63947390a5cdb82ee0e5257c0d1907b41f1db7f562f8f2dcdf9920a2e
python-coverage_7.2.7+dfsg1-1build1.debian.tar.xz 19.6 KiB d0baf14e92e80a8037ea53692446abdbaffc7992293a1e16190be7eedd6cfa6b
python-coverage_7.2.7+dfsg1-1build1.dsc 2.3 KiB 9447903459af99bfc2d92509b87dfdb6e58c09effbba297d091261a1ac632a77

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