Change logs for dh-python source package in Groovy

  • dh-python (4.20200925) unstable; urgency=medium
    
      * Add Breaks/Replaces python2 to ease upgrades with python2 (closes: 968046)
      * Disable Python 2.X tests by default (closes: 968193)
    
     -- Piotr Ożarowski <email address hidden>  Fri, 25 Sep 2020 12:35:52 +0200
  • dh-python (4.20200804ubuntu3) groovy; urgency=medium
    
      * Drop control.orig file, leftover when I applied the patch for bug 968046
    
     -- Gianfranco Costamagna <email address hidden>  Mon, 17 Aug 2020 11:58:19 +0200
  • dh-python (4.20200804ubuntu2) groovy; urgency=medium
    
      * Apply patch from doko to add breaks/replaces to ease upgrades and
        installation with python2 Closes: #968046
    
     -- Gianfranco Costamagna <email address hidden>  Mon, 17 Aug 2020 11:53:25 +0200
  • dh-python (4.20200804ubuntu1) groovy; urgency=medium
    
      * Merge from Debian unstable. Remaining changes:
        - Disable the Python2 tests (tests/Makefile) as was done in version
          4.20191017ubuntu4 in focal
    
    dh-python (4.20200804) unstable; urgency=medium
    
      [ Scott Kitterman ]
      * Add new pybuild plugin to enable flit built packages to build using
        pyproject.toml instead of distutils/setuptools setup.py
      * Update dh-python for removal of python3.7 from supported python3 versions
        (closes: #956190)
        - Drop python3.7 from dhpython/_versions.py supported versions
        - Disable obsolete doctest in dhpython/interpreter.py
    
      [ Piotr Ożarowski ]
      * pybuild.pm: add support for python2.7 and python2.7-dbg in Build-Depends
        (closes: 949372), note that python2 and python2-dbg are not supported
      * ship Python 2's debhelper files (postinst-pycompile, prerm-pyclean and
        python2.pm) now that python package is no longer available (closes: 966832)
      * Standards-Version is 4.5.0 now (no changes needed)
    
     -- Stefano Rivera <email address hidden>  Wed, 05 Aug 2020 11:09:33 -0700
  • dh-python (4.20200315ubuntu1) groovy; urgency=medium
    
      * Fix autopkgtests (Closes: #956190) (LP: #1883297)
        - Cherry-pick upstream commit that isn't released in Debian yet
          (https://salsa.debian.org/python-team/tools/dh-python/-/commit/e289c25)
        - Disable the Python2 tests (tests/Makefile) as was done in version
          4.20191017ubuntu4 in focal
    
     -- Olivier Tilloy <email address hidden>  Fri, 19 Jun 2020 19:18:12 +0200
  • dh-python (4.20200315) unstable; urgency=medium
    
      [ Piotr Ożarowski ]
      * Adjust for Python 3.8
        - fix setting _PYTHON_SYSCONFIGDATA_NAME (closes: 948320)
        - update tests (closes: 952122)
      * Add dh-python to Depends in autopkgtest (closes: 947789)
      * pybuild: add support for nose2. Enable by adding python3-nose2 to
        Build-Depends or --test-nose2 option or PYBUILD_TEST_NOSE2=1 env. var.
        (closes: 950912)
    
      [ Simon Ruggier ]
      * Fix a problem in handling ranges with no minimum
      
      [ Matthias Klose ]
      * Fix setting _PYTHON_HOST_PLATFORM (closes: 948319)
    
     -- Piotr Ożarowski <email address hidden>  Sun, 15 Mar 2020 20:46:09 +0100
  • dh-python (4.20191017ubuntu7) focal; urgency=medium
    
      * Also fix the nosetests.
    
     -- Matthias Klose <email address hidden>  Sun, 23 Feb 2020 17:04:32 +0100