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 9e05ff93e Merge pull request #1928 from nanonyme/timeout
add 0e32671a2 Update requirements
add 25fd49d34 ci: Use Fedora 39 as default image for tests
new 30c13b1bd Merge pull request #1934 from
apache/juerg/update-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:
.github/compose/ci.docker-compose.yml | 2 +-
.pylintrc | 12 +++++--
requirements/cov-requirements.txt | 15 ++++-----
requirements/dev-requirements.txt | 38 +++++++++-------------
requirements/requirements.txt | 20 ++++++------
setup.py | 3 +-
src/buildstream/_elementsources.py | 3 +-
src/buildstream/_pipeline.py | 3 +-
src/buildstream/_pluginfactory/__init__.py | 2 ++
.../_pluginfactory/pluginoriginjunction.py | 2 ++
src/buildstream/_pluginfactory/pluginoriginpip.py | 2 ++
src/buildstream/_project.py | 5 ++-
src/buildstream/_scheduler/scheduler.py | 2 +-
src/buildstream/_testing/runcli.py | 1 +
src/buildstream/element.py | 2 ++
src/buildstream/source.py | 5 ++-
src/buildstream/storage/_casbaseddirectory.py | 13 +++++---
src/buildstream/utils.py | 2 +-
tests/frontend/artifact_list_contents.py | 4 +++
tests/frontend/completions.py | 2 ++
tests/remoteexecution/workspace.py | 3 ++
tox.ini | 2 +-
22 files changed, 79 insertions(+), 64 deletions(-)