python-coverage 6.2+dfsg1-2build2 source package in Ubuntu

Changelog

python-coverage (6.2+dfsg1-2build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:47:24 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
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_6.2+dfsg1.orig.tar.xz 520.4 KiB 42b553ae8b4322afdc3df756ed7373a3412074ccbd025a1dce4d523c10f9dad3
python-coverage_6.2+dfsg1-2build2.debian.tar.xz 18.9 KiB f127b581db776c8073f0eb4e21722640f9ade89839228eb5ddafdb9a90128eed
python-coverage_6.2+dfsg1-2build2.dsc 2.3 KiB 1c45ebdd516614dffd21ace25873fb3c82eaf7f2032506428c9d8f87969f32bf

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