Change logs for dh-python source package in Lunar

  • dh-python (5.20230130) unstable; urgency=medium
    
      * pybuild.pm: Export SETUPTOOLS_SCM_PRETEND_VERSION for packages using
        python3-hatch-vcs packages.
      * Update pydist fallback.
      * Handle 2-digit minor versions in X-Python3-Version parsing (stop limiting
        the values to 3 bytes). (Closes: #1028364)
      * Bump Standards-Version to 4.6.2, no changes needed.
    
     -- Stefano Rivera <email address hidden>  Mon, 30 Jan 2023 12:30:45 -0400
  • dh-python (5.20230109) unstable; urgency=medium
    
      * ignore/strip :native suffix when searching for build dependencies in
        pybuild.pm. Thanks Joseph Nahmias for the patch.
    
     -- Stefano Rivera <email address hidden>  Mon, 09 Jan 2023 16:29:17 -0400
  • dh-python (5.20221230) unstable; urgency=medium
    
      [ Stefano Rivera ]
      * Correct typo in nose autopkgtest.
      * Export HOME in the pyproject plugin, as we do in the distutils one.
      * Remove install_requires from test301, setuptools will parse this where
        distutils historically wouldn't have.
    
      [ Colin Watson ]
      * Fix interaction between --test-custom and distutils plugin.
    
      [ Antonio Terceiro ]
      * pybuild-autopkgtest: allow autopkgtest-specific behavior in debian/rules.
    
      [ Stefano Rivera ]
      * pybuild-autopkgtest: Instead of using a different buildsystem for the
        autopkgtest runner, use a different build stage. This way, packages with
        custom buildsystems can use pybuild-autopkgtest. (Closes: #1025737)
    
     -- Stefano Rivera <email address hidden>  Fri, 30 Dec 2022 09:47:32 -0400
  • dh-python (5.20221205) unstable; urgency=medium
    
      * Regenerate pydist.
      * Include ${misc:Depends} in pybuild-plugin-autopkgtest.
      * Run the autopkgtest nose test suite on all supported Python 3 versions.
      * Update lintian overrides.
      * Install data into the system data directory, as pip would.
        (closes: 1025485)
      * Remove a left-over Depends on pypy in the autopkgtest.
      * pybuild plugin: Stage the scripts and data one level up in the .pybuild
        directory (rather than have to ignore them when we install the module).
    
     -- Stefano Rivera <email address hidden>  Mon, 05 Dec 2022 21:18:44 -0400
  • dh-python (5.20221202) unstable; urgency=medium
    
      * Deprecate the flit plugin in favour of pyproject.
        - Reduce the auto-detect score of the flit plugin.
      * dh_python3: Clean up more license files from dist-info directories.
      * Write to debhelper.log files, in overrides.
      * Add support for --remaining-packages to dh_python*. (closes: 1021875)
      * Add a test that demonstrates building multiple libraries in a single
        source package. (closes: 1018952)
      * Remove dh_python2, dh_pypy, and related debhelper sequences, supporting
        the removal of the Python 2.7 stack before bookworm release.
        (closes: 942959)
    
     -- Stefano Rivera <email address hidden>  Fri, 02 Dec 2022 13:13:51 -0400
  • dh-python (5.20221122) unstable; urgency=medium
    
      * Support the nodoc and nocheck build profiles.
      * flit plugin: Avoid modifying sysconfig data, thanks Stuart Prescott.
        (closes: 1024521)
    
     -- Stefano Rivera <email address hidden>  Sat, 15 Oct 2022 17:53:49 +0200
  • dh-python (5.20221008) unstable; urgency=medium
    
      * Ignore python_*_version environment markers with versions we can't parse.
        (closes: 1021410)
      * Add some hacks to our python_full_version environment marker parsing to at
        least produce a reasonable result for PEP-440 pre-releases like 1021410.
    
     -- Stefano Rivera <email address hidden>  Sat, 08 Oct 2022 15:28:22 +0200
  • dh-python (5.20221001) unstable; urgency=medium
    
      * Fix -X handling in dh_python3 et al. Broken in the migration to argparse
        in 5.20220819. (closes: 1020041)
    
     -- Stefano Rivera <email address hidden>  Sat, 01 Oct 2022 14:31:31 +0200