dh-python 6.20230813 source package in Ubuntu
Changelog
dh-python (6.20230813) unstable; urgency=medium * When we build a wheel for tox, with the distutils plugin, make sure our .pydistutils.cfg isn't present, so we build it in the standard layout. * Remove RECORD files from dist-info, these are incompatible with multi-arch. * Support for backporting the pyproject plugin to Python < 3.11. Thanks Stuart Prescott. (Closes: #1043301) * Use values for _PYTHON_HOST_PLATFORM that are closer to Python's defaults. * tox: Pass -x testenv.passenv+=_PYTHON_HOST_PLATFORM, so that pip will accept the _PYTHON_HOST_PLATFORM that the test wheel was built with. * Generate dependencies on using python3-supported-min and python3-supported-max. Allowing dependencies to work correctly on all supported python 3 versions. (Closes: #1028603) * pybuild-auto-pkgtest: Run tox tests against the installed package. -- Stefano Rivera <email address hidden> Sun, 13 Aug 2023 00:58:58 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dh-python_6.20230813.dsc | 1.6 KiB | 089410f029671aef79f0ef45609830d02179f6bd83aba61f1be6642cd5bd25ea |
dh-python_6.20230813.tar.xz | 117.2 KiB | b3210919f5cb655ab154fc2f9afb63722f5afffc09ff820942e04fc30c4851b9 |
Available diffs
- diff from 5.20230603 to 6.20230813 (28.5 KiB)
- diff from 6.20230802 to 6.20230813 (7.5 KiB)
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.