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 b59df129eb668b1aead3c6e43ad47bb77797d7dc
Merge: 93a6d59 ac7fa85
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Sep 1 11:48:45 2025 +0000
Merge branch 'tmp/type-annotations' into 'master'
Revisiting some type annotations
See merge request python-debian-team/python-debian!149
commit ac7fa85a93a16363008aba4dcd457ebfa26b240b
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Jul 10 23:57:19 2025 +1000
Convert annotations in test suite
commit d5e7c3eb87e5af8ec45c28b7616a0e65b26afe81
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Jul 10 23:51:28 2025 +1000
Convert annotations in arch_table and util
commit b61b9229352ab8088426b392950d1c8847c282f1
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Jul 10 23:46:33 2025 +1000
Convert annotations for deb822
commit e0e2ee45a5b8f9435c9c35f1405d57db762bd834
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Jul 10 23:10:43 2025 +1000
Tweak annotation protections
commit 10e739a118a63943626f1c74c216f904c41cc4ea
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Jul 10 22:49:31 2025 +1000
Fix import of Literal
commit a8c52d080d4e9f8de0c8f34c69dcbf6fff363c05
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Jul 10 21:53:43 2025 +1000
Update type comments to annotations
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.