commit: 8561609ea40069db3e4772873480279ecbd37d1a Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 4 19:08:05 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Apr 4 19:08:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=8561609e
new release 0.10.34 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8f5c64dd..8ff8fe29 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,46 @@ Release Notes ============= +----------------------------- +pkgcheck 0.10.34 (2025-04-04) +----------------------------- + +**New Checks:** + +- NonConsistentTarUsage: detect ``tar`` invocations missing the ``-f`` argument + (Arthur Zamarin, #709) + +- TooManyCrates: flag packages with more than 300 CRATES (Arthur Zamarin) + +**Check Updates:** + +- OutdatedBlocker: extend the threshold for outdated blockers from 2 years to 4 + years (Sam James) + +- DeprecatedInsinto: add support for paths related to shell completion and + systemd (Arthur Zamarin) + +- DirectStableKeywords: exclude ``sec-keys/*`` and ``virtual/*`` categories + from this check (Arthur Zamarin, #719) + +- RequiredUseDefaults: skip all USE flags prefixed with ``cpu_flags_`` (Arthur + Zamarin) + +- git: suggest clearing the pkgcheck cache when encountering a ``git log`` + error (Martin Mokry, #729) + +- PythonCompatUpdate: ignore ``*t`` (freethreading) Python targets + (Arthur Zamarin, Michał Górny, #711, #732) + +- DeadUrl: prevent crashes when servers return invalid UTF-8 data (Arthur + Zamarin) + +- PathVariablesCheck: expand the list of names checked for path variable issues + (Arthur Zamarin) + +- MissingRemoteId: exclude URIs used for fetching ``-crates`` or ``-deps`` + tarballs from this check (Arthur Zamarin) + ----------------------------- pkgcheck 0.10.33 (2024-12-04) -----------------------------
