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 A84A21382C5 for ; Tue, 23 Jun 2020 05:00:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB9FEE091B; Tue, 23 Jun 2020 05:00:33 +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 BA18CE0896 for ; Tue, 23 Jun 2020 05:00:33 +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 76A5634ED7F for ; Tue, 23 Jun 2020 05:00:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B9428E for ; Tue, 23 Jun 2020 05:00: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: <1592888363.6bc3e9674f48d0ffb60c5ad0128276495c7dad3a.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/RELEASE-NOTES repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 6bc3e9674f48d0ffb60c5ad0128276495c7dad3a X-VCS-Branch: master Date: Tue, 23 Jun 2020 05:00: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: 49283ec8-9a73-489d-9c8e-46a0245e0439 X-Archives-Hash: 533b29f45b8f90363ca2742f131c491a commit: 6bc3e9674f48d0ffb60c5ad0128276495c7dad3a Author: Zac Medico gentoo org> AuthorDate: Tue Jun 23 04:27:21 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Jun 23 04:59:23 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6bc3e967 repoman: Update for a repoman-2.3.23 release Signed-off-by: Zac Medico gentoo.org> repoman/RELEASE-NOTES | 5 +++++ repoman/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index 80541fa5c..0c79956a0 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,11 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.23 +================================== +* Bug Fixes: + - Bug 637824 Deprecate netsurf.eclass + repoman-2.3.22 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index c3a7adad9..eae0e09fe 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -450,7 +450,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.22', + version = '2.3.23', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',