commit: f43a9a2430cdf288ab22a5c28c154007e1084071 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 12 17:22:00 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Jun 12 17:22:00 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=f43a9a24
new release 0.10.35 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> NEWS.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 8ff8fe29..80e368b9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,23 @@ Release Notes ============= +----------------------------- +pkgcheck 0.10.35 (2025-06-12) +----------------------------- + +- caches: support compression of the profiles cache file, reducing its size + from 192MB to 4MB (Arthur Zamarin) + +- Fix compatibility with Python 3.14 (Michał Górny, #738) + +**Check Updates:** + +- BadPackageUpdate: fix issues when not running under the ``profiles/`` + directory (Arthur Zamarin) + +- VisibilityCheck: check for masked dependencies in master repos (Anna + CyberTailor, #736) + ----------------------------- pkgcheck 0.10.34 (2025-04-04) -----------------------------