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 E8E08158094 for ; Sun, 10 Jul 2022 17:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DAE2E0CAF; Sun, 10 Jul 2022 17:20:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 05D1DE0CAF for ; Sun, 10 Jul 2022 17:20:53 +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 38C7B340D0A for ; Sun, 10 Jul 2022 17:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8412A391 for ; Sun, 10 Jul 2022 17:20:50 +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: <1657473491.ca7731ef8d12d23d5164de801dd2bfba2d3767e9.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: ca7731ef8d12d23d5164de801dd2bfba2d3767e9 X-VCS-Branch: master Date: Sun, 10 Jul 2022 17:20:50 +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: 1ff6aa7f-6999-49c2-8f6a-605864cdd099 X-Archives-Hash: 26a5cf8997da19bbd13735cc8e26ddb8 commit: ca7731ef8d12d23d5164de801dd2bfba2d3767e9 Author: Brian Dolbec gentoo org> AuthorDate: Sun Jul 10 17:18:11 2022 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sun Jul 10 17:18:11 2022 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=ca7731ef v0.6.0 Signed-off-by: Brian Dolbec gentoo.org> NEWS | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/NEWS b/NEWS index b542cf1..7976818 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,37 @@ News (new features/major bug fixes) +gentoolkit-0.6.0 +---------------- + * merge-driver-ekeyword Fis type annotations + * equery changes removal + * Convert from tab indent to spaces, format cleanup + * Add github action to check formatting, add unit testing + * Add flake testing to github action + * ChangeLog cleanups + * imlate: Remove 'experimental' code + * Remove remnants of herds support + * man page updates/fixes + * euse: migrate egrep -> grep -E + * Add python 3.10, 3.11 testing to tox.ini + * implement --unique-use option for eclean-pkg + * eshowkw: Fix bug 503366 row alignment issue + * revdep-rebuild: set up a child logger with propagate = False + * Add -f/--forced-masked to equery uses + * metadata.py: Don't fail on unmatched package + * equery: update linguas->l10n option + * equery: Add -F TMPL option to depends module + * revdep-rebuild.sh: use awk command instead of gawk + * ekeyword: remove .ebuild file suffix requirement (bug 762331) + * eclean: Complete migration to imported emaint code + * eclean: add early return for empty DISTDIR + * enalyze: Fix missing newline at end of saved rebuild files + * equery: Turn off color when piping is set + * equery meta: Fix missing description when not in metadata.xml + * equery meta: Migrate to portage's MetadataXML class + * equery check: Fix exception handling for Insufficient permissions + * equery depends: Fix a traceback due to UnboundLocalError: + + gentoolkit-0.5.1 ---------------- * Added support for Python 3.9