From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 348FC15802F for ; Tue, 7 Mar 2023 17:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AABE07A9; Tue, 7 Mar 2023 17:56:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D38EE07A9 for ; Tue, 7 Mar 2023 17:56:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F5A13413C4 for ; Tue, 7 Mar 2023 17:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBBD2888 for ; Tue, 7 Mar 2023 17:56:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1678132894.b383af2ed1c66ed45571d27d41307abe246af9e4.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: / X-VCS-Repository: proj/pkgcore/pkgcheck X-VCS-Files: NEWS.rst X-VCS-Directories: / X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b383af2ed1c66ed45571d27d41307abe246af9e4 X-VCS-Branch: master Date: Tue, 7 Mar 2023 17:56:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f3f0b058-a2fb-468e-afad-bf43604d3f99 X-Archives-Hash: 9094ccedc01f310890524c0698d216d6 commit: b383af2ed1c66ed45571d27d41307abe246af9e4 Author: Arthur Zamarin gentoo org> AuthorDate: Mon Mar 6 20:01:34 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Mon Mar 6 20:01:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=b383af2e new release 0.10.23 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 7f022497..1fa3dcfb 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,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) ----------------------------