python-coverage 5.1+dfsg.1-2build2 source package in Ubuntu

Changelog

python-coverage (5.1+dfsg.1-2build2) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:58:15 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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_5.1+dfsg.1.orig.tar.xz 523.8 KiB ff54a560696598523b7b49a7e43206a5273162ab160ed5419856d8b123b33237
python-coverage_5.1+dfsg.1-2build2.debian.tar.xz 20.6 KiB ec722b63de3e4b10af10afb6b3e961c5c0ebad4d64a58d426077bb5f21c8d3a8
python-coverage_5.1+dfsg.1-2build2.dsc 2.4 KiB cd3f6b77a59fd5b5b5330c55a048cf56f24c9f009aea26ddbfbe5f7f7daa04b2

View changes file

Binary packages built by this source

pypy-coverage: No summary available for pypy-coverage in ubuntu jammy.

No description available for pypy-coverage in ubuntu jammy.

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