deltarpm (3.6.4+dfsg-1)
[PTS] [DDPO]
COMMITS: VCS has seen 18 commits since the debian/3.6.3+dfsg-3 tag
- Git: https://salsa.debian.org/pkg-rpm-team/deltarpm.git
-
- Branch: debian/master
- Path: debian/changelog
- Repo size: 524288
- Browser: https://salsa.debian.org/pkg-rpm-team/deltarpm
- Last scan: 2024-09-16 22:30:07+00
- Next scan: 2024-09-24 17:40:00+00
- Debian changelog in Git:
deltarpm (3.6.4+dfsg-1) unstable; urgency=medium
* Use debhelper compat level 14:
- use X-DH-Compat
- let debhelper take care of some default dependencies
* Minor tweaks to the autopkgtest tool:
- refresh the Python coding style
- switch from argparse to click and add python3-click as a dependency
- minor refactoring
* Use debputy's X-Style: black.
* New upstream release:
- drop the cppcheck, typos, and warnings patches, integrated upstream
- add the debian-path patch to use the Debian scheme for Python paths
-- Peter Pentchev <roam@debian.org> Sun, 01 Sep 2024 15:19:14 +0300
- This branch is 18 commits ahead of tag debian/3.6.3+dfsg-3
- Git log:
commit 80b7787cedb6ad9f382f325a187d4df8ff060b61
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 15:21:20 2024 +0300
Prepare to upload deltarpm/3.6.4+dfsg-1 to unstable
commit 3f0e7cbe7137b88f437e1c3b6a4b1d94373ce705
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 15:08:50 2024 +0300
Update the Debian packaging for deltarpm 3.6.4
commit 314675126c8fb2cadc0885b559fe95213800656f
Merge: de98456 5895584
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 14:54:46 2024 +0300
Update upstream source from tag 'upstream/3.6.4+dfsg'
Update to upstream version '3.6.4+dfsg'
with Debian dir 8d2add2aa22af7cb8677f7cb8f9c48173d127834
commit 58955843fc4f3bd590f5d63f54a03b34fedfd822
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 14:54:40 2024 +0300
New upstream version 3.6.4+dfsg
commit de984562a3274f35b8ee9c44478c87bdd2f3e1ad
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 14:20:28 2024 +0300
Update the changelog file
commit b151dfaa7e4ca945e9b816bf5e7d4feeab80099e
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 14:20:47 2024 +0300
Use debputy's X-Style: black
commit adae0f7396b3818e4e2924f1b4e7b84909b34ec6
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 13:22:04 2024 +0300
autopkgtest: bump the internal tool version
commit 982a9dc7a5b98047f1b5f50d335f135c63dbf3e3
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 13:18:53 2024 +0300
autopkgtest: py310: structural pattern matching
commit af5a127714211e10e8f85adea1f6060154ee2aac
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 13:12:59 2024 +0300
autopkgtest: py310: keyword-only config dataclass
commit 36a368c942fd55dc719d9f86d5cdaab03174aa78
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 13:12:25 2024 +0300
autopkgtest: py310: zip(..., strict=True)
commit 899d62bb23eff06e25187a9a5751fb34faa15403
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 13:11:52 2024 +0300
autopkgtest: drop support for Python 3.9
commit 12af52d3ea6e195fc09e0fa552b975b3ee2e08e2
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 13:09:36 2024 +0300
autopkgtest: break a complex function down into several ones
commit 01731b8a7398260b005db71c2b11a170802c38b0
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 12:57:06 2024 +0300
autopkgtest: sprinkle Final qualifiers throughout
commit 7712482e3ee80140d1647dc2a6a7ea86affef38c
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 12:46:05 2024 +0300
Add python3-click to the test dependencies
commit 02767cae20a58bd87f7d4004a2d5fb1f46db4011
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 12:41:38 2024 +0300
autopkgtest: argparse -> click
commit 29f7149a21a4ef265db3c4575da745f316c32179
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 12:23:28 2024 +0300
autopkgtest: use Ruff 0.6.3, disable docstring-related checks
We do not document everything in the docstrings, especially things that
can be deduced from the type signature.
Also, move a couple of S603 overrides to the previous line.
commit e3a2c2b34ee632f8b1af81d1735abdefb6e74073
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 12:17:30 2024 +0300
Let debhelper take care of some default dependencies
commit 575ce9713315b35c68359761b1d563991144a9c7
Author: Peter Pentchev <roam@debian.org>
Date: Sun Sep 1 12:10:17 2024 +0300
Use debhelper compat level 14, use X-DH-Compat