This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


    from e39af277c Merge pull request #2114 from apache/jbilleter/loader
     add f90b64db7 Update requirements
     add e6ac735a6 Update black to version 26.3
     new 4c92f3003 Merge pull request #2115 from apache/jbilleter/requirements

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:
 requirements/cov-requirements.txt                  | 16 +++++------
 requirements/dev-requirements.txt                  | 31 +++++++++++-----------
 requirements/requirements.txt                      | 18 ++++++-------
 setup.py                                           |  1 -
 src/buildstream/_artifact.py                       |  1 +
 src/buildstream/_cachekey.py                       |  1 -
 src/buildstream/_cas/casserver.py                  |  1 -
 src/buildstream/_context.py                        |  1 -
 src/buildstream/_elementsources.py                 |  1 +
 src/buildstream/_frontend/cli.py                   |  1 +
 src/buildstream/_messenger.py                      |  1 -
 src/buildstream/_options/optionpool.py             |  1 -
 src/buildstream/_project.py                        |  7 +++--
 src/buildstream/_signals.py                        |  1 -
 src/buildstream/_testing/_fixtures.py              |  1 -
 src/buildstream/_testing/_sourcetests/fetch.py     |  1 -
 src/buildstream/_testing/_sourcetests/track.py     |  1 -
 .../_testing/_sourcetests/track_cross_junction.py  |  1 -
 src/buildstream/_testing/_utils/site.py            |  1 -
 src/buildstream/_testing/repo.py                   |  1 +
 src/buildstream/_testing/runcli.py                 |  9 ++-----
 src/buildstream/_workspaces.py                     |  1 -
 src/buildstream/buildelement.py                    |  1 -
 src/buildstream/downloadablefilesource.py          |  1 -
 src/buildstream/element.py                         |  8 +++---
 src/buildstream/plugin.py                          |  1 +
 src/buildstream/plugins/sources/remote.py          |  1 +
 src/buildstream/source.py                          |  6 ++---
 src/buildstream/sourcemirror.py                    |  2 +-
 src/buildstream/storage/_casbaseddirectory.py      |  4 +--
 src/buildstream/storage/_filebaseddirectory.py     |  1 +
 src/buildstream/storage/directory.py               |  1 -
 src/buildstream/utils.py                           |  2 +-
 tests/artifactcache/capabilities.py                |  1 -
 tests/artifactcache/config.py                      |  1 -
 tests/artifactcache/expiry.py                      |  1 -
 tests/artifactcache/junctions.py                   |  1 -
 tests/artifactcache/pull.py                        |  1 -
 tests/artifactcache/push.py                        |  1 -
 tests/cachekey/cachekey.py                         |  1 -
 tests/conftest.py                                  |  1 -
 tests/examples/first-project.py                    |  1 -
 tests/examples/integration-commands.py             |  1 -
 tests/examples/running-commands.py                 |  1 -
 tests/format/include.py                            | 17 +++---------
 tests/format/junctions.py                          |  1 -
 tests/format/link.py                               |  2 +-
 tests/format/project.py                            |  1 -
 tests/format/substitutions.py                      |  1 -
 tests/format/variables.py                          |  1 -
 tests/frontend/artifact_checkout.py                |  2 +-
 tests/frontend/artifact_delete.py                  |  1 -
 tests/frontend/artifact_list_contents.py           |  1 -
 tests/frontend/artifact_log.py                     |  1 -
 tests/frontend/artifact_pull.py                    |  2 +-
 tests/frontend/artifact_show.py                    |  1 -
 tests/frontend/large_directory.py                  |  1 -
 tests/frontend/mirror.py                           |  1 -
 tests/frontend/pull.py                             |  1 -
 tests/frontend/push.py                             |  1 -
 tests/frontend/show_artifact_cas_digest.py         |  1 -
 tests/frontend/version.py                          |  1 -
 tests/integration/artifact.py                      |  2 +-
 tests/integration/autotools.py                     |  1 -
 tests/integration/build-uid.py                     |  1 -
 tests/integration/compose-symlinks.py              |  1 -
 tests/integration/compose.py                       |  1 -
 tests/integration/filter.py                        |  1 -
 tests/integration/import.py                        |  1 -
 tests/integration/interactive_build.py             |  1 -
 tests/integration/manual.py                        | 11 ++------
 tests/integration/messages.py                      |  1 -
 tests/integration/pullbuildtrees.py                |  1 -
 tests/integration/script.py                        |  1 -
 tests/integration/shell.py                         |  1 -
 tests/integration/shellbuildtrees.py               |  1 -
 tests/integration/sockets.py                       |  1 -
 tests/integration/source-determinism.py            |  1 -
 tests/integration/stack.py                         |  1 -
 tests/integration/symlinks.py                      |  1 -
 tests/integration/workspace.py                     |  1 -
 tests/internals/cascache.py                        |  1 -
 tests/internals/loader.py                          |  1 -
 tests/internals/storage_vdir_import.py             | 13 +++++----
 tests/internals/yaml.py                            |  1 -
 tests/plugins/loading.py                           |  1 -
 .../src/sample_plugins/sources/git.py              |  1 -
 tests/plugins/shadow.py                            |  1 -
 tests/remotecache/simple.py                        |  2 +-
 tests/remoteexecution/remotecache.py               |  1 -
 tests/remoteexecution/simple.py                    |  1 -
 tests/sandboxes/missing-command.py                 |  1 -
 tests/sandboxes/missing_dependencies.py            |  1 -
 tests/sourcecache/capabilities.py                  |  1 -
 tests/sourcecache/staging.py                       |  1 -
 tests/sourcecache/workspace.py                     |  1 -
 tests/sources/source_provenance_attributes.py      |  1 -
 tests/sources/variables.py                         |  1 -
 tests/testutils/python_repo.py                     |  1 -
 tests/testutils/site.py                            |  1 +
 tox.ini                                            |  4 +--
 101 files changed, 77 insertions(+), 163 deletions(-)

Reply via email to