vcswatch reports that
this package seems to have a new changelog entry (version
0.1.40, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 09285f6324bdf4a41d9a0cef00f35e7572a0fb56
Merge: fdb2519 b39994c
Author: Stuart Prescott <stuart@debian.org>
Date: Mon Apr 5 14:14:17 2021 +0000
Merge branch 'reversed-in-ordered-set' into 'master'
OrderedSet: Add __reversed__
See merge request python-debian-team/python-debian!44
commit b39994c1cb788ef29b10e6a036d7888348bc9d2b
Author: Niels Thykier <niels@thykier.net>
Date: Fri Apr 2 17:44:30 2021 +0000
OrderedSet: Add __reversed__
Signed-off-by: Niels Thykier <niels@thykier.net>
commit fdb2519b6b637f718fa1652de82223b33add8320
Merge: 4c30cde 3d03700
Author: Stuart Prescott <stuart@debian.org>
Date: Thu Apr 1 04:52:58 2021 +0000
Merge branch 'fix-example' into 'master'
Fix indentation in an example
See merge request python-debian-team/python-debian!43
commit 3d03700b7552972e38abc317d5612057ed1a78be
Author: Niels Thykier <niels@thykier.net>
Date: Wed Mar 31 17:10:22 2021 +0000
Fix indentation in an example + add __main__ guard
This makes "py.test" work as a test runner.
Signed-off-by: Niels Thykier <niels@thykier.net>
commit 4c30cde3bacf90da1ca5b147bea36a78883c934c
Merge: b3e0d0f 6568dac
Author: Stuart Prescott <stuart@debian.org>
Date: Sun Mar 28 00:25:59 2021 +0000
Merge branch 'fix-typo-in-example' into 'master'
Fix typo in example
See merge request python-debian-team/python-debian!41
commit 6568dacea03fce24b1cb15d08edd9d3aad8339d4
Author: Niels Thykier <niels@thykier.net>
Date: Sat Mar 27 07:49:25 2021 +0000
Fix typo in example
Signed-off-by: Niels Thykier <niels@thykier.net>
commit b3e0d0f3b77e5107a5b627faf0c459bd3b47b1f1
Author: Stuart Prescott <stuart@debian.org>
Date: Sat Jan 30 00:29:30 2021 +1100
Work without pwd module on non-unix systems
On non-unix systems, the pwd module doesn't exist meaning that the entire
changelog.py is unsable. This patch allows changelog.py to be usable on
non-Linux systems by suppressing errors due to its absense.
With thanks to
- Ryan Pavlik for the report and an initial patch
- Carmen Bianca Bakker for an improved patch that is used here
https://salsa.debian.org/python-debian-team/python-debian/-/merge_requests/38
commit c5939dc3c5e71656a0f8946a255f8553b82323c4
Merge: d2e1bd9 ceb591c
Author: Stuart Prescott <stuart@debian.org>
Date: Fri Jan 29 13:22:50 2021 +0000
Merge branch 'missing-uid' into 'master'
Handle unknown UIDs in debian
See merge request python-debian-team/python-debian!37
commit d2e1bd91c40ec0138f28ce1f14bff9798d92e751
Author: Stuart Prescott <stuart@debian.org>
Date: Sat Jan 30 00:15:58 2021 +1100
Updates for mypy 0.800
commit c7033dcd97cee646a9b00cda80229612049860b5
Author: Stuart Prescott <stuart@debian.org>
Date: Sat Jan 30 00:04:37 2021 +1100
Typo fixes in changelog documentation
commit c86ce8abe8b6934b6cdd0f2cd1fba16d33120d8d
Author: Stuart Prescott <stuart@debian.org>
Date: Sat Jan 30 00:04:13 2021 +1100
Remove Python 2 info from release process
commit 2677d84f09ffa641d2fd635e165662a7592f703a
Author: Stuart Prescott <stuart@debian.org>
Date: Sat Jan 30 00:03:45 2021 +1100
Add closure of #934273 to previous changelog
commit ceb591cf5ae586dbaa116119e82522643860fbf3
Author: Jelmer Vernooij <jelmer@jelmer.uk>
Date: Wed Jan 20 03:18:14 2021 +0000
Cope with unknown UIDs in debian.changelog.get_maintainer(). Closes: #980385