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-plugins.git
from 85ebf8a Merge pull request #84 from apache/juerg/python-3.13
add 7c80720 tox.ini: Test against tristan/sboms buildstream branch
add b7672fa sources/patch.py: Implement collect_source_info()
add d3289d9 sources/cargo.py: Implement collect_source_info()
add 8596250 sources/git.py: Implement collect_source_info()
add 1d55406 sources/docker.py: Implement collect_source_info()
add 0d688cc sources/bzr.py: Implement collect_source_info()
add 32945ad sources/pip.py: Implement collect_source_info()
add c498d62 tests/sources/patch.py: Test patch's collect_source_info()
implementation
add 4fd134e tests/sources/cargo.py: Test cargo's collect_source_info()
implementation
add 88ba568 tests/sources/git.py: Testing git's collect_source_info()
implementation
add f9e0c15 tests/sources/docker.py: Test docker's collect_source_info()
implementation
add da15f39 tests/sources/bzr.py: Test bzr's collect_source_info()
implementation
add c3fe3e5 tests/sources/pip_build.py: Test pip's collect_source_info()
implementation
add ad3710c project.conf: Update min-version to 2.5
new 0e4e8bd Merge pull request #87 from apache/tristan/sboms
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:
project.conf | 2 +-
src/buildstream_plugins/sources/bzr.py | 53 +++++++-
src/buildstream_plugins/sources/cargo.py | 31 ++++-
src/buildstream_plugins/sources/docker.py | 82 +++++++++++-
src/buildstream_plugins/sources/git.py | 138 ++++++++++++++++++++-
src/buildstream_plugins/sources/patch.py | 33 ++++-
src/buildstream_plugins/sources/pip.py | 50 +++++++-
tests/sources/bzr.py | 29 +++++
tests/sources/cargo.py | 19 +++
tests/sources/docker.py | 26 ++++
tests/sources/docker/elements/dockerhub-alpine.bst | 1 +
tests/sources/git.py | 97 +++++++++++++++
.../git/source-info/elements/describe-custom.bst | 7 ++
.../git/source-info/elements/describe-offset.bst | 6 +
.../sources/git/source-info/elements/describe.bst | 6 +
.../git/source-info/elements/no-describe.bst | 6 +
.../sources/git/source-info/elements/override.bst | 7 ++
tests/sources/git/source-info/project.conf | 10 ++
tests/sources/patch.py | 22 ++++
tests/sources/pip_build.py | 33 ++++-
tox.ini | 2 +-
21 files changed, 640 insertions(+), 20 deletions(-)
create mode 100644 tests/sources/git/source-info/elements/describe-custom.bst
create mode 100644 tests/sources/git/source-info/elements/describe-offset.bst
create mode 100644 tests/sources/git/source-info/elements/describe.bst
create mode 100644 tests/sources/git/source-info/elements/no-describe.bst
create mode 100644 tests/sources/git/source-info/elements/override.bst
create mode 100644 tests/sources/git/source-info/project.conf