vcswatch reports that
this package seems to have a new changelog entry (version
7.20260129, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit cfca1c231940b5327cdfb0b7d8727bb89f1606ae
Author: Stefano Rivera <stefanor@debian.org>
Date: Sat Mar 7 16:27:44 2026 -0400
dh_python3: In fallback .dist-info discovery, expect package names to be normalized with an _
From: https://packaging.python.org/en/latest/specifications/recording-installed-packages/#the-dist-info-directory
This directory is named as {name}-{version}.dist-info, with name and
version fields corresponding to Core metadata specifications. Both
fields must be normalized (see the name normalization specification
and the version normalization specification), and replace dash (-)
characters with underscore (_) characters, so the .dist-info
directory always has exactly one dash (-) character in its stem,
separating the name and version fields.
commit 42fa9646aac4079b948bc49df78f4f6cdb8dfa42
Author: Stefano Rivera <stefanor@debian.org>
Date: Sat Mar 7 16:40:25 2026 -0400
Re-black
commit 17b30689472ab489e4d7662b7e3e3e154020b08d
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net>
Date: Tue Feb 24 00:09:42 2026 +0100
Fix for detection of parallel build option
Get the parallel build option from pybuild.pm, instead of
re-implementing the detection logic in Python, then pass its value as an
`--parallel` argument to pybuild
This fix makes pybuild get the parallel build setting either from
`DEB_BUILD_(MAINT)_OPTIONS` or the `--(no-)parallel` argument passed to
`dh`
Closes: #1127763
commit aab91357e90024bd6e25109a182dc0aa0044d8bb
Author: Colin Watson <cjwatson@debian.org>
Date: Tue Feb 10 18:47:47 2026 +0000
Add autopkgtest-pkg-pybuild.1 manual page symlink
The program is `pybuild-autopkgtest`, but it's helpful to document it as
`autopkgtest-pkg-pybuild` as well since that's what goes in the
`Testsuite` field.
commit 48875f735ee61c6c070b81daa6ea10fa839e0742
Author: Stefano Rivera <stefanor@debian.org>
Date: Mon Feb 9 07:09:51 2026 -0400
Take PYBUILD_DIR into account earlier (for detection)
Closes: #1126096