python-debian (1.0.1)
[PTS] [DDPO]
COMMITS: VCS has seen 8 commits since the 1.0.1 tag
- Git: https://salsa.debian.org/python-debian-team/python-debian.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1806336
- Browser: https://salsa.debian.org/python-debian-team/python-debian
- Last scan: 2025-08-27 12:04:07+00
- Next scan: 2025-09-03 16:20:00+00
- Merge requests: 6
- CI pipeline status: success
- Debian changelog in Git:
python-debian (1.0.1) unstable; urgency=medium
* Fix handling of empty string data given to Deb822.iter_paragraphs.
-- Stuart Prescott <stuart@debian.org> Tue, 11 Mar 2025 23:17:33 +1100
- This branch is 8 commits ahead of tag 1.0.1
- Git log:
commit 93a6d590da6ad8a6650d7c629c6d9999cb4d6a94
Merge: 1dd6e0f 6d5416f
Author: Niels Thykier <niels@thykier.net>
Date: Tue Aug 19 15:52:22 2025 +0000
Merge branch 'dpkg_arch_to_multiarch' into 'master'
Provide a new dpkg_arch_to_multiarch() function
See merge request python-debian-team/python-debian!142
commit 6d5416f5395dfa0a52e932d307de2646645fcd60
Author: Sébastien Noel <sebastien@twolife.be>
Date: Mon Aug 18 13:43:10 2025 +0200
make mypy-1.17 from unstable happy
commit 08a54fccfb014c23599c7454a891ef0be3f43490
Author: Sébastien Noel <sebastien@twolife.be>
Date: Mon Feb 3 22:14:20 2025 +0100
Provide a new dpkg_arch_to_multiarch() function
commit 17ac8665eaf641967ce6d08ff4c2492a743dbc89
Author: Sébastien Noel <sebastien@twolife.be>
Date: Mon Aug 18 13:15:05 2025 +0200
gitlab-ci: Trixie has been released
commit 1dd6e0fc606f01eecc59de383a7d269199aad846
Merge: b1f6ef6 66ec1d8
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Tue Apr 22 18:10:52 2025 +0000
Merge branch 'merge-changes' into 'master'
Add support for merging Changes objects
See merge request python-debian-team/python-debian!147
commit b1f6ef63f287b0e83309aea0e2e6c858e0168f3d
Merge: 287265c 54c31bf
Author: Jelmer Vernooij <jelmer@debian.org>
Date: Mon Apr 21 10:05:51 2025 +0000
Merge branch 'fix-merge-fields-multi-line' into 'master'
Fix merging of multi-line fields
See merge request python-debian-team/python-debian!148
commit 54c31bf1c5f66f043e2ac36534e403fcd5656291
Author: Colin Watson <cjwatson@debian.org>
Date: Wed Apr 9 11:11:38 2025 +0100
Fix merging of multi-line fields
Merging two multi-line fields (such as "Description") failed with
`ValueError: value must not have blank lines` if the right-hand side of
the merge had more than one non-trivial line.
commit 66ec1d83bc7e11d71898c4ff3f1fdb071871a5d2
Author: Colin Watson <cjwatson@debian.org>
Date: Tue Apr 8 11:35:24 2025 +0100
Add support for merging Changes objects
This works in a similar way to the `mergechanges` program in devscripts,
although the implementation is much simpler since `Deb822.merge_fields`
does a good deal of the work.