python-coverage 6.5.0+dfsg1-1 source package in Ubuntu

Changelog

python-coverage (6.5.0+dfsg1-1) unstable; urgency=medium

  * The “Yassmin Abdel-Magied” release.
  * New upstream version.
    Highlights since previous release:
    * Support Python version 3.7 – 3.11.
    * Build successfully on Python 3.11.
      Closes: bug#1024148. Thanks to Adrian Bunk for the report.
    * New ‘lcov’ command to generate reports in LCOV format.
    * Write the coverage data file when SIGTERM is received.
    * Write the coverage data in a way that better handles multiple
      processes writing to it.
    * The JSON report now contains details for branch coverage per file.
  * Update years of copyright publication.
  * Use wildcard for version string in context for Lintian overrides.
  * Override false positive Lintian check for VCS-* field names.
  * Override false positives for HTML files as test data.
  * Test all supported Python versions in entry point script AutoPkgTest.
  * Remove overrides for checks that Lintian now gets correct.
  * Update Lintian overrides for current output from Lintian report.
  * Ensure AutoPkgTest scripts don't default to use package source code.
  * Declare conformance to “Standards-Version: 4.6.1”.
    No additional changes required.
  * Migrate package documentation to link to ‘python-coverage-doc’.
  * Install a console script for each Debian supported Python version.
    Closes: bug#955763. Thanks to Uwe Hermann for the report.
  * debian/patches/02.rename-public-programs.patch:
    * Defer to Debian packaging the installation of per-version scripts.
  * Override a Lintian false positive for versioned interpreter.
  * debian/patches/03.sphinx-add-code-path.patch:
    * Remove patch no longer needed with current builds.

 -- Ben Finney <email address hidden>  Sat, 19 Nov 2022 22:27:56 +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_6.5.0+dfsg1-1.dsc 2.2 KiB d453611e1352d2aa27d7d2fdc00a57969c84f6a79ea0e2a3dd69a9e64db49192
python-coverage_6.5.0+dfsg1.orig.tar.xz 573.8 KiB 28060366d6cc8dd790d1fb0d7b33cf62eadc0809a07ad82bfac0b2d02ec4a931
python-coverage_6.5.0+dfsg1-1.debian.tar.xz 20.1 KiB 9cf6500c45369d7effe5dde3144b952d9915f148c7edffa40a2b1e925141e378

No changes file available.

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