Change logs for python-debian source package in Cosmic

  • python-debian (0.1.33) unstable; urgency=medium
    
      * Switch to salsa.debian.org URLs for homepage, source location etc.
      * Bump to debhelper compat 11 (no changes required).
      * Update standards-version to 4.2.0 (no changes required).
      * Enable the test suite as a CI pipeline on salsa.debian.org.
      * Enable building of API documentation using sphinx.
      * Publish the API documentation via salsa.
      * Fix up various rst issues in documentation and move around docs so that
        they can be included in the sphinx output (Closes: #894214).
      * Fix handling of http vs https in copyright-format/1.0 parser.
      * Add Python 2 compatible type annotation comments throughout.
      * Considerable code polish based on pylint and mypy.
    
     -- Stuart Prescott <email address hidden>  Sun, 19 Aug 2018 17:19:11 +1000
  • python-debian (0.1.32) unstable; urgency=medium
    
      * Fix regexps that are invalid escape sequences with Python 3.6, with thanks
        to Ville Skyttä <email address hidden> for the patch (Closes: #878434).
      * Fix spelling errors, with thanks to Ville Skyttä <email address hidden>
        for the patch (Closes: #878435).
      * Add additional documentation about how python-apt is used, with thanks to
        Matthieu Caneill <email address hidden> for the patch (Closes: #862058).
      * Extend Deb822 parser to allow underscores in the field name, with thanks
        to Gerhard Poul <email address hidden> for the patch.
      * Update Vcs fields to point to salsa.debian.org, with thanks to John Wright
        for doing the migration.
      * Update Standards-Version to 4.1.3 (no changes required).
    
     -- Stuart Prescott <email address hidden>  Sat, 17 Feb 2018 16:37:18 +1100