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 A22DE1382C5 for ; Fri, 30 Mar 2018 04:23:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C0AAE099B; Fri, 30 Mar 2018 04:23:46 +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 49DEEE0996 for ; Fri, 30 Mar 2018 04:23:46 +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 69B4E335D43 for ; Fri, 30 Mar 2018 04:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97330286 for ; Fri, 30 Mar 2018 04:23:41 +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: <1522382338.c281697cafe0fe76c634f349d762b5b9c0373bff.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/NEWS repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c281697cafe0fe76c634f349d762b5b9c0373bff X-VCS-Branch: master Date: Fri, 30 Mar 2018 04:23:41 +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-Archives-Salt: 53fe9b0a-e5fb-4be0-ad26-66c4ae8233d9 X-Archives-Hash: 89377c1d197e00644a8cc98c66f8e379 commit: c281697cafe0fe76c634f349d762b5b9c0373bff Author: Zac Medico gentoo org> AuthorDate: Fri Mar 30 03:58:35 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 03:58:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c281697c repoman: Update for a repoman-2.3.8 release repoman/NEWS | 5 +++++ repoman/setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/repoman/NEWS b/repoman/NEWS index 688c6c884..c8d22d024 100644 --- a/repoman/NEWS +++ b/repoman/NEWS @@ -1,5 +1,10 @@ News (mainly features/major bug fixes) +repoman 2.3.8 +===================== +- Support for plugin module systems, see + https://wiki.gentoo.org/wiki/Project:Portage/Repoman-Module-specs + repoman 2.3.0 ===================== - Final release diff --git a/repoman/setup.py b/repoman/setup.py index 9ac58ef35..89ef7d5d9 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -467,7 +467,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.7', + version = '2.3.8', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',