Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e15e411bbd | |||
| 2a08cf74ac | |||
| 4b95ec5b91 | |||
| 60bd5fdb64 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04793c6d2fca88f1d0ce88f79e9aefd8c1aeb3a701b8c3db5a96cf5e1cccf472
|
||||
size 1628241
|
||||
3
buildstream-2.6.0.tar.gz
Normal file
3
buildstream-2.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aba452b08754db244bdf3f541fb5d98ce0d50f7ec6df1786a70dd28573fe82c3
|
||||
size 1659297
|
||||
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 11:15:34 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.6.0:
|
||||
+ Add the `remote-apis-socket` sandbox configuration to offer
|
||||
build tools in the sandbox (e.g., recc or bazel) access to the
|
||||
Remote Execution API for caching or (nested) remote execution
|
||||
+ Add the `digest-environment` dependency configuration for use
|
||||
by Remote Execution API clients running in the sandbox
|
||||
+ Additional source provenance in SourceInfo
|
||||
+ Allow showing the element kind in `bst show`
|
||||
+ Accept pre-releases for plugins loaded from the `pip` origin
|
||||
+ BuildStream now requires BuildBox 1.2.6 or later
|
||||
+ Support Python 3.13.4+ and 3.14
|
||||
+ Support protobuf 6+ and Click 8.2+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 06:48:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.5.0:
|
||||
+ Fix directory mtime to support latest buildbox-casd
|
||||
+ Fix test cases to work with latest buildbox
|
||||
+ Support gRPC retry and timeout configuration for all remote
|
||||
services
|
||||
+ Fix our setup.py for surprise update of setuptools
|
||||
+ Add Source.collect_source_info() and
|
||||
SourceFetcher.get_source_info() methods, support showing
|
||||
introspected source provenance information in `bst show`, make
|
||||
it possible for absence of implementations of these new methods
|
||||
be fatal, and export some related utilities to help plugins
|
||||
support such
|
||||
+ Some minor fixes to documentation
|
||||
+ Support showing artifact content digests in `bst show`
|
||||
+ Better support for parsing boolean configuration that is
|
||||
exported from project options
|
||||
+ Better error handling in remote execution if services do not
|
||||
support required sandbox options
|
||||
+ Fix pushing artifacts with remote caches
|
||||
+ Fix build warnings stemming from using outdated grpcio tools
|
||||
+ Fix additional jobs being scheduled after the user has asked to
|
||||
quit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 23 17:04:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package buildstream
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: buildstream
|
||||
Version: 2.4.1
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: A framework for modelling build pipelines in YAML
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user