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, 14 Nov 2017 04:32:12
Message-Id: 1510633880.593c4ab403e03f9219f475b7e7bc754471590c4b.zmedico@gentoo
1 commit: 593c4ab403e03f9219f475b7e7bc754471590c4b
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 04:14:50 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 04:31:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=593c4ab4
7
8 Updates for portage-2.3.14 release
9
10 NEWS | 5 +++++
11 RELEASE-NOTES | 8 ++++++++
12 setup.py | 2 +-
13 3 files changed, 14 insertions(+), 1 deletion(-)
14
15 diff --git a/NEWS b/NEWS
16 index c773530e3..503a3d4e6 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -1,5 +1,10 @@
20 News (mainly features/major bug fixes)
21
22 +portage-2.3.14
23 +----------------
24 +* Repository metadata/layout.conf supports manifest-required-hashes
25 + attribute (default value is SHA512).
26 +
27 portage-2.3.12
28 ----------------
29 * better_cache implemented to use less expensive os.listdir() instead of
30
31 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
32 index e457919f3..3bfcf3bd1 100644
33 --- a/RELEASE-NOTES
34 +++ b/RELEASE-NOTES
35 @@ -1,6 +1,14 @@
36 Release Notes; upgrade information mainly.
37 Features/major bugfixes are listed in NEWS
38
39 +portage-2.3.14
40 +==================================
41 +* Bug Fixes:
42 + - Bug 635540 dep_zapdeps: install new package, avoid downgrade
43 + - Bug 637284 vardbapi.removeFromContents: update NEEDED
44 + - Bug 632026 dep_check: use DNF to optimize overlapping virtual || deps
45 +
46 +
47 portage-2.3.13
48 ==================================
49 * Bug Fixes:
50
51 diff --git a/setup.py b/setup.py
52 index a2d10bd73..cc7bbcf4f 100755
53 --- a/setup.py
54 +++ b/setup.py
55 @@ -659,7 +659,7 @@ class build_ext(_build_ext):
56
57 setup(
58 name = 'portage',
59 - version = '2.3.13',
60 + version = '2.3.14',
61 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
62 author = 'Gentoo Portage Development Team',
63 author_email = 'dev-portage@g.o',