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: Tue, 28 Jan 2020 05:23:28
Message-Id: 1580188220.5ed8dd835f584f10a393d3c91ca94ef5edea9734.zmedico@gentoo
1 commit: 5ed8dd835f584f10a393d3c91ca94ef5edea9734
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 05:09:31 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 05:10:20 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5ed8dd83
7
8 Updates for portage-2.3.86 release
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 RELEASE-NOTES | 7 +++++++
13 setup.py | 4 ++--
14 2 files changed, 9 insertions(+), 2 deletions(-)
15
16 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
17 index b07febc36..02a4022e8 100644
18 --- a/RELEASE-NOTES
19 +++ b/RELEASE-NOTES
20 @@ -1,6 +1,13 @@
21 Release Notes; upgrade information mainly.
22 Features/major bugfixes are listed in NEWS
23
24 +portage-2.3.86
25 +==================================
26 +* Bug Fixes:
27 + - Bug 706278 Adjust || preference for slot upgrades
28 + - Bug 706298 Suppress package.keywords warning for API consumers
29 +
30 +
31 portage-2.3.85
32 ==================================
33 * Bug Fixes:
34
35 diff --git a/setup.py b/setup.py
36 index 9cba3834e..125368c44 100755
37 --- a/setup.py
38 +++ b/setup.py
39 @@ -1,5 +1,5 @@
40 #!/usr/bin/env python
41 -# Copyright 1998-2019 Gentoo Authors
42 +# Copyright 1998-2020 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 from __future__ import print_function
46 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
47
48 setup(
49 name = 'portage',
50 - version = '2.3.85',
51 + version = '2.3.86',
52 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
53 author = 'Gentoo Portage Development Team',
54 author_email = 'dev-portage@g.o',