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: Wed, 27 Jun 2018 04:30:37
Message-Id: 1530073595.cb9be3d608ed219893f917af42fb5337196304ee.zmedico@gentoo
1 commit: cb9be3d608ed219893f917af42fb5337196304ee
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 03:59:25 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 04:26:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=cb9be3d6
7
8 Updates for portage-2.3.41 release
9
10 RELEASE-NOTES | 17 +++++++++++++++++
11 setup.py | 2 +-
12 2 files changed, 18 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index f74bb3d61..b8c3331e1 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,23 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.41
23 +==================================
24 +* Bug Fixes:
25 + - Bug 600804 revert portage uid/gid mapping behavior for PMS
26 + - Bug 656542 ebuild command PermissionError from prepare_build_dirs
27 + - Bug 656750 PollSelectAdapter has no attribute close
28 + - Bug 656942 event loop recursion for emerge --nodeps --keep-going
29 + - Bug 657360 event loop recursion for emerge --pretend --fetch
30 + - Bug 657420 'str' has no attribute 'soname' for emerge --depclean
31 + - Bug 657422 "[Errno 7] Argument list too long" with --usepkgonly
32 + - Bug 657436 CancelledError triggered by Ctrl-C/SIGINT/TERM
33 + - Bug 658322 support trailing slash in INSTALL_MASK patterns
34 + - Bug 658684 fix emerge hang after unhandled exception with no tty
35 + - Bug 658806 compress-build-logs EOFError
36 + - Bug 659228 fix QA_FLAGS_IGNORED for EAPI 7
37 +
38 +
39 portage-2.3.40
40 ==================================
41 * Bug Fixes:
42
43 diff --git a/setup.py b/setup.py
44 index 4fb26ae51..6e8783b8f 100755
45 --- a/setup.py
46 +++ b/setup.py
47 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
48
49 setup(
50 name = 'portage',
51 - version = '2.3.40',
52 + version = '2.3.41',
53 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
54 author = 'Gentoo Portage Development Team',
55 author_email = 'dev-portage@g.o',