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 BD8541382C5 for ; Fri, 15 Jan 2021 16:20:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08767E0870; Fri, 15 Jan 2021 16:20:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3EA3E0870 for ; Fri, 15 Jan 2021 16:20:57 +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 DAA01340EC7 for ; Fri, 15 Jan 2021 16:20:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C01649F for ; Fri, 15 Jan 2021 16:20:54 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1610727622.688a2012b8e4d5d66406e7d3ee2eb140569a4b20.tommy@gentoo> Subject: [gentoo-commits] proj/portage:multilib commit in: / X-VCS-Repository: proj/portage X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 688a2012b8e4d5d66406e7d3ee2eb140569a4b20 X-VCS-Branch: multilib Date: Fri, 15 Jan 2021 16:20:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c91687c7-da11-4c41-96f9-75b890a17740 X-Archives-Hash: 490c7a218d03b6a2f5caa49bf2eb9014 commit: 688a2012b8e4d5d66406e7d3ee2eb140569a4b20 Author: Thomas Sachau gentoo org> AuthorDate: Fri Jan 15 16:20:22 2021 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Fri Jan 15 16:20:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=688a2012 Merge tag 'portage-3.0.13' into multilib portage-3.0.13 Signed-off-by: Zac Medico gentoo.org> Signed-off-by: Thomas Sachau gentoo.org> .github/workflows/ci.yml | 43 +++++ .travis.yml | 26 --- NEWS | 6 + RELEASE-NOTES | 7 + bin/misc-functions.sh | 2 +- lib/_emerge/depgraph.py | 22 +++ lib/portage/__init__.py | 3 +- lib/portage/package/ebuild/fetch.py | 11 +- .../resolver/test_slot_operator_reverse_deps.py | 98 ++++++++++- lib/portage/tests/util/futures/test_retry.py | 181 ++++++++++++--------- lib/portage/util/__init__.py | 9 +- lib/portage/util/_eventloop/asyncio_event_loop.py | 30 +++- lib/portage/util/_eventloop/global_event_loop.py | 28 +--- lib/portage/util/env_update.py | 30 ++-- lib/portage/util/futures/_asyncio/__init__.py | 30 +++- lib/portage/util/futures/retry.py | 4 +- man/make.conf.5 | 14 +- repoman/runtests | 5 +- runtests | 5 +- setup.py | 2 +- src/portage_util_file_copy_reflink_linux.c | 10 +- src/portage_util_libc.c | 10 +- tox.ini | 15 +- 23 files changed, 402 insertions(+), 189 deletions(-)