diff --git a/NEWS.rst b/NEWS.rst index c5161619c..955c02b4a 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) -----------------------------