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, 31 Aug 2020 07:08:31
Message-Id: 1598856497.5c7222dab4d262754ac282ead8d88dd5b83505b6.zmedico@gentoo
1 commit: 5c7222dab4d262754ac282ead8d88dd5b83505b6
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 06:46:24 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 06:48:17 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5c7222da
7
8 Updates for portage-3.0.5 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 8 ++++++++
13 setup.py | 2 +-
14 2 files changed, 9 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 1e2239007..9279b11ef 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,14 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-3.0.5
25 +==================================
26 +* Bug Fixes:
27 + - Bug 439688 dephgraph: Allow elimination of highest version after
28 + slot conflict, which prevents unecessary rebuilds for dev-lang/go
29 + after backtracking for a missed update
30 + - Bug 739540 Use cached portage.getpid() function to avoid syscalls
31 +
32 portage-3.0.4
33 ==================================
34 * Bug Fixes:
35
36 diff --git a/setup.py b/setup.py
37 index b9b956523..d1e25bd6f 100755
38 --- a/setup.py
39 +++ b/setup.py
40 @@ -655,7 +655,7 @@ class build_ext(_build_ext):
41
42 setup(
43 name = 'portage',
44 - version = '3.0.4',
45 + version = '3.0.5',
46 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
47 author = 'Gentoo Portage Development Team',
48 author_email = 'dev-portage@g.o',