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: Sat, 07 Mar 2020 23:00:38
Message-Id: 1583621426.886761110e56eeaf71f3348af0079e9bec8c27e4.zmedico@gentoo
1 commit: 886761110e56eeaf71f3348af0079e9bec8c27e4
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 22:50:07 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 22:50:26 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=88676111
7
8 Updates for portage-2.3.93 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 6 ++++++
13 setup.py | 2 +-
14 2 files changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index 586f10390..68964120c 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,12 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.93
25 +==================================
26 +* Bug Fixes:
27 + - Bug 711322 schedule exit listeners via call_soon
28 + - Bug 711688 BinpkgFetcher sync_timestamp KeyError regression
29 +
30 portage-2.3.92
31 ==================================
32 * Bug Fixes:
33
34 diff --git a/setup.py b/setup.py
35 index 5499b9762..ce4deff1d 100755
36 --- a/setup.py
37 +++ b/setup.py
38 @@ -657,7 +657,7 @@ class build_ext(_build_ext):
39
40 setup(
41 name = 'portage',
42 - version = '2.3.92',
43 + version = '2.3.93',
44 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
45 author = 'Gentoo Portage Development Team',
46 author_email = 'dev-portage@g.o',