Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Tue, 05 Oct 2021 06:34:30
Message-Id: 1633415621.d267666df935c53834a21bb08c7304e63975c8e6.mgorny@gentoo
1 commit: d267666df935c53834a21bb08c7304e63975c8e6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 06:33:41 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 06:33:41 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d267666d
7
8 Prepare for 3.0.27 release
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 NEWS | 6 ++++++
13 RELEASE-NOTES | 4 ++++
14 setup.py | 2 +-
15 3 files changed, 11 insertions(+), 1 deletion(-)
16
17 diff --git a/NEWS b/NEWS
18 index 4b04e4d71..1e772fdfd 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,5 +1,11 @@
22 News (mainly features/major bug fixes)
23
24 +portage-3.0.27
25 +--------------
26 +* improve blocker output to make it clear which blockers
27 + are not satisfied.
28 +* use distinct colors for einfo/elog and ewarn/eqawarn.
29 +
30 portage-3.0.26
31 --------------
32 * fix broken FILESDIR copying logic.
33
34 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
35 index 6c5e58b6d..937361db1 100644
36 --- a/RELEASE-NOTES
37 +++ b/RELEASE-NOTES
38 @@ -1,6 +1,10 @@
39 Release Notes; upgrade information mainly.
40 Features/major bugfixes are listed in NEWS
41
42 +portage-3.0.27
43 +==================================
44 + - Bug 815871: fix creating FILESDIR when FEATURES=keepwork is used
45 +
46 portage-3.0.25 (yanked)
47 ==================================
48 - Bug 703520: output a QA notice when eend is called without
49
50 diff --git a/setup.py b/setup.py
51 index fefdc1266..1157e5824 100755
52 --- a/setup.py
53 +++ b/setup.py
54 @@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files):
55
56 setup(
57 name="portage",
58 - version="3.0.26",
59 + version="3.0.27",
60 url="https://wiki.gentoo.org/wiki/Project:Portage",
61 project_urls={
62 "Release Notes": "https://gitweb.gentoo.org/proj/portage.git/plain/RELEASE-NOTES",