Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: repoman/
Date: Mon, 23 Oct 2017 22:38:03
Message-Id: 1508798154.7b64f620c881a92b54fd4bfeb5d9ffe3f2b15d7d.dolsen@gentoo
1 commit: 7b64f620c881a92b54fd4bfeb5d9ffe3f2b15d7d
2 Author: Brian Dolbec <bdolbec <AT> gaikai <DOT> com>
3 AuthorDate: Mon Oct 23 22:27:51 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 22:35:54 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=7b64f620
7
8 repoman: Update for a repoman release
9
10 Signed-off-by: Brian Dolbec <bdolbec <AT> gaikai.com>
11
12 repoman/RELEASE-NOTES | 5 +++++
13 repoman/setup.py | 2 +-
14 2 files changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
17 index 07fd62353..ad347cf11 100644
18 --- a/repoman/RELEASE-NOTES
19 +++ b/repoman/RELEASE-NOTES
20 @@ -1,6 +1,11 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +repoman-2.3.4
25 +==================================
26 +* Support two new options: --bug (-b) and --closes (-c)
27 +
28 +
29 repoman-2.3.3
30 ==================================
31 * Bug Fixes:
32
33 diff --git a/repoman/setup.py b/repoman/setup.py
34 index 4a1283ec5..9c4def929 100755
35 --- a/repoman/setup.py
36 +++ b/repoman/setup.py
37 @@ -447,7 +447,7 @@ def get_manpages():
38
39 setup(
40 name = 'repoman',
41 - version = '2.3.3',
42 + version = '2.3.4',
43 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
44 author = 'Gentoo Portage Development Team',
45 author_email = 'dev-portage@g.o',