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, 04 Mar 2020 10:28:24
Message-Id: 1583316599.8253b6211616f77e6de037022431d0e11578ad71.zmedico@gentoo
1 commit: 8253b6211616f77e6de037022431d0e11578ad71
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 4 10:07:27 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 4 10:09:59 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8253b621
7
8 Updates for portage-2.3.92 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 13 +++++++++++++
13 setup.py | 2 +-
14 2 files changed, 14 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 2d993bdca..586f10390 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,19 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.92
25 +==================================
26 +* Bug Fixes:
27 + - Bug 601252 emerge --pretend --fetchonly event loop recursion
28 + - Bug 709334 socks5-server.py async and await coroutine syntax
29 + - Bug 709746 Rename PORTAGE_LOG_FILTER_FILE_CMD from
30 + PORTAGE_LOG_FILTER_FILE
31 + - Bug 711322 emerge hang after src_install
32 + - Bug 711362 egencache AttributeError: 'NoneType' object has no
33 + attribute 'ebuild'
34 + - Bug 711400 AttributeError: 'NoneType' object has no attribute
35 + 'depth'
36 +
37 portage-2.3.91
38 ==================================
39 * Bug Fixes:
40
41 diff --git a/setup.py b/setup.py
42 index 6fac64687..5499b9762 100755
43 --- a/setup.py
44 +++ b/setup.py
45 @@ -657,7 +657,7 @@ class build_ext(_build_ext):
46
47 setup(
48 name = 'portage',
49 - version = '2.3.91',
50 + version = '2.3.92',
51 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
52 author = 'Gentoo Portage Development Team',
53 author_email = 'dev-portage@g.o',