python-debian (1.0.1)
[PTS] [DDPO]
COMMITS: VCS has seen 4 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: 1425408
- Browser: https://salsa.debian.org/python-debian-team/python-debian
- Last scan: 2025-06-15 18:00:07+00
- Next scan: 2025-06-22 23:33:00+00
- Merge requests: 5
- 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 4 commits ahead of tag 1.0.1
- Git log:
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.