Change logs for python-coverage source package in Zesty

  • python-coverage (4.2+dfsg.1-2) unstable; urgency=medium
    
      * The “Niloy Neel” release.
      * debian/*:
        * Update my email address for Debian work.
      * debian/README.source:
        * Much more detail about how to build the source package from VCS.
      * Specify current VCS for Debian packaging work.
      * Convert UScan configuration to format version 4.
      * Add invocations of command-line programs to autopkgtests.
        Closes: bug#827464. Thanks to Barry Warsaw for the report.
      * Configure Sphinx build system to allow import of code during build.
        This allows the ‘autodoc’ extension to generate API documentation.
    
     -- Ben Finney <email address hidden>  Sat, 24 Sep 2016 15:03:52 +1000
  • python-coverage (4.2+dfsg.1-1) unstable; urgency=medium
    
      * The “Ananta Bijoy Das” release.
      * New upstream version.
        Highlights since previous release:
        * The ‘coverage combine’ command now ignores an existing ‘.coverage’
          data file.
        * Now it is an error to use ‘--concurrency=multiprocessing’ and other
          run-affecting options on the command line. (Previously, the options
          didn’t apply to the subprocesses, but there was no indication.)
        * Better support for multiprocessing and combining data.
      * debian/*.lintian-overrides:
        * Override false-positive Lintian warnings about Coverage.py being an
          application.
      * debian/control:
        * Declare the package for upstream documentation.
        * Add dependencies on the documentation package.
      * debian/control, debian/rules:
        * Enable build of upstream documentation using Sphinx.
      * debian/python-coverage-doc.{docs, doc-base}:
        * Install the upstream documentation.
      * debian/tests/control:
        * Test that the documentation is correctly installed as HTML.
    
     -- Ben Finney <email address hidden>  Tue, 09 Aug 2016 06:05:28 +1000