Change logs for dh-python source package in Yakkety

  • 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
  • dh-python (2.20160721) unstable; urgency=medium
    
      * pybuild.pm: recognize ":any" build dependencies (closes: 828883)
      * Save helper's name in autogenerated maintainer scripts (closes: 827774)
    
     -- Piotr Ożarowski <email address hidden>  Thu, 21 Jul 2016 21:56:20 +0200
  • dh-python (2.20160609) unstable; urgency=medium
    
      [ Piotr Ożarowski ]
      * pybuild's distutils build plugin: use force option at install stage to
        avoid non-deterministic shebangs (closes: 804339)
      * pybuild.pm:
        - fail with a message about missing interpreter package in
          Build-Depends if there's none (closes: 819353)
        - do not pass --dir to pybuild if it's equal to current directory
          (to make PYBUILD_DIR override possible)
      * dh_pypy: fix dpkg search template to find more pypy egg-info packages
      * dh_py*:
        - add interpreter to Depends if .so file is detected in private dir
          only if python{,3,all,3-all}-dev is in Build-Depends (closes: 811083)
        - use Build-Depends' minimum version for required libraries if other
          methods to detect it failed (closes: 791433)
        - --requires now tries to find given file in debian/pkg-name/ dir
          (`--requires foo/bar.txt` will try debian/python3-spam/foo/bar.txt and
          fall back to ./foo/bar.txt)
        - print an error if there's no package to act on
        - fix handling symlinks while moving files to common directory
          (closes: 801719)
    
      [ Ondřej Nový ]
      * When depends on python{3,}-setuptools-scm, set
        SETUPTOOLS_SCM_PRETEND_VERSION to upstream version
      * Standards-Version is 3.9.8 now (no changes needed)
      * Changed Vcs-* URLs to https protocol
    
      [ James Page ]
      * dhpython/pydist.py: Ensure that != dependency versions are ignored
        (LP: #1581065).
    
     -- Piotr Ożarowski <email address hidden>  Thu, 09 Jun 2016 18:37:46 +0200
  • dh-python (2.20151103ubuntu2) yakkety; urgency=medium
    
      * dhpython/pydist.py: Ensure that != dependency versions are ignored
        (LP: #1581065).
    
     -- James Page <email address hidden>  Thu, 12 May 2016 17:04:43 +0100
  • dh-python (2.20151103ubuntu1) xenial; urgency=medium
    
      * Merge from unstable. Remaining changes:
        - Add python3.5 as a supported python version.
    
    dh-python (2.20151103) unstable; urgency=medium
    
      * dh_py*:
        - remove lines from requires.txt already translated into Debian
          dependencies
        - remove SOURCES.txt from egg-info directories (closes: 802882)
      * dh_pypy: generate pypy-abi-foo dependencies for PyPy extensions
        (closes: 803689)
      * pybuild:
        - build default interpreter version last (in case previous build
          results are overwritten, like in distutils build system)
        - remove (just before install stage) egg-info dirs generated in build_dir
          during test stage (closes: 803242)
      * Move libdpkg-perl from Depends to Suggests. python3 still depends on
        dh-python and we don't want to pull Perl when python3 is intalled
        (libdpkg-perl is pulled in by debhelper anyway)
      * Add README.rst file
    
     -- Stefano Rivera <email address hidden>  Wed, 04 Nov 2015 18:22:28 +0000