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: Wed, 01 Mar 2017 22:45:18
Message-Id: 1488407957.6d7651b429956d91ee26b251cb7cbd983e4afd20.dolsen@gentoo
1 commit: 6d7651b429956d91ee26b251cb7cbd983e4afd20
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 22:38:35 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 22:39:17 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6d7651b4
7
8 repoman: Updates for a release
9
10 repoman/RELEASE-NOTES | 18 ++++++++++++++++++
11 repoman/setup.py | 2 +-
12 2 files changed, 19 insertions(+), 1 deletion(-)
13
14 diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
15 index c02e17fac..96d7b2288 100644
16 --- a/repoman/RELEASE-NOTES
17 +++ b/repoman/RELEASE-NOTES
18 @@ -1,6 +1,24 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +repoman-2.3.2
23 +==================================
24 +* Bug Fixes:
25 + - Bug 544938 add dev-qt/linguist-tools to RDEPEND.suspect set
26 + - Bug 602002 make unused local USE flags an error
27 + - Bug 533554 add HOMEPAGE.missingurischeme check
28 + - Bug 610414 use regular expression to detect line continuations
29 + - Bug 610954 Warn about stale CVS keywords in ebuild header
30 + - Bug 611296 Don't update years in non-Gentoo copyright lines
31 +* Add virtual/linuxtv-dvb-headers to RDEPEND.suspect set
32 +* Add virtual/os-headers to RDEPEND.suspect set
33 +* Add gentoo to remote-id type
34 +* Define long for python3 Fixes: 006b168c1bb6
35 +* Commit footer improvements
36 +* Check for empty files in filesdir
37 +* Deprecate gpe.eclass, confutils.eclass
38 +
39 +
40 repoman-2.3.1
41 ==================================
42 * Bug Fixes:
43
44 diff --git a/repoman/setup.py b/repoman/setup.py
45 index 1c148c634..aaf76eab1 100755
46 --- a/repoman/setup.py
47 +++ b/repoman/setup.py
48 @@ -447,7 +447,7 @@ def get_manpages():
49
50 setup(
51 name = 'repoman',
52 - version = '2.3.1',
53 + version = '2.3.2',
54 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
55 author = 'Gentoo Portage Development Team',
56 author_email = 'dev-portage@g.o',