commit: 688a2012b8e4d5d66406e7d3ee2eb140569a4b20 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org> AuthorDate: Fri Jan 15 16:20:22 2021 +0000 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> 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 <zmedico <AT> gentoo.org> Signed-off-by: Thomas Sachau <tommy <AT> 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(-)
