Change logs for python-distutils-extra source package in Groovy

  • python-distutils-extra (2.45) unstable; urgency=medium
    
      [ Michał Górny ]
      * Run unittest.main() only when running script directly.
      * test: Find .egg-info file rather than guessing path (wrong)
        This fixes the test failure due to looking for wrong .egg-info filename,
        in the top directory rather than site-packages.
      * Fix install_auto command with --skip-build
        python-distutils-extra seems to rely on a very bad practice of modifying
        internal state (file lists) in middle of `build` commands.  As a result,
        if the package is installed via `build` command followed by `install
        --skip-build` (since everything was built already!), most of the files
        are not installed.
      * Unset environment variables that break tests
    
     -- Martin Pitt <email address hidden>  Sun, 21 Jun 2020 21:37:06 +0200
  • python-distutils-extra (2.44) unstable; urgency=medium
    
      [ Debian Janitor ]
      * Trim trailing whitespace.
      * Bump debhelper from old 10 to 12.
      * Set debhelper-compat version in Build-Depends.
      * Fix day-of-week for changelog entry 0.90.
    
      [ Sandro Tosi ]
      * Drop python2 support; Closes: #937703, #939102
    
     -- Sandro Tosi <email address hidden>  Fri, 27 Mar 2020 10:04:30 -0400
  • python-distutils-extra (2.43) unstable; urgency=medium
    
      [ Louis-Philippe Véronneau ]
      * Fix very minor typo.
    
      [ Martin Pitt ]
      * Move packaging VCS to python-team repository.
        Update Vcs-* tags accordingly. (Closes: #946076)
      * Bump Standards-Version to 4.4.1.
        No changes necessary.
    
     -- Martin Pitt <email address hidden>  Sun, 15 Dec 2019 21:12:03 +0000