vcswatch reports that
this package seems to have a new changelog entry (version
22.12.0-2, 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 82d680661f7c24d1b8885668e2215f3ce539780f
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Thu Apr 18 01:07:01 2024 +0200
remove extraneous dependency on python3-mock
this obsolete library is slowly being removed
commit b6c16ab9d5622d66f8568693323d98f21f9eff51
Merge: 6aa6d7e d84617a
Author: Ben Finney <bignose@debian.org>
Date: Wed Feb 15 18:05:27 2023 +1100
Build and install package documentation.
commit d84617ac91298b7bae50fc32ed91a3ff0b6848c9
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:45:30 2023 +1100
Build and install upstream manual page.
commit 108c2663d4a678af61469bb309fc5491e210205a
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:45:03 2023 +1100
Move the “overall documentation” manual page to manual section 7.
commit 995abdbabbef0230746ee8df57f60571ae548e4e
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:27:21 2023 +1100
Add a doc-base specification for the upstream documentation.
commit c9f24bb9c89e5a6fb5b2c109545c999fb5070aab
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:25:50 2023 +1100
Build and install package documentation.
commit 7d96e3ba2598fbd9c81240932c0652709bfd9065
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:25:03 2023 +1100
Remove tracking images from the documentation.
commit c75f0e5e21d97fbc9f9d6eec36120615de4af925
Author: Ben Finney <bignose@debian.org>
Date: Tue Feb 14 20:32:02 2023 +1100
Specify the files to install for main binary package.
commit 6628c403cae12a60ab7ad5f26c7c4089d3687020
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:26:37 2023 +1100
Specify ‘towncrier-doc’ binary package.
commit 6aa6d7e5f234c97dd12366775a6ea3ccfd7876ad
Author: Ben Finney <bignose@debian.org>
Date: Tue Feb 14 16:36:15 2023 +1100
Install to an application directory, not a shared Python library.
commit 907978bb928989b522389b7856613514904978a7
Author: Ben Finney <bignose@debian.org>
Date: Tue Feb 14 16:35:05 2023 +1100
Revert to ‘distutils’ build system, to control install directories.
commit 0d02a46a7b2b03dd58db758927720c97b24fac81
Author: Ben Finney <bignose@debian.org>
Date: Tue Feb 14 17:52:11 2023 +1100
Rename the executable program to avoid namespace clash in the directory.
commit 19bd3293c4b90b91b3e2d67fb9475b6821ffa3e3
Author: Ben Finney <bignose@debian.org>
Date: Tue Feb 14 19:01:15 2023 +1100
Consistently use click.testing.CliRunner for testing executable command.
commit 0b0bc1f5521e7eb3d07a6533bc8c857a8441a8d2
Author: Ben Finney <bignose@debian.org>
Date: Wed Feb 15 15:59:43 2023 +1100
Test the actual current version is in the test output.
The unit test case for the ‘--version’ option now tests that the actual
current Towncrier version string, is in the test output.
commit c0bd5ebabba089d3eef038cc559be76787288927
Author: Ben Finney <bignose@debian.org>
Date: Wed Feb 15 15:59:12 2023 +1100
Avoid `bytes` type in test process output.
Direct comparison to objects of type `bytes` can fail when the terminal
stream is not in the assumed hard-coded encoding.
Instead, the test cases now avoid direct use of `bytes` where text is
intended.
commit ef7e497fd5c2026cadc324d5ead7d25936065f5a
Author: Ben Finney <bignose@debian.org>
Date: Fri Jan 6 17:22:25 2023 +1100
Specify EditorConfig settings for Diff format patch files.
commit 3c295c95135a75779a6e290ad45c5606ba75f100
Author: Ben Finney <bignose@debian.org>
Date: Sat Jan 28 11:18:09 2023 +1100
Refine EditorConfig settings file.
commit 6a2cf635b04986a5e8831c071f527f86cf68b73c
Author: Ben Finney <bignose@debian.org>
Date: Wed Jan 11 10:50:45 2023 +1100
We're not installing a public Python library; don't name it for PyBuild.