4 Commits

Author SHA256 Message Date
e15e411bbd Accepting request 1309938 from GNOME:Factory
- 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+ (forwarded request 1309581 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1309938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildstream?expand=0&rev=31
2025-10-10 15:08:16 +00:00
2a08cf74ac - 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+

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/buildstream?expand=0&rev=60
2025-10-09 09:31:58 +00:00
4b95ec5b91 Accepting request 1284677 from GNOME:Factory
(forwarded request 1283992 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1284677
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildstream?expand=0&rev=30
2025-06-11 14:25:23 +00:00
60bd5fdb64 Accepting request 1283992 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1283992
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/buildstream?expand=0&rev=58
2025-06-11 06:39:50 +00:00
4 changed files with 47 additions and 5 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aba452b08754db244bdf3f541fb5d98ce0d50f7ec6df1786a70dd28573fe82c3
size 1659297

View File

@@ -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>

View File

@@ -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