vcswatch reports that
this package seems to have a new changelog entry (version
1.6.1, 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 40785da5c1d8d041b79ba25782b05a9df2f181cd
Merge: d4f829cd2 b802c6967
Author: Nicolas Dandrimont <[email protected]>
Date: Sat May 3 16:59:03 2025 +0000
Merge branch 'develop' into 'develop'
Replace deprecated logging.warn
See merge request debian/piuparts!75
commit b802c6967d13f5ca2a6aee5291ce1b699e4c2655
Author: Lee Garrett <[email protected]>
Date: Sat May 3 17:38:34 2025 +0200
Replace deprecated logging.warn
piuparts warned with:
/usr/bin/piuparts:2375: DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
logging.warn(changes_path + " is not readable. Skipping.")
And https://docs.python.org/3/library/logging.html#logging.Logger.warning
mentions this deprecated function should be replaced by warning()
commit d4f829cd2955750b7b9f873f77cb5508aa142dea
Author: Nicolas Dandrimont <[email protected]>
Date: Thu Mar 20 22:43:49 2025 +0100
Start 1.6.1 development. Use `gbp dch --since=1.6.0 --multimaint-merge` to generate a changelog for this release.