dh-python 5.20211016 source package in Ubuntu

Changelog

dh-python (5.20211016) unstable; urgency=medium

  [ Piotr Ożarowski ]
  * DEB_BUILD_PROFILES=nocheck will skip test step in pybuild
    (just like DEB_BUILD_OPTIONS=nocheck already does)

  [ Stefano Rivera ]
  * Add support for 2-digit python minor versions (3.10). Parse sonames and
    generate dependencies, correctly. Thanks Graham Inggs.
  * Version Breaks: python to allow dh-python to be co-installed with
    python-is-python2, thanks Stephen Kitt. (closes: 991009)
  * Remove build path from RECORD files, thanks Philip Rinn (closes: 969352)
  * Add integration test coverage for pybuild and flit.
  * flit: Remove direct_url.json from .dist-info, not reproducible and
    doesn't contain any useful information.
  * Re-enable package build-time test suite.
  * Run the python2.7 dh_python2 tests in an autopkgtest.
  * Replaced references to python with python2.7 in the test suite
    (closes: 956191)
  * Update pydist fallback database.
  * Recognise Debian-packaged python modules from .dist-info directories as
    well as .egg-info.
  * Generate python3:Depends from Requires-Dist entries in .dist-info (e.g.
    flit packages). (closes: 987296)
  * Suggest: flit, python3-toml. (closes: 987236)
  * Architecture-qualify py*compile and py*clean calls in maintainer scripts,
    for architecture-specific Python packages. This allows co-installation
    (and even concurrent unpacking) of different architectures of a package.
    (closes: 991146, 770265, 812228)
  * Update _PYTHON_SYSCONFIGDATA_NAME export for cross-builds, thanks Helmut
    Grohne. (closes: 968213)
  * Parse Build-Depends with a :any suffix correctly, thanks Maximilian
    Engelhardt. (closes: 980303)
  * Generate a dependency on python3 in dh_python3 when there's a script
    installed with a python3 shebang, thanks Maximilian Engelhardt.
    (closes: 980310)
  * flit: Run test suites. (closes: 994281)

 -- Stefano Rivera <email address hidden>  Sat, 16 Oct 2021 08:01:30 -0700

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.20211016.dsc 1.4 KiB 8ce9c9c7a5c460dce53ffb1fe732b4667ad0b5e0dc87e4cca9c4e28d13ac4f78
dh-python_5.20211016.tar.xz 98.1 KiB e5de062c1837a0fe9ef327c571aeb95f2b03dc4141541d97ce03d53aecef13d7

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.