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

Changelog

python-coverage (5.1+dfsg.1-3) unstable; urgency=medium

  * The “Claudia Maria D'Antona” release.
  * Rename default Git branch in official repository, to ‘main’.
  * Declare conformance to “Standards-Version: 4.6.0”.
    No additional changes required.
  * debian/patches/02.rename-public-programs.patch:
    * Update patch for removal of Python 2 support.

 -- Ben Finney <email address hidden>  Sat, 01 Jan 2022 08:52:33 +1100

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
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-3.dsc 2.3 KiB 57a6d79949de1191207060e2409e290a979d5f7c91592a6c0b20b5b7b37c995c
python-coverage_5.1+dfsg.1.orig.tar.xz 523.8 KiB ff54a560696598523b7b49a7e43206a5273162ab160ed5419856d8b123b33237
python-coverage_5.1+dfsg.1-3.debian.tar.xz 20.6 KiB 48b4aed240884b6cc3df741724a3fd3d8d0275769b1d6d00743b5dc637f09bf4

Available diffs

No changes file available.

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