dh-python 6.20231025 source package in Ubuntu

Changelog

dh-python (6.20231025) unstable; urgency=medium

  * Align detection of nocheck with debhelper, thanks Victor Westerhuis.
  * Remove more license files from dist-info, thanks Christoph Anton Mitterer.
  * Clean .tox directories. Previously the code to do this was unreachable.
    (Closes: #1049950)
  * Add test-coverage for distutils-extra, missed in 6.20230825.
  * pybuild: Ignore an exit code of 5, for no tests found, from
    unittest.discover for now. When we are ready to break packages and fix
    #1024971, this will change.
  * Build-Depends: python3-setuptools to avoid FTBFS with
    Python 3.12 as a supported version.
  * Also, Depends: python3-setuptools for now, to avoid adding it
    in other packages.
  * Don't clean egg-info/SOURCES.txt for packages using setuptools-scm, as
    they may be depending on it to locate package_data. (Closes: #1052854)

 -- Stefano Rivera <email address hidden>  Wed, 25 Oct 2023 20:08:06 +0200

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
Original maintainer:
Piotr Ożarowski
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-python_6.20231025.dsc 1.6 KiB a4558b8931e21e539318353046272b7309852c6057b69f68bcf667e20067538e
dh-python_6.20231025.tar.xz 118.6 KiB 9f56ecaaea7ffd80ac42d005a474b89a38620c53a558aa73d0701297b200376e

Available diffs

No changes file available.

Binary packages built by this source

dh-python: Debian helper tools for packaging Python libraries and applications

 This package contains:
  * pybuild - invokes various build systems for requested Python versions in
    order to build modules and extensions
  * dh_python3 - calculates Python 3.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.

pybuild-plugin-autopkgtest: pybuild autopkgtest test runner (metapackage)

 This package depends on the packages required to run pybuild-autopkgtest, a
 pybuild-based autopkgtest test runner. pybuild-autopkgtest will run the same
 test suite that regular pybuild runs during build time, but against the
 installed packages and without doing a build first.

pybuild-plugin-pyproject: Debian helper tools for packaging Python libraries using PEP517

 This metapackage depends on the components necessary for building packages
 with the generic PEP517 build plugin.