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: Fri, 08 Dec 2017 05:38:43
Message-Id: 1512710567.92fe38696ca03f37a956e1c6f70af46c284abaeb.zmedico@gentoo
1 commit: 92fe38696ca03f37a956e1c6f70af46c284abaeb
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 8 05:22:47 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 8 05:22:47 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=92fe3869
7
8 Updates for portage-2.3.17 release
9
10 NEWS | 5 +++++
11 RELEASE-NOTES | 9 +++++++++
12 setup.py | 2 +-
13 3 files changed, 15 insertions(+), 1 deletion(-)
14
15 diff --git a/NEWS b/NEWS
16 index 503a3d4e6..eced7bf58 100644
17 --- a/NEWS
18 +++ b/NEWS
19 @@ -1,5 +1,10 @@
20 News (mainly features/major bug fixes)
21
22 +portage-2.3.17
23 +----------------
24 +* The doins ebuild helper has been rewritten in python for performance, and
25 + it does in-kernel file copying on Linux.
26 +
27 portage-2.3.14
28 ----------------
29 * Repository metadata/layout.conf supports manifest-required-hashes
30
31 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
32 index 014ea7840..f1cfc671a 100644
33 --- a/RELEASE-NOTES
34 +++ b/RELEASE-NOTES
35 @@ -1,6 +1,15 @@
36 Release Notes; upgrade information mainly.
37 Features/major bugfixes are listed in NEWS
38
39 +portage-2.3.17
40 +==================================
41 +* Bug Fixes:
42 + - Bug 586214 fix KeyError when profile is missing ARCH variable
43 + - Bug 615620 disable pygcrypt checksum backend
44 + - Bug 624526 rewrite doins in python
45 + - Bug 639346 eval disjunctive build deps earlier
46 +
47 +
48 portage-2.3.16
49 ==================================
50 * Bug Fixes:
51
52 diff --git a/setup.py b/setup.py
53 index 4d6078fad..a584cd803 100755
54 --- a/setup.py
55 +++ b/setup.py
56 @@ -663,7 +663,7 @@ class build_ext(_build_ext):
57
58 setup(
59 name = 'portage',
60 - version = '2.3.16',
61 + version = '2.3.17',
62 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
63 author = 'Gentoo Portage Development Team',
64 author_email = 'dev-portage@g.o',