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: Sun, 13 Jun 2021 22:06:49
Message-Id: 1623621345.10f2dca2ba339974fed1b857395849cd7fc61b2a.zmedico@gentoo
1 commit: 10f2dca2ba339974fed1b857395849cd7fc61b2a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 13 21:55:36 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 13 21:55:45 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=10f2dca2
7
8 Updates for portage-3.0.20 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 NEWS | 4 ++++
13 RELEASE-NOTES | 5 +++++
14 setup.py | 2 +-
15 3 files changed, 10 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index 89e7c871d..d8067aa5e 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,9 @@
22 News (mainly features/major bug fixes)
23
24 +portage-3.0.20
25 +--------------
26 +* Finalize EAPI 8.
27 +
28 portage-3.0.19
29 --------------
30 * Enable EAPI 8.
31
32 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
33 index 1325dbc0f..2a471cc02 100644
34 --- a/RELEASE-NOTES
35 +++ b/RELEASE-NOTES
36 @@ -1,6 +1,11 @@
37 Release Notes; upgrade information mainly.
38 Features/major bugfixes are listed in NEWS
39
40 +portage-3.0.20
41 +==================================
42 + - Bug 777492: PORTAGE_NICENESS: Consider autogroup scheduling
43 + - Bug 794166: setup.py: prefer setuptools over distutils
44 +
45 portage-3.0.19
46 ==================================
47 - Bug 520378: allow emerge --fetchonly to log to emerge-fetch.log
48
49 diff --git a/setup.py b/setup.py
50 index 0ebdcbb4f..6be38895c 100755
51 --- a/setup.py
52 +++ b/setup.py
53 @@ -734,7 +734,7 @@ class build_ext(_build_ext):
54
55 setup(
56 name = 'portage',
57 - version = '3.0.19',
58 + version = '3.0.20',
59 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
60 project_urls = {
61 'Release Notes': 'https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES',