vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
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.