python-coverage 6.5.0+dfsg1-2build1 source package in Ubuntu

Changelog

python-coverage (6.5.0+dfsg1-2build1) lunar; urgency=medium

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:29:53 -0500

Upload details

Uploaded by:
Jeremy Bícha
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
Lunar release universe python

Downloads

File Size SHA-256 Checksum
python-coverage_6.5.0+dfsg1.orig.tar.xz 573.8 KiB 28060366d6cc8dd790d1fb0d7b33cf62eadc0809a07ad82bfac0b2d02ec4a931
python-coverage_6.5.0+dfsg1-2build1.debian.tar.xz 20.1 KiB 9a2545141201c13fe3e0d67e9f352fc5941543d8b0c6d6ae6f99d2d956a96f59
python-coverage_6.5.0+dfsg1-2build1.dsc 2.3 KiB 33dc024bbcd70e6204c61d46bde34307b577218c89e2316e75e8d32e6b4cb645

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