commit: 8386b1c30385294d1f9e3f982bf3e2cd6fa204ad Author: Thomas Sachau <tommy <AT> gentoo <DOT> org> AuthorDate: Sat Apr 3 08:27:55 2021 +0000 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org> CommitDate: Sat Apr 3 08:27:55 2021 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8386b1c3
Merge tag 'portage-3.0.16' into multilib portage-3.0.16 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org> NEWS | 3 + RELEASE-NOTES | 9 + bin/shelve-utils | 36 ++++ .../_compat_upgrade/binpkg_multi_instance.py | 33 ++++ lib/portage/_emirrordist/Config.py | 39 ++-- lib/portage/_emirrordist/ContentDB.py | 196 +++++++++++++++++++++ lib/portage/_emirrordist/DeletionIterator.py | 25 ++- lib/portage/_emirrordist/DeletionTask.py | 8 + lib/portage/_emirrordist/FetchIterator.py | 3 +- lib/portage/_emirrordist/FetchTask.py | 5 +- lib/portage/_emirrordist/main.py | 15 +- lib/portage/dbapi/bintree.py | 1 + lib/portage/package/ebuild/fetch.py | 12 +- lib/portage/repository/config.py | 2 + lib/portage/tests/ebuild/test_fetch.py | 160 ++++++++++++++++- .../resolver/test_autounmask_use_slot_conflict.py | 51 ++++++ lib/portage/tests/util/test_shelve.py | 60 +++++++ lib/portage/util/path.py | 4 +- lib/portage/util/shelve.py | 58 ++++++ man/emirrordist.1 | 6 +- repoman/cnf/linechecks/linechecks.yaml | 2 +- .../modules/linechecks/deprecated/deprecated.py | 2 +- setup.py | 2 +- 23 files changed, 693 insertions(+), 39 deletions(-)
