commit: fffd7105e73f51b1f5867355a83162ec1d2e4b76 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Nov 23 10:17:49 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Nov 23 10:44:24 2024 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=fffd7105
new release 0.10.32 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> NEWS.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index c5161619..955c02b4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,23 @@ Release Notes ============= +----------------------------- +pkgcheck 0.10.32 (2024-11-23) +----------------------------- + +**Checks Updates:** + +- various Python checks: recognize ``dev-lang/pypy`` as a Python + interpreter package (Michał Górny, #708) + +- EclassManualDepsCheck: update for the new ``rust`` eclass: + direct dependencies on ``dev-lang/rust`` and ``dev-lang/rust-bin``; + ``RUST_OPTIONAL`` variable (Michał Górny, #718) + +- PythonPackageNameCheck: enforce the stricter PyPI package naming + policy that requires using lowercase names with hyphens (Michał Górny, + #717) + ----------------------------- pkgcheck 0.10.31 (2024-09-06) -----------------------------
