summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-03-06 22:01:34 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-03-06 22:01:34 +0200
commitb383af2ed1c66ed45571d27d41307abe246af9e4 (patch)
tree1ab754175eb72b4f7a93b6f098ea82ac046621c3
parentGitPkgCommitsCheck: add check for EAPI change without revbump (diff)
downloadpkgcheck-0.10.23.tar.gz
pkgcheck-0.10.23.tar.bz2
pkgcheck-0.10.23.zip
new release 0.10.23v0.10.23
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--NEWS.rst28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 7f022497..1fa3dcfb 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -3,6 +3,34 @@ Release Notes
=============
----------------------------
+pkgcheck 0.10.23 (2023-03-06)
+----------------------------
+
+- scan: use ``NO_COLOR`` environment variable to disable colors instead of
+ ``NOCOLOR`` (Ulrich Müller, https://bugs.gentoo.org/898230)
+
+**New checks:**
+
+- network: add ``kde-invent`` remote-id (Sam James, #551)
+
+- EbuildSemiReservedName: check for usage of semi-reserved names in ebuilds
+ (Arthur Zamarin, #552)
+
+- PythonPEP517WithoutRevbump: check for DISTUTILS_USE_PEP517 addition or
+ removal without revision bump (Sam James, #556)
+
+- EAPIChangeWithoutRevbump: check for EAPI change without revision bump (Arthur
+ Zamarin, #558)
+
+**Fixed bugs:**
+
+- StableRequestCheck: ignore versions which aren't keyworded for stable arches
+ (Arthur Zamarin, #544)
+
+- PythonMissingSCMDependency: update to new canonical package names of SCM
+ python packages (Arthur Zamarin)
+
+----------------------------
pkgcheck 0.10.22 (2023-02-20)
----------------------------