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, 02 May 2018 02:46:22
Message-Id: 1525228297.bdc8a7bf8bcb7facf8b1a1dd5f338d6717c52f89.zmedico@gentoo
1 commit: bdc8a7bf8bcb7facf8b1a1dd5f338d6717c52f89
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 02:03:12 2018 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 02:31:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bdc8a7bf
7
8 Updates for portage-2.3.33 release
9
10 RELEASE-NOTES | 7 +++++++
11 setup.py | 2 +-
12 2 files changed, 8 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 45a7df50b..f89b02991 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,13 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.33
23 +==================================
24 +* Bug Fixes:
25 + - Bug 317337 fix best/has_version -b for cross-prefix
26 + - Bug 654456 allow empty BINPKG_COMPRESS to disable compression
27 +
28 +
29 portage-2.3.32
30 ==================================
31 * Bug Fixes:
32
33 diff --git a/setup.py b/setup.py
34 index 86fd62470..d09ca1690 100755
35 --- a/setup.py
36 +++ b/setup.py
37 @@ -662,7 +662,7 @@ class build_ext(_build_ext):
38
39 setup(
40 name = 'portage',
41 - version = '2.3.32',
42 + version = '2.3.33',
43 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
44 author = 'Gentoo Portage Development Team',
45 author_email = 'dev-portage@g.o',