Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:repoman commit in: /
Date: Tue, 27 Jun 2017 20:06:11
Message-Id: 1495261628.1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d.dolsen@gentoo
1 commit: 1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 20 06:27:08 2017 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Sat May 20 06:27:08 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1e43cb98
7
8 Updates for a release
9
10 RELEASE-NOTES | 29 +++++++++++++++++++++++++++++
11 setup.py | 2 +-
12 2 files changed, 30 insertions(+), 1 deletion(-)
13
14 diff --git a/RELEASE-NOTES b/RELEASE-NOTES
15 index 2c1cf4058..a9bcd2f6f 100644
16 --- a/RELEASE-NOTES
17 +++ b/RELEASE-NOTES
18 @@ -4,6 +4,35 @@ Features/major bugfixes are listed in NEWS
19 portage-2.3.5
20 ==================================
21 * Bug Fixes:
22 + - Bug 612874 depgraph: avoid missed update with slot operator and circ dep
23 + - Bug 612960 emerge: fix --use-ebuild-visibility to reject binary packages
24 + - Bug 613360 emerge: fix --usepkg when ebuild is not available
25 + - Bug 591760 EventLoop: implement call_soon for asyncio compat
26 + Future: implement add_done_callback for asyncio compat
27 + emerge: use asyncio interfaces for spinner during owner lookup
28 + - Bug 613132 phase-helpers.sh: Loop over A rather than SRC_URI in __eapi0_pkg_nofetch
29 + - Bug 313990 SpawnProcess: fix event loop recursion in _pipe_logger_exit
30 + - Bug 490562 pkg_use_display: show masked/forced state of USE_EXPAND flags
31 + - Bug 614390 depgraph: trigger slot operator rebuilds via _complete_graph
32 + - Bug 614474 emerge: fix --autounmask-continue to work with --getbinpkg
33 + - Bug 614108 AsynchronousLock: add async_unlock method
34 + - Bug 614116 EbuildBuild: eliminate call to digestgen
35 + EbuildBuild: async spawn_nofetch in _fetchonly_exit
36 + - Bug 615238 Prevent crash if os.nice() fails
37 + - Bug 379899 dosym: Make implicit basename a fatal error
38 + - Bug 615982 depgraph._in_blocker_conflict: call _validate_blockers if needed
39 + - Bug 612262 man/emerge.1: fix quickpkg input in tb2file section
40 + - Bug 617550 Eventloop: fix deadlock involving idle_add/call_soon
41 + - Bug 617778 file_copy: replace loff_t with off_t for portability
42 + - Bug 618086 file_copy: fix lseek offset after EINTR
43 + - Bug 615680 emerge: terminate backtracking early for autounmask changes
44 + - Bug 540562 emerge: default --backtrack=10
45 + - Bug 294719 emerge: add --onlydeps-with-rdeps=<y|n> option
46 +
47 +
48 +portage-2.3.5
49 +==================================
50 +* Bug Fixes:
51 - Bug 598444 auto-enable --with-bdeps if --usepkg is not enabled
52 - Bug 611838 use_reduce: reserve missing_white_space_check for invalid tokens
53 - Bug 612042 depgraph: fix backtracking for slot operator rebuilds
54
55 diff --git a/setup.py b/setup.py
56 index 1ba6f87f8..e47eb7390 100755
57 --- a/setup.py
58 +++ b/setup.py
59 @@ -655,7 +655,7 @@ class build_ext(_build_ext):
60
61 setup(
62 name = 'portage',
63 - version = '2.3.5',
64 + version = '2.3.6',
65 url = 'https://wiki.gentoo.org/wiki/Project:Portage',
66 author = 'Gentoo Portage Development Team',
67 author_email = 'dev-portage@g.o',