This is an automated email from the ASF dual-hosted git repository.
tvb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git.
from 2aa11e3 Merge pull request #1630 from apache/tristan/remove-sip-zource
add 10dbb08 tox.ini: Updating black to version 22.3.0
add 24ac9ff All: Updating reformatted sources with new black version.
new b35aa80 Merge pull request #1633 from apache/tristan/update-black
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
setup.py | 7 +-
src/buildstream/_elementsourcescache.py | 4 +-
src/buildstream/_frontend/app.py | 12 +-
src/buildstream/_frontend/cli.py | 33 +++-
src/buildstream/_frontend/widget.py | 6 +-
src/buildstream/_gitsourcebase.py | 3 +-
src/buildstream/_loader/loader.py | 5 +-
src/buildstream/_messenger.py | 2 +-
src/buildstream/_pluginfactory/pluginfactory.py | 6 +-
src/buildstream/_remotespec.py | 4 +-
src/buildstream/_testing/__init__.py | 2 +-
src/buildstream/_testing/_sourcetests/mirror.py | 60 +++++-
src/buildstream/_testing/_sourcetests/track.py | 8 +-
src/buildstream/_testing/_sourcetests/utils.py | 6 +-
src/buildstream/_testing/_update_cachekeys.py | 4 +-
src/buildstream/_testing/_utils/junction.py | 7 +-
src/buildstream/_testing/repo.py | 2 +-
src/buildstream/_testing/runcli.py | 17 +-
src/buildstream/downloadablefilesource.py | 4 +-
src/buildstream/plugins/sources/tar.py | 8 +-
src/buildstream/sandbox/_sandboxbuildboxrun.py | 13 +-
src/buildstream/sandbox/sandbox.py | 4 +-
src/buildstream/storage/_casbaseddirectory.py | 11 +-
src/buildstream/storage/_filebaseddirectory.py | 9 +-
src/buildstream/storage/directory.py | 25 ++-
src/buildstream/utils.py | 9 +-
tests/artifactcache/capabilities.py | 14 +-
tests/artifactcache/config.py | 12 +-
tests/artifactcache/expiry.py | 31 ++-
tests/artifactcache/junctions.py | 5 +-
tests/artifactcache/pull.py | 23 ++-
tests/artifactcache/push.py | 23 ++-
tests/cachekey/cachekey.py | 5 +-
tests/elements/filter.py | 5 +-
tests/examples/developing.py | 12 +-
tests/format/dependencies.py | 21 ++-
tests/format/include.py | 5 +-
tests/format/junctions.py | 39 +++-
tests/format/link.py | 30 ++-
tests/format/optionbool.py | 6 +-
tests/format/options.py | 60 +++++-
tests/format/stack.py | 8 +-
tests/format/variables.py | 9 +-
tests/frontend/artifact_checkout.py | 3 +-
tests/frontend/artifact_delete.py | 5 +-
tests/frontend/artifact_list_contents.py | 5 +-
tests/frontend/artifact_log.py | 5 +-
tests/frontend/artifact_show.py | 15 +-
tests/frontend/buildcheckout.py | 27 ++-
tests/frontend/compose_splits.py | 5 +-
tests/frontend/default_target.py | 15 +-
tests/frontend/large_directory.py | 15 +-
tests/frontend/mirror.py | 128 +++++++++++--
tests/frontend/order.py | 5 +-
tests/frontend/progress.py | 4 +-
tests/frontend/pull.py | 24 ++-
tests/frontend/push.py | 123 ++++++++++--
tests/frontend/rebuild.py | 5 +-
tests/frontend/remote-caches.py | 36 +++-
tests/frontend/show.py | 36 +++-
tests/frontend/source_checkout.py | 5 +-
tests/frontend/workspace.py | 32 +++-
tests/integration/artifact.py | 5 +-
tests/integration/cachedfail.py | 71 ++++++-
tests/integration/interactive_build.py | 10 +-
tests/integration/manual.py | 7 +-
tests/integration/messages.py | 5 +-
tests/integration/pullbuildtrees.py | 8 +-
tests/integration/script.py | 8 +-
tests/integration/shellbuildtrees.py | 11 +-
tests/integration/source-determinism.py | 3 +-
tests/integration/workspace.py | 49 ++++-
tests/internals/context.py | 5 +-
tests/internals/loader.py | 5 +-
tests/internals/storage.py | 6 +-
tests/internals/storage_vdir_import.py | 10 +-
tests/internals/yaml.py | 15 +-
tests/plugins/loading.py | 207 ++++++++++++++++++---
tests/plugins/sample-plugins/setup.py | 8 +-
tests/remoteexecution/buildfail.py | 19 +-
tests/remoteexecution/buildtree.py | 5 +-
tests/remoteexecution/junction.py | 5 +-
tests/remoteexecution/workspace.py | 16 +-
tests/sandboxes/missing_dependencies.py | 18 +-
tests/sandboxes/remote-exec-config.py | 5 +-
tests/sandboxes/selection.py | 19 +-
tests/sourcecache/capabilities.py | 13 +-
tests/sourcecache/fetch.py | 8 +-
tests/sourcecache/push.py | 54 +++++-
tests/sourcecache/source-checkout.py | 4 +-
tests/sourcecache/workspace.py | 9 +-
tests/sources/git.py | 5 +-
tests/sources/local.py | 5 +-
tests/sources/patch.py | 5 +-
tests/sources/pip.py | 5 +-
.../plugins/sources/foo_transform.py | 4 +-
.../project_key_test/plugins/sources/key-test.py | 3 +-
tests/sources/remote.py | 8 +-
tests/sources/tar.py | 5 +-
tests/testutils/artifactshare.py | 7 +-
tests/testutils/repo/git.py | 14 +-
tox.ini | 4 +-
102 files changed, 1470 insertions(+), 275 deletions(-)