Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:multilib commit in: /
Date: Sat, 03 Apr 2021 08:28:26
Message-Id: 1617438475.8386b1c30385294d1f9e3f982bf3e2cd6fa204ad.tommy@gentoo
1 commit: 8386b1c30385294d1f9e3f982bf3e2cd6fa204ad
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 3 08:27:55 2021 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 08:27:55 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8386b1c3
7
8 Merge tag 'portage-3.0.16' into multilib
9
10 portage-3.0.16
11
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13 Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>
14
15 NEWS | 3 +
16 RELEASE-NOTES | 9 +
17 bin/shelve-utils | 36 ++++
18 .../_compat_upgrade/binpkg_multi_instance.py | 33 ++++
19 lib/portage/_emirrordist/Config.py | 39 ++--
20 lib/portage/_emirrordist/ContentDB.py | 196 +++++++++++++++++++++
21 lib/portage/_emirrordist/DeletionIterator.py | 25 ++-
22 lib/portage/_emirrordist/DeletionTask.py | 8 +
23 lib/portage/_emirrordist/FetchIterator.py | 3 +-
24 lib/portage/_emirrordist/FetchTask.py | 5 +-
25 lib/portage/_emirrordist/main.py | 15 +-
26 lib/portage/dbapi/bintree.py | 1 +
27 lib/portage/package/ebuild/fetch.py | 12 +-
28 lib/portage/repository/config.py | 2 +
29 lib/portage/tests/ebuild/test_fetch.py | 160 ++++++++++++++++-
30 .../resolver/test_autounmask_use_slot_conflict.py | 51 ++++++
31 lib/portage/tests/util/test_shelve.py | 60 +++++++
32 lib/portage/util/path.py | 4 +-
33 lib/portage/util/shelve.py | 58 ++++++
34 man/emirrordist.1 | 6 +-
35 repoman/cnf/linechecks/linechecks.yaml | 2 +-
36 .../modules/linechecks/deprecated/deprecated.py | 2 +-
37 setup.py | 2 +-
38 23 files changed, 693 insertions(+), 39 deletions(-)