Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: repoman/
Date: Wed, 27 Nov 2019 04:21:52
Message-Id: 1574827551.9ce78a6455cda58646694a61a287bf6f33704676.zmedico@gentoo
1 commit: 9ce78a6455cda58646694a61a287bf6f33704676
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 04:05:37 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 04:05:51 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9ce78a64
7
8 repoman: Update for a repoman-2.3.19 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 repoman/RELEASE-NOTES | 7 +++++++
13 repoman/setup.py | 2 +-
14 2 files changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES
17 index dd6b1c6ac..eaba6a1d7 100644
18 --- a/repoman/RELEASE-NOTES
19 +++ b/repoman/RELEASE-NOTES
20 @@ -1,6 +1,13 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +repoman-2.3.19
25 +==================================
26 +* Bug Fixes:
27 + - Bug 667432 Rename DCO_SIGNED_OFF_BY config variable to SIGNED_OFF_BY.
28 + - Bug 700456 Add --include-profiles=PROFILES
29 +
30 +
31 repoman-2.3.18
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/repoman/setup.py b/repoman/setup.py
36 index fef1e9450..c265dbe75 100755
37 --- a/repoman/setup.py
38 +++ b/repoman/setup.py
39 @@ -450,7 +450,7 @@ def get_manpages():
40
41 setup(
42 name = 'repoman',
43 - version = '2.3.18',
44 + version = '2.3.19',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',