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 70200158020 for ; Mon, 5 Dec 2022 00:46:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 781CDE07A5; Mon, 5 Dec 2022 00:46:13 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DB9EE07A5 for ; Mon, 5 Dec 2022 00:46:13 +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 1904F340BDD for ; Mon, 5 Dec 2022 00:46:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5189C757 for ; Mon, 5 Dec 2022 00:46:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1670201114.5246f8ad343b330998db205807034fd9230844fb.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5246f8ad343b330998db205807034fd9230844fb X-VCS-Branch: master Date: Mon, 5 Dec 2022 00:46:10 +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: 2f4fbe9a-4c87-4cf9-b12a-935de4bdc7f7 X-Archives-Hash: b6b9bd2ba3f6808bb0f8550670e113f8 commit: 5246f8ad343b330998db205807034fd9230844fb Author: Sam James gentoo org> AuthorDate: Mon Dec 5 00:44:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 5 00:45:14 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5246f8ad NEWS: prepare for portage-3.0.41 Signed-off-by: Sam James gentoo.org> NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ad762993b..cd6403645 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -portage-3.0.41 (UNRELEASED) +portage-3.0.41 (2022-11-04) -------------- Features: @@ -6,11 +6,13 @@ Features: FEATURES="protect-owned"), Portage now has friendlier output by using ewarn rather than eerror. +* cleanups: Use pyupgrade on the codebase (up to Python 3.8) to use newer + idioms. + Bug fixes: * Fixed possible corruption of GPKG multi-instance binary packages on upgrade. Bug #877271. - portage-3.0.40 (2022-12-01) --------------