Hi all, This is the 2.4.0 release of BuildStream.
The notable change in this release is a fix for a cache key bug with python 3.13 (users on python 3.13 would get different cache keys to those using older versions of python). Cheers, Abderrahim What is BuildStream ? ===================== BuildStream is an Open Source tool for building/integrating software stacks. It takes inspiration, lessons and use-cases from various projects including OBS, Reproducible Builds, Yocto, Baserock, Buildroot, Aboriginal, GNOME Continuous, JHBuild, Flatpak Builder and Android repo. BuildStream supports multiple build-systems (e.g. autotools, cmake, distutils, make, meson), and can create outputs in a range of formats (e.g. debian packages, flatpak runtimes, sysroots, system images) for multiple platforms and chipsets. Where can I get it ? ==================== https://dist.apache.org/repos/dist/release/buildstream/apache-buildstream-2.4.1.tar.gz Hashes and release notes ======================== apache-buildstream-2.4.1.tar.gz ============================ sha256: 72b8ec0bae92e0be3675e8d4410fa2f63e3e5baf0917d0e7ea47b368ddc4645f sha512: 7ed0df0ce3f3dd3fee42dc593ab9c53c3637088979e4169ffc6d80992e3aa09032d300c9fbfb2f8827bb02aa04217941883f86aa16662e906c7cf2c5ee785db7 ================= buildstream 2.4.1 ================= o Update default min-version for bst init to 2.4 (#1978) o Use subprocess umask support (#1754) o Don't use `preexec_fn` on Python 3.11+ (#1980) o contrib/bst-graph: Escape names when using as node_id (#1979) o _loader: Use the sort algorithm from Python 3.12 for dependencies (#1993) Contributors ============ - Abderrahim Kitouni - Jürg Billeter - Harry Sarson - Seppo Yli-Olli