Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Wed, 01 Mar 2017 22:45:18
Message-Id: 1488407957.676190c08cde6887ac7d5d34eafaed7986292b93.dolsen@gentoo
1 commit: 676190c08cde6887ac7d5d34eafaed7986292b93
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 22:38:56 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 22:39:17 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=676190c0
7
8 Portage: Updates for a release
9
10 RELEASE-NOTES | 35 +++++++++++++++++++++++++++++++++++
11 setup.py | 2 +-
12 2 files changed, 36 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 47f4fbaba..574441f9c 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -1,6 +1,41 @@
19 Release Notes; upgrade information mainly.
20 Features/major bugfixes are listed in NEWS
21
22 +portage-2.3.4
23 +==================================
24 +* Bug Fixes:
25 + - Bug 575178 emaint typo fix
26 + - Bug 602964 slot_conflict_handler: report packages that can't be rebuilt
27 + - Bug 598080 LinkageMapELF: compute multilib category for preserved libs
28 + - Bug 603826 binarytree._read_metadata: return empty strings for undefined values
29 + - Bug 602854 depgraph: clarify "update has been skipped" message
30 + - Bug 604164 portageq: allow disabling regex matching of maintainer emails
31 + - Bug 554070 _dep_check_composite_db: select highest in slot conflict
32 + - Bug 532100 env-update: call ldconfig if found in EROOT
33 + - Bug 604474 bin/socks5-server.py: convert address from bytes to str
34 + - Bug 583962 __multijob_init: work around Cygwin FIFO shortcoming
35 + - Bug 400763 glsa-check: Apply list only affected versions
36 + - Bug 606464 depgraph: fix 'SonameAtom' object is not subscriptable
37 + - Bug 567478 emaint: exit with non-zero status code when module fails
38 + - Bug 605612 Properly retrieve the count attribute and adjust logic to
39 + properly support both GLSA formats
40 + - Bug 606832 env-update: skip os.access call when ldconfig is None
41 + - Bug 606588 action_sync: fix TypeError: 'int' object is not subscriptable
42 + - Bug 607236 emerge: fix error handling for clean_logs
43 + - Bug 582098 spawn: instantiate userpriv_groups before fork
44 + - Bug 607418 Fix Python 3.6 "DeprecationWarning: invalid escape sequence" warnings
45 + - Bug 607922 SyncManager: rename async method to sync_async
46 + - Bug 608594 PopenProcess: suppress ResourceWarning subprocess "still running"
47 + - Bug 610328 emerge: sync given repos even if auto-sync is false
48 + - Bug 609462 compression_probe: support zstandard (zstd) decompression
49 + - Bug 552814 repos.conf: rename sync-depth option to clone-depth
50 + - Bug 544440 etc-update: fix hang when using_editor is set
51 + - Bug 610670 grabfile_package: support -* in profile "packages" files
52 + - Bug 610708 GitSync: fix spurious "sync-depth is deprecated" messages
53 + - Bug 567478, 576282, 601054 sync.py: validate repos in _get_repos()
54 + - Bug 610852 sync.py: recognize repo aliases when updating repositories
55 +
56 +
57 portage-2.3.3
58 ==================================
59 * Bug Fixes:
60
61 diff --git a/setup.py b/setup.py
62 index 2e86855c1..a346bd419 100755
63 --- a/setup.py
64 +++ b/setup.py
65 @@ -646,7 +646,7 @@ class build_ext(_build_ext):
66
67 setup(
68 name = 'portage',
69 - version = '2.3.3',
70 + version = '2.3.4',
71 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
72 author = 'Gentoo Portage Development Team',
73 author_email = 'dev-portage@g.o',