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 D441A1382C5 for ; Mon, 29 Mar 2021 07:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34ACBE082B; Mon, 29 Mar 2021 07:27:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 14F2DE082B for ; Mon, 29 Mar 2021 07:27:39 +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 3F032340E81 for ; Mon, 29 Mar 2021 07:27:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 950A75CF for ; Mon, 29 Mar 2021 07:27:36 +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: <1617002425.08c59484c31b1612652b3ed9f7e059533d7e235e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: NEWS RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 08c59484c31b1612652b3ed9f7e059533d7e235e X-VCS-Branch: master Date: Mon, 29 Mar 2021 07:27:36 +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: 06060bab-192e-4f66-802b-2f0fd4c4994c X-Archives-Hash: 36991ddb976b354d3a94275045910d62 commit: 08c59484c31b1612652b3ed9f7e059533d7e235e Author: Zac Medico gentoo org> AuthorDate: Mon Mar 29 07:18:35 2021 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Mar 29 07:20:25 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=08c59484 Updates for portage-3.0.18 release Signed-off-by: Zac Medico gentoo.org> NEWS | 4 ++++ RELEASE-NOTES | 7 +++++++ setup.py | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 84299e0a2..2812f8a18 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ News (mainly features/major bug fixes) +portage-3.0.18 +-------------- +* profile-repo-deps is supported in layout.conf profile-formats. + portage-3.0.16 -------------- * emirrordist supports the content-hash distfiles mirror layout. diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6fd9e2922..8c74f266c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,6 +1,13 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +portage-3.0.18 +================================== +* Bug Fixes: + - Bug 651208 profile-repo-deps profile-formats support + - Bug 719260 remove glsa --quiet blank line + - Bug 722748 suppress emerge --oneshot portage suggestion + portage-3.0.17 ================================== * Bug Fixes: diff --git a/setup.py b/setup.py index b6e798757..06e67f369 100755 --- a/setup.py +++ b/setup.py @@ -719,7 +719,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '3.0.17', + version = '3.0.18', url = 'https://wiki.gentoo.org/wiki/Project:Portage', project_urls = { 'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',