-
dh-python (5.20221001) unstable; urgency=medium
* Fix -X handling in dh_python3 et al. Broken in the migration to argparse
in 5.20220819. (closes: 1020041)
-- Stefano Rivera <email address hidden> Sat, 01 Oct 2022 14:31:31 +0200
-
dh-python (5.20220924) unstable; urgency=medium
* Escape a . in a regex in tests/test-package-show-info, fixes FTBFS in
Ubuntu which builds with the noudeb profile.
-- Stefano Rivera <email address hidden> Sat, 24 Sep 2022 19:17:12 +0200
-
dh-python (5.20220923) unstable; urgency=medium
[ Stefano Rivera ]
* Run Python test suite with nose2. (closes: 1018338)
* Don't attempt to diff static libs (.a), thanks Nick Rosbrook.
(closes: 1020528)
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
+ Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
does this.
* Remove constraints unnecessary since buster (oldstable):
+ dh-python: Drop versioned constraint on python3 in Replaces.
[ Stuart Prescott ]
* pyproject plugin: Make the package's entry points available in the PATH
when running the package's test suite, so that tests using the entry
points can be run.
-- Stefano Rivera <email address hidden> Fri, 23 Sep 2022 09:47:57 +0200
-
dh-python (5.20220819) unstable; urgency=medium
* flit plugin: Explicitly install using the "deb_system" sysconfig scheme.
* Update location for python-policy in dh_python3(1), thanks Andrius Merkys.
* autoscripts/prerm-{py3,pypy}clean: Use sed instead of perl, thanks Gioele
Barabucci.
* pybuild.pm: Handle multiple (comma-separated) versions in
DEBPYTHON3_SUPPORTED. (closes: 1015774)
* pybuild.pm: Don't entirely swallow py3versions -r errors. (closes: 827870)
* pybuild: Don't print stack traces when we can't initialize a plugin due to
a missing command, it's confusing. (closes: 954215)
* pybuild cmake plugin: Add support for FindPython and FindPython3,
available since CMake 3.12. (closes: 949377)
* dh_python3: Don't generate ${python3:Provides} or ${python3:Versions}.
Never intended for use with Python 3, by the Debian Python Policy, and not
currently in use. (closes: 811080, 951748)
* dh_python3: Operate on binary packages that only Recommends:
${python3:Depends}, too. (closes: 1017001)
* Port dh_python2/dh_python3/dh_pypy to argparse.
* dh_*: Parse -O=... options provided by debhelper. (closes: 949286)
* pybuild: Make --ext-dest-dir work again, when --name is specified.
(closes: 942882)
* Remove the text in pybuild(1) describing pybuild-plugin-pyproject as being
in beta.
-- Stefano Rivera <email address hidden> Fri, 19 Aug 2022 22:34:55 +0200
-
dh-python (5.20220403) unstable; urgency=medium
* Refresh pydist.
* Replace which with command -v in autoscripts, thanks Diederik de Haas.
* Add support for --test-custom/PYBUILD_TEST_CUSTOM. Thanks, Antonio
Terceiro!
* Correctly handle --interpreter python3.10 (2-digit minor version).
(closes: 1008745)
-- Stefano Rivera <email address hidden> Sun, 03 Apr 2022 15:45:19 -0400