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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
pdm (2.26.6-1) unstable; urgency=medium
* New upstream release.
-- Boyuan Yang <byang@debian.org> Tue, 03 Mar 2026 10:34:28 -0500
pdm (2.26.2-1) unstable; urgency=medium
* New upstream release.
* debian/patches/mark-network-test.patch: Dropped, applied upstream.
* debian/patches/update-test-to-use-correct-platform-alias.patch:
Dropped, applied upstream.
* debian/rules: Skip two more tests that need internet connection.
* debian/watch: Update to version 5.
* debian/patches/0002_fix_import.patch: Fix lintian format warnings.
-- Boyuan Yang <byang@debian.org> Mon, 23 Feb 2026 19:02:53 -0500
pdm (2.23.1-4) unstable; urgency=medium
* Team upload.
* Backport upstream commit to mark some tests as requiring network.
* Disable several failing tests.
-- Santiago Vila <sanvila@debian.org> Thu, 04 Dec 2025 23:55:00 +0100
pdm (2.23.1-3) unstable; urgency=medium
* Team upload.
[ Adrian Bunk ]
* Backport upstream fix for FTBFS issue. Closes: #1118428.
* Test only with the default python.
[ Santiago Vila ]
* Drop "Rules-Requires-Root: no" (default).
* Drop "Priority: optional" (default).
-- Santiago Vila <sanvila@debian.org> Wed, 03 Dec 2025 18:55:00 +0100
pdm (2.23.1-2) unstable; urgency=medium
* Team upload.
* Disable one more test
-- Alexandre Detiste <tchet@debian.org> Tue, 12 Aug 2025 21:23:10 +0200
pdm (2.23.1-1) unstable; urgency=medium
* Team upload.
* Drop build-dep on python3-tomli
[ Andreas Tille ]
* Standards-Version: 4.6.2 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
* Testsuite: autopkgtest-pkg-python (routine-update)
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
* Build-Depends: Replace python3-pep517 by python3-pyproject-hooks
Closes: #1043002
* Build-Depends: python3-pdm-backend
* Build-Depends: python3-pytest-httpserver to fix at least one test suite
error
* Fix import of BaseProvider
* Provide artifacts in multi-source tarball to enable testing
* Do not continue in case of failures since test artifacts are provided now
* Drop .pdm-python
[ eevelweezel ]
* New upstream version 2.23.1.
* Skip failing tests and tests requiring internet
* Standards-Version: 4.7.2 (routine-update)
[ Stefano Rivera ]
* Refresh patches.
* Drop 0001-Disable-dynamic-version.patch, no longer needed.
* Remove missing-sources, no longer needed.
-- Alexandre Detiste <tchet@debian.org> Mon, 28 Jul 2025 14:32:14 +0200
pdm (2.2.1+ds1-1) unstable; urgency=medium
* New upstream release 2.2.1.
-- Boyuan Yang <byang@debian.org> Sat, 26 Nov 2022 15:15:11 -0500
pdm (2.1.4+ds1-1) unstable; urgency=medium
* New upstream release 2.1.4.
* debian/control: Update package version requirement.
* debian/patches: Refresh patches.
-- Boyuan Yang <byang@debian.org> Wed, 21 Sep 2022 14:24:36 -0400
pdm (2.0.3+ds1-1) unstable; urgency=medium
* New upstream release 2.0.3.
* debian/control: Update package version requirement.
* d/p/0002-disable-test_integration: Dropped, not needed anymore.
-- Boyuan Yang <byang@debian.org> Sat, 23 Jul 2022 17:16:45 -0400
pdm (2.0.1+ds1-1) unstable; urgency=medium
* New upstream release 2.0.1.
* debian/rules: Disable using dynamic version for now to correct pdm
version information.
* debian/patches: Add patch to disable test_integration. These tests
needs python3 versions outside of Debian's support scope.
-- Boyuan Yang <byang@debian.org> Sun, 17 Jul 2022 11:58:39 -0400
pdm (2.0.0b2+ds1-1) unstable; urgency=medium
* New upstream version 2.0.0b2+ds1.
* debian/: Apply wrap-and-sort -abst.
* Bump version requirement for python3-pdm-pep517 and python3-unearth.
-- Boyuan Yang <byang@debian.org> Sat, 09 Jul 2022 15:24:57 -0400
pdm (2.0.0b1+ds1-1) unstable; urgency=medium
* Initial release. (Closes: #1014067)
-- Boyuan Yang <byang@debian.org> Sat, 02 Jul 2022 17:53:05 -0400
|