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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BBBA41382C5 for ; Wed, 23 Jun 2021 11:15:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B17E08F0; Wed, 23 Jun 2021 11:15:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BEBA6E08F0 for ; Wed, 23 Jun 2021 11:15:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 808F133D0AF for ; Wed, 23 Jun 2021 11:15:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D44E7A4 for ; Wed, 23 Jun 2021 11:15:04 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1624446507.07b91c4e4ce568d31799c32f753fe90e3a884050.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS setup.py X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 07b91c4e4ce568d31799c32f753fe90e3a884050 X-VCS-Branch: master Date: Wed, 23 Jun 2021 11:15:04 +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: 21e8ce91-eb23-4f8e-b2f6-34c13ff84e38 X-Archives-Hash: 8ed91f7ffe849bbd0063c5acf5d817b9 commit: 07b91c4e4ce568d31799c32f753fe90e3a884050 Author: Zac Medico gentoo org> AuthorDate: Wed Jun 23 10:42:50 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jun 23 11:08:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=07b91c4e Updates for portage-3.0.21 release Signed-off-by: Zac Medico gentoo.org> NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d8067aa5e..d99d01791 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ News (mainly features/major bug fixes) +portage-3.0.21 +-------------- +* EAPI 8 fixups. + portage-3.0.20 -------------- * Finalize EAPI 8. diff --git a/setup.py b/setup.py index fb4d5c1a5..320db3367 100755 --- a/setup.py +++ b/setup.py @@ -783,7 +783,7 @@ def get_data_files(regular_files, venv_files): setup( name = 'portage', - version = '3.0.20', + version = '3.0.21', url = 'https://wiki.gentoo.org/wiki/Project:Portage', project_urls = { 'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',