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 B2EE3158003 for ; Sun, 10 Jul 2022 18:59:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F005FE0D5F; Sun, 10 Jul 2022 18:59:54 +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 CC0E7E0D5F for ; Sun, 10 Jul 2022 18:59:54 +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 E770E340F61 for ; Sun, 10 Jul 2022 18:59:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8185E1E for ; Sun, 10 Jul 2022 18:59:52 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1657479530.3946fd19f21ade60c4212c4738292ea5d2e4098b.dolsen@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 3946fd19f21ade60c4212c4738292ea5d2e4098b X-VCS-Branch: master Date: Sun, 10 Jul 2022 18:59:52 +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: 4ae0398f-5fc0-4b1a-916c-80eef9258115 X-Archives-Hash: 7b129c1b5b4124ff76cf2695ec9d8f37 commit: 3946fd19f21ade60c4212c4738292ea5d2e4098b Author: Brian Dolbec gentoo org> AuthorDate: Sun Jul 10 18:58:50 2022 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Jul 10 18:58:50 2022 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=3946fd19 NEWS: update for point release Signed-off-by: Brian Dolbec gentoo.org> NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 7976818..14325a8 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ News (new features/major bug fixes) +gentoolkit-0.6.1 +---------------- + * Fix custom TMPL implementation for depends commit 3e35553df4673 + * fix unused variable detection + * migrate setup.py to setuptools + + gentoolkit-0.6.0 ---------------- * merge-driver-ekeyword Fis type annotations