Change logs for dh-python source package in Zesty

  • dh-python (2.20170125) unstable; urgency=medium
    
      * pybuild.pm:
        - enable --test-{nose,pytest,tox} if appropriate pypy-* build
          dependency is set
      * pybuild: set _PYTHON_HOST_PLATFORM in the environment to ensure debugging
        symbols (reproducible builds effort). Thanks to Chris Lamb for the patch
        (closes: 835805)
      * dh_python{2,3} manpage: remove "s" suffix from *-section options
        to match the actual option name and --help output (closes: 847304)
      * dh_python{2,3}:
        - do not drop "module" from extension name if the name is "module",
          i.e. without prefix (closes: 841148)
        - add --accept-upstream-versions option. Thanks to Malte Forkel for the
          patch (also closes: 847387 as it now parses minimum/maximum version)
    
     -- Piotr Ożarowski <email address hidden>  Wed, 25 Jan 2017 15:47:18 +0100
  • dh-python (2.20160818) unstable; urgency=medium
    
      [ Chris Lamb ]
      * dh_py*: do not copy build profiles into substvars (closes: 834238)
      * pybuild: log "before" and "after" commands by default (closes: 834506)
    
      [ Piotr Ożarowski ]
      * dh_py*: add --{depends,recommends,suggests}-section options
        Use these options if you want to translate section(s) of requires.txt
        file into Depends/Recommends/Suggests
      * Mention pydist override file names and their priority in README.PyDist
    
     -- Piotr Ożarowski <email address hidden>  Thu, 18 Aug 2016 00:27:52 +0200