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 2CC1A158020 for ; Thu, 10 Nov 2022 19:26:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72E82E0A8E; Thu, 10 Nov 2022 19:26:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4894DE0A8E for ; Thu, 10 Nov 2022 19:26:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 555BB340FA2 for ; Thu, 10 Nov 2022 19:26:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E76606E9 for ; Thu, 10 Nov 2022 19:26:07 +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: <1668108353.7a58011cbd0f05dc6322225d61e90bbea5d9475b.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: 7a58011cbd0f05dc6322225d61e90bbea5d9475b X-VCS-Branch: master Date: Thu, 10 Nov 2022 19:26:07 +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: 54dab745-798a-4445-afc6-abca9ac6dd40 X-Archives-Hash: 9520dbb011639d7abc1c864671334f26 commit: 7a58011cbd0f05dc6322225d61e90bbea5d9475b Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 9 18:17:07 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Nov 10 19:25:53 2022 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=7a58011c new release 0.10.18 Signed-off-by: Arthur Zamarin gentoo.org> NEWS.rst | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 4374031a..e45a5e5a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,6 +2,49 @@ Release Notes ============= +---------------------------- +pkgcheck 0.10.18 (2022-11-09) +---------------------------- + +Special thanks is given to Sam James, for continues support during all +development, bringing ideas, testing and improving, and especially proofreading +and improving all docs, texts and help messages. Every release is better thanks +to him. + +- Network checks: fix wrong attributes ("blame") shown when same URL is checked + (#403, Arthur Zamarin) + +- BetterCompressionCheck: new check for suggesting better compression URI for + gitlab and github distfiles (#483, Arthur Zamarin) + +- ExcessiveLineLength: report lines longer than 120 characters (with multiple + exception rules) (#480, Arthur Zamarin) + +- MissingRemoteIdCheck: new check for suggesting missing remote-ids, inferred + from HOMEPAGE and SRC_URI (#486, Arthur Zamarin) + +- DoCompressedFilesCheck: new check for calling ``doman``, ``newman``, and + ``doinfo`` with compressed files (#485, Arthur Zamarin) + +- AcctCheck: determine dynamic ID range from repository file + ``metadata/qa-policy.conf`` rather than static hardcoded values in pkgcheck + (#489, Arthur Zamarin) + +- UnquotedVariable: fix false positives with ``declaration_command`` and + ``unset_command`` (Arthur Zamarin) + +- VirtualWithSingleProvider: new check for virtual packages with a single + provider across all versions, which should be deprecated (#484, Arthur + Zamarin) + +- VirtualProvidersCheck: new check for virtual packages defining build + dependencies (#484, Arthur Zamarin) + +- NonPosixHeadTailUsage: new check for non-POSIX compliant usage of ``head`` + and ``tail`` (#491, Arthur Zamarin) + +- drop Python 3.8 support (Arthur Zamarin) + ---------------------------- pkgcheck 0.10.17 (2022-10-14) ----------------------------