Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Sat, 27 Feb 2021 08:16:33
Message-Id: 1614413229.6832c716526c369b846745537851e0a18aa2a457.zmedico@gentoo
1 commit: 6832c716526c369b846745537851e0a18aa2a457
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 08:06:58 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 08:07:09 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6832c716
7
8 Updates for portage-3.0.16 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 3 +++
13 RELEASE-NOTES | 9 +++++++++
14 setup.py | 2 +-
15 3 files changed, 13 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index 99839807c..84299e0a2 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,8 @@
22 News (mainly features/major bug fixes)
23
24 +portage-3.0.16
25 +--------------
26 +* emirrordist supports the content-hash distfiles mirror layout.
27
28 portage-3.0.15
29 --------------
30
31 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
32 index ced60eec2..87af750dd 100644
33 --- a/RELEASE-NOTES
34 +++ b/RELEASE-NOTES
35 @@ -1,6 +1,15 @@
36 Release Notes; upgrade information mainly.
37 Features/major bugfixes are listed in NEWS
38
39 +portage-3.0.16
40 +==================================
41 +* Bug Fixes:
42 + - Bug 721680 Add emirrordist shelve dump/restore
43 + - Bug 749333 PORTAGE_REPOSITORIES: don't override repos with aliases
44 + - Bug 756778 emirrordist --content-db for content-hash layout support
45 + - Bug 772785 don't enable binpkg-multi-instance for existing installs
46 + - Bug 772806 prevent infinite loop after empty os.path.dirname result
47 +
48 portage-3.0.15
49 ==================================
50 * Bug Fixes:
51
52 diff --git a/setup.py b/setup.py
53 index 2617c10ad..96d9932e0 100755
54 --- a/setup.py
55 +++ b/setup.py
56 @@ -655,7 +655,7 @@ class build_ext(_build_ext):
57
58 setup(
59 name = 'portage',
60 - version = '3.0.15',
61 + version = '3.0.16',
62 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
63 author = 'Gentoo Portage Development Team',
64 author_email = 'dev-portage@g.o',