python-coverage 7.4.4+dfsg1-0ubuntu2 source package in Ubuntu

Changelog

python-coverage (7.4.4+dfsg1-0ubuntu2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 17:04:12 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
python-coverage_7.4.4+dfsg1.orig.tar.gz 762.6 KiB e9a72465940cacec531b910f32957e076f096710090c67c73437217253e0c58d
python-coverage_7.4.4+dfsg1-0ubuntu2.debian.tar.xz 21.0 KiB 9d7bc5bdbcb51739007d753f36523dbb76e94f815cff3ecf4303bb8f703a24e5
python-coverage_7.4.4+dfsg1-0ubuntu2.dsc 2.4 KiB 288f328a35c81cc36c3b27f57588e4704e2acab48bc457b2f83422fd9fb6cf5a

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