dh-python 5.20230510 source package in Ubuntu

Changelog

dh-python (5.20230510) experimental; urgency=medium

  * Add support for PEP440 standards-markers in PyDist files (which superseded
    PEP386 almost a decade ago).
  * Add support for tox 4. Avoid needing to do an isolated build of the
    package by using the wheel we built, ourselves. (Closes: #1035675)
    - Packages using the distutils plugin now need python3-wheel installed.
      Raise an error explaining that wheel is needed, if it's missing.
    - Support all 3 potential tox configuration files. (Closes: #1033486)
  * dh_python3: Write a "debian" INSTALLER file into dist-info directories.
    (Closes: #1032133)
  * Use tomllib (available since Python 3.11) instead of tomli.
    (Closes: #1032866)
  * Use cachy as an example dependency instead of tomli, in tests.
  * Add pyproject.toml and pytest.ini to the default testfiles.
    (Closes: #1031609)

 -- Stefano Rivera <email address hidden>  Wed, 10 May 2023 19:26:51 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dh-python_5.20230510.dsc 1.6 KiB 1e9ebd006c0c699b98837606c9dd79288db737b442bb5bfce7a729319ca7bdc9
dh-python_5.20230510.tar.xz 115.9 KiB 69fd5d258770acc6f0fee1f5358aa732f261c0184a87facad6533be386c48643

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.