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 8020C1396D9 for ; Mon, 23 Oct 2017 22:38:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0102BC011; Mon, 23 Oct 2017 22:38:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A00912BC011 for ; Mon, 23 Oct 2017 22:38:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5FB6833C1EB for ; Mon, 23 Oct 2017 22:37:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E189731F for ; Mon, 23 Oct 2017 22:37:57 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1508798154.7b64f620c881a92b54fd4bfeb5d9ffe3f2b15d7d.dolsen@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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 7b64f620c881a92b54fd4bfeb5d9ffe3f2b15d7d X-VCS-Branch: master Date: Mon, 23 Oct 2017 22:37:57 +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: 00eed736-1cde-46a7-8b69-fae65076cf0e X-Archives-Hash: 92030c7da39320817ddcb8e91af6f0cc commit: 7b64f620c881a92b54fd4bfeb5d9ffe3f2b15d7d Author: Brian Dolbec gaikai com> AuthorDate: Mon Oct 23 22:27:51 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Mon Oct 23 22:35:54 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7b64f620 repoman: Update for a repoman release Signed-off-by: Brian Dolbec gaikai.com> 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 07fd62353..ad347cf11 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.4 +================================== +* Support two new options: --bug (-b) and --closes (-c) + + repoman-2.3.3 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index 4a1283ec5..9c4def929 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -447,7 +447,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.3', + version = '2.3.4', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',