1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
pyproject-api (1.9.0-1) unstable; urgency=medium
* New upstream release.
* Reenable test test_setuptools_prepare_metadata_for_build_wheel, newer
upstream version is now fixed to work against newer Python/setuptools.
-- Faidon Liambotis <paravoid@debian.org> Sun, 16 Feb 2025 12:12:13 +0200
pyproject-api (1.8.0-1) unstable; urgency=medium
* New upstream release.
* Disable test test_setuptools_prepare_metadata_for_build_wheel, broken due
to a setuptools incompatibility. (Closes: #1082397)
-- Faidon Liambotis <paravoid@debian.org> Fri, 04 Oct 2024 21:29:45 +0300
pyproject-api (1.7.1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.7.0, no changes needed.
* Remove X-Python3-Version: >= 3.11, unstable defaults to 3.12.
* Re-enable disabled test test_setuptools_prepare_metadata_for_build_wheel,
fixed upstream.
-- Faidon Liambotis <paravoid@debian.org> Tue, 13 Aug 2024 12:47:12 +0300
pyproject-api (1.6.1-1) unstable; urgency=medium
* New upstream release.
-- Faidon Liambotis <paravoid@debian.org> Wed, 30 Aug 2023 23:55:01 +0300
pyproject-api (1.5.4-1) unstable; urgency=medium
* New upstream release.
-- Faidon Liambotis <paravoid@debian.org> Tue, 22 Aug 2023 13:16:43 +0300
pyproject-api (1.5.3-1) unstable; urgency=medium
* New upstream release.
* No-op d/rules cleanup:
- Drop PYBUILD_NAME export, as it's automatically derived.
- Drop SETUPTOOLS_SCM_PRETEND_VERSION export, as dh-python >= 5.20230130
does this automatically.
- Drop "-k not test_can_build_on_python_2", test removed upstream.
-- Faidon Liambotis <paravoid@debian.org> Thu, 03 Aug 2023 16:07:05 +0300
pyproject-api (1.5.1-1) unstable; urgency=medium
* New upstream release.
- Fixes build reproducibility issue, as reported by Chris Lamb.
(Closes: #1032057)
-- Faidon Liambotis <paravoid@debian.org> Mon, 13 Mar 2023 15:32:10 +0200
pyproject-api (1.5.0-2) unstable; urgency=medium
* Source-only upload.
* Drop python3-tomli dependency in favor of X-Python3-Version: >= 3.11.
* Enable tests, by adding new build dependencies (pytest etc.) necessary for
running them. Rely on pybuild to autodetect, only configuring
PYBUILD_TEST_ARGS to disable a couple of tests that are expected to fail.
* Use autopkgtest-pkg-pybuild to also run the aforementioned tests as
autopkgtests.
-- Faidon Liambotis <paravoid@debian.org> Mon, 27 Feb 2023 20:43:47 +0200
pyproject-api (1.5.0-1) unstable; urgency=medium
* Initial release. (Closes: #1031298)
-- Faidon Liambotis <paravoid@debian.org> Tue, 14 Feb 2023 21:00:54 +0200
|