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: Mon, 14 Sep 2020 07:36:11
Message-Id: 1600066471.bb8a74aff1e23926438baf2738bb8aae878a801f.zmedico@gentoo
1 commit: bb8a74aff1e23926438baf2738bb8aae878a801f
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 14 06:10:54 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 14 06:54:31 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bb8a74af
7
8 Updates for portage-3.0.7 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 7 +++++++
13 setup.py | 2 +-
14 2 files changed, 8 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 40565e92a..a594d7d4f 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,13 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-3.0.7
25 +==================================
26 +* Bug Fixes:
27 + - Bug 737470 egencache: add --external-cache-only option
28 + - Bug 741474 get_mirror_url: urlquote only for ftp, http, and https
29 + - Bug 742446 support riscv ilp32 and ilp32d ABIs
30 +
31 portage-3.0.6
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index 81d260fac..681fed079 100755
37 --- a/setup.py
38 +++ b/setup.py
39 @@ -655,7 +655,7 @@ class build_ext(_build_ext):
40
41 setup(
42 name = 'portage',
43 - version = '3.0.6',
44 + version = '3.0.7',
45 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
46 author = 'Gentoo Portage Development Team',
47 author_email = 'dev-portage@g.o',