From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3A14139694 for ; Sat, 20 May 2017 06:32:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6464DE0D75; Sat, 20 May 2017 06:32:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 346B7E0D75 for ; Sat, 20 May 2017 06:32:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B64D3416BE for ; Sat, 20 May 2017 06:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C5B1744C for ; Sat, 20 May 2017 06:32:36 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1495261628.1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d X-VCS-Branch: master Date: Sat, 20 May 2017 06:32:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 630f425d-abf4-4ab4-bd56-ac097a3ccdf0 X-Archives-Hash: 24b5cd2eec744ed26070c25516dec89f commit: 1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d Author: Brian Dolbec gentoo org> AuthorDate: Sat May 20 06:27:08 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat May 20 06:27:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1e43cb98 Updates for a release RELEASE-NOTES | 29 +++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2c1cf4058..a9bcd2f6f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,6 +4,35 @@ Features/major bugfixes are listed in NEWS portage-2.3.5 ================================== * Bug Fixes: + - Bug 612874 depgraph: avoid missed update with slot operator and circ dep + - Bug 612960 emerge: fix --use-ebuild-visibility to reject binary packages + - Bug 613360 emerge: fix --usepkg when ebuild is not available + - Bug 591760 EventLoop: implement call_soon for asyncio compat + Future: implement add_done_callback for asyncio compat + emerge: use asyncio interfaces for spinner during owner lookup + - Bug 613132 phase-helpers.sh: Loop over A rather than SRC_URI in __eapi0_pkg_nofetch + - Bug 313990 SpawnProcess: fix event loop recursion in _pipe_logger_exit + - Bug 490562 pkg_use_display: show masked/forced state of USE_EXPAND flags + - Bug 614390 depgraph: trigger slot operator rebuilds via _complete_graph + - Bug 614474 emerge: fix --autounmask-continue to work with --getbinpkg + - Bug 614108 AsynchronousLock: add async_unlock method + - Bug 614116 EbuildBuild: eliminate call to digestgen + EbuildBuild: async spawn_nofetch in _fetchonly_exit + - Bug 615238 Prevent crash if os.nice() fails + - Bug 379899 dosym: Make implicit basename a fatal error + - Bug 615982 depgraph._in_blocker_conflict: call _validate_blockers if needed + - Bug 612262 man/emerge.1: fix quickpkg input in tb2file section + - Bug 617550 Eventloop: fix deadlock involving idle_add/call_soon + - Bug 617778 file_copy: replace loff_t with off_t for portability + - Bug 618086 file_copy: fix lseek offset after EINTR + - Bug 615680 emerge: terminate backtracking early for autounmask changes + - Bug 540562 emerge: default --backtrack=10 + - Bug 294719 emerge: add --onlydeps-with-rdeps= option + + +portage-2.3.5 +================================== +* Bug Fixes: - Bug 598444 auto-enable --with-bdeps if --usepkg is not enabled - Bug 611838 use_reduce: reserve missing_white_space_check for invalid tokens - Bug 612042 depgraph: fix backtracking for slot operator rebuilds diff --git a/setup.py b/setup.py index 1ba6f87f8..e47eb7390 100755 --- a/setup.py +++ b/setup.py @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.5', + version = '2.3.6', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org', From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AFE6F139694 for ; Tue, 27 Jun 2017 20:06:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6C0D25402C; Tue, 27 Jun 2017 20:06:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DC9F25402C for ; Tue, 27 Jun 2017 20:06:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 959ED34171D for ; Tue, 27 Jun 2017 20:06:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 950B274A3 for ; Tue, 27 Jun 2017 20:06:05 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1495261628.1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: / X-VCS-Repository: proj/portage X-VCS-Files: RELEASE-NOTES setup.py X-VCS-Directories: / X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d X-VCS-Branch: repoman Date: Tue, 27 Jun 2017 20:06:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7abb8b6f-1dfa-43dc-9972-982cf5dd2bc7 X-Archives-Hash: 3469035d89053f507434d28e69b95b02 Message-ID: <20170627200605.oeDyd0eVwB3FHoC3ZL8qr50biFmSoNw3eTE-0h0PjOw@z> commit: 1e43cb98a2d03d34cb79b3ebac94fc980ef47d8d Author: Brian Dolbec gentoo org> AuthorDate: Sat May 20 06:27:08 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Sat May 20 06:27:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1e43cb98 Updates for a release RELEASE-NOTES | 29 +++++++++++++++++++++++++++++ setup.py | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2c1cf4058..a9bcd2f6f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,6 +4,35 @@ Features/major bugfixes are listed in NEWS portage-2.3.5 ================================== * Bug Fixes: + - Bug 612874 depgraph: avoid missed update with slot operator and circ dep + - Bug 612960 emerge: fix --use-ebuild-visibility to reject binary packages + - Bug 613360 emerge: fix --usepkg when ebuild is not available + - Bug 591760 EventLoop: implement call_soon for asyncio compat + Future: implement add_done_callback for asyncio compat + emerge: use asyncio interfaces for spinner during owner lookup + - Bug 613132 phase-helpers.sh: Loop over A rather than SRC_URI in __eapi0_pkg_nofetch + - Bug 313990 SpawnProcess: fix event loop recursion in _pipe_logger_exit + - Bug 490562 pkg_use_display: show masked/forced state of USE_EXPAND flags + - Bug 614390 depgraph: trigger slot operator rebuilds via _complete_graph + - Bug 614474 emerge: fix --autounmask-continue to work with --getbinpkg + - Bug 614108 AsynchronousLock: add async_unlock method + - Bug 614116 EbuildBuild: eliminate call to digestgen + EbuildBuild: async spawn_nofetch in _fetchonly_exit + - Bug 615238 Prevent crash if os.nice() fails + - Bug 379899 dosym: Make implicit basename a fatal error + - Bug 615982 depgraph._in_blocker_conflict: call _validate_blockers if needed + - Bug 612262 man/emerge.1: fix quickpkg input in tb2file section + - Bug 617550 Eventloop: fix deadlock involving idle_add/call_soon + - Bug 617778 file_copy: replace loff_t with off_t for portability + - Bug 618086 file_copy: fix lseek offset after EINTR + - Bug 615680 emerge: terminate backtracking early for autounmask changes + - Bug 540562 emerge: default --backtrack=10 + - Bug 294719 emerge: add --onlydeps-with-rdeps= option + + +portage-2.3.5 +================================== +* Bug Fixes: - Bug 598444 auto-enable --with-bdeps if --usepkg is not enabled - Bug 611838 use_reduce: reserve missing_white_space_check for invalid tokens - Bug 612042 depgraph: fix backtracking for slot operator rebuilds diff --git a/setup.py b/setup.py index 1ba6f87f8..e47eb7390 100755 --- a/setup.py +++ b/setup.py @@ -655,7 +655,7 @@ class build_ext(_build_ext): setup( name = 'portage', - version = '2.3.5', + version = '2.3.6', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',