Hi all, This is a bugfix release for Apache BuildStream 2.2.
It fixes bugs in features introduced in 2.2.0. Namely, it fixes parsing keepalive-time configuration for remotes and fixes a bug in the interaction between mapped aliases and SourceMirror plugins. 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 ? ==================== Official source tarballs can be found here: https://dist.apache.org/repos/dist/release/buildstream/apache-buildstream-2.2.1.tar.gz?action=download For user convenience, pip installable packages can be found on PyPI: https://pypi.org/project/BuildStream/2.2.1/ Hashes and release notes ======================== sha256: 3ff244988432d5b71c023fcbde0f7ed09909bac0132560a95777752cc90b39cf sha512: 76050815b76284f23423f3418161394d1edf65569603ca39a04ae3c73a87b05017f002b96bcd9e9991fe6f019326ea64aa84a9783b0194dafd56f61ac140fff6 ================= buildstream 2.2.1 ================= o Fix parsing of keepalive time (#1916) o Fix alias mapping when using source mirror plugins (#1918) o Fix typing of SourceFetcher.fetch() and Source.translate_url(): the `alias_override` parameter should be considered opaque. o Update documentation regarding the buildbox merge (#1919) Contributors ========== - Abderrahim Kitouni - Mikhail Gusarov - Seppo Yli-Olli