dh-python 5.20220213 source package in Ubuntu

Changelog

dh-python (5.20220213) unstable; urgency=medium

  [ Stefano Rivera ]
  * Update pydist fallback database.
  * dh_python3: Don't emit any warnings about unknown packages for modules
    that we won't depend on. (closes: 1004378)
  * Drop Provides for dh-python-pep517, replaced by pybuild-plugin-pyproject.
  * Simplify generated dependencies for "; python_version > '3'" style
    dependencies.
  * pyproject plugin: Export FLIT_NO_NETWORK=1 when building, to disable any
    attempts by flit to download build-dependencies.
  * pyproject plugin: Remove license_files from dist-info, as generated by
    hatchling. We carry the contents in debian/copyright, no need to duplicate
    it.
  * Consider DH_OPTIONS as prepended to command line options, not appended.
    (closes: 949285)
  * Support DEB_BUILD_OPTIONS=terse, thanks Matthijs Kooijman.
    (closes: 945945)

  [ Scott Kitterman ]
  * Update source lintian overrides

  [ Debian Janitor ]
  * Add missing ${misc:Depends} to Depends for pybuild-plugin-pyproject.
  * Fix day-of-week for changelog entry 1.20130807-1.

 -- Stefano Rivera <email address hidden>  Sun, 13 Feb 2022 19:33:18 -0400

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-python_5.20220213.dsc 1.5 KiB cdbea5bfe38488d4c6a25617dba67b298cae39ac9924a25ee4ac8c2be090cccf
dh-python_5.20220213.tar.xz 112.0 KiB 0f03a9db9a8bd9e39cd719d55ff8ddea18c818d64c03d180c28b5fec078cebff

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_python2 - calculates Python 2.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
  * dh_python3 - calculates Python 3.X dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.
  * dh_pypy - calculates PyPy dependencies for Debian packages,
    adds maintainer scripts to byte compile files, etc.

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.