piuparts (1.6.0)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.6.1 > 1.6.0
- Git: https://salsa.debian.org/debian/piuparts.git
-
- Branch: develop
- Path: debian/changelog
- Repo size: 16076800
- Browser: https://salsa.debian.org/debian/piuparts
- Last scan: 2025-07-15 21:35:09+00
- Next scan: 2025-07-23 14:11:00+00
- Merge requests: 2
- CI pipeline status: failed
- Debian changelog in Git:
piuparts (1.6.1) UNRELEASED; urgency=medium
* Start 1.6.1 development. Use `gbp dch --since=1.6.0 --multimaint-
merge` to generate a changelog for this release.
-- Nicolas Dandrimont <olasd@debian.org> Thu, 20 Mar 2025 22:43:35 +0100
- This branch is 3 commits ahead of tag 1.6.0
- Git log:
commit 40785da5c1d8d041b79ba25782b05a9df2f181cd
Merge: d4f829cd2 b802c6967
Author: Nicolas Dandrimont <olasd@debian.org>
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 <lgarrett@rocketjump.eu>
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 <nicolas@dandrimont.eu>
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.