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: Wed, 29 Sep 2021 07:16:05
Message-Id: 1632899715.12d9e01dc5e269d60ddf42bfe61927c88b2aadb2.mgorny@gentoo
1 commit: 12d9e01dc5e269d60ddf42bfe61927c88b2aadb2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 29 07:15:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 29 07:15:15 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=12d9e01d
7
8 Prepare for 3.0.26 release
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 NEWS | 6 +++++-
13 RELEASE-NOTES | 2 +-
14 setup.py | 2 +-
15 3 files changed, 7 insertions(+), 3 deletions(-)
16
17 diff --git a/NEWS b/NEWS
18 index fa5c6ca8b..4b04e4d71 100644
19 --- a/NEWS
20 +++ b/NEWS
21 @@ -1,7 +1,11 @@
22 News (mainly features/major bug fixes)
23
24 -portage-3.0.25
25 +portage-3.0.26
26 --------------
27 +* fix broken FILESDIR copying logic.
28 +
29 +portage-3.0.25 (yanked)
30 +-----------------------
31 * fix Python < 3.8 compatibility of FILESDIR copying code.
32
33 portage-3.0.24
34
35 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
36 index c98b6c5a9..6c5e58b6d 100644
37 --- a/RELEASE-NOTES
38 +++ b/RELEASE-NOTES
39 @@ -1,7 +1,7 @@
40 Release Notes; upgrade information mainly.
41 Features/major bugfixes are listed in NEWS
42
43 -portage-3.0.25
44 +portage-3.0.25 (yanked)
45 ==================================
46 - Bug 703520: output a QA notice when eend is called without
47 an argument
48
49 diff --git a/setup.py b/setup.py
50 index f9933fff9..fefdc1266 100755
51 --- a/setup.py
52 +++ b/setup.py
53 @@ -805,7 +805,7 @@ def get_data_files(regular_files, venv_files):
54
55 setup(
56 name="portage",
57 - version="3.0.25",
58 + version="3.0.26",
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",