From d1ce93b4a82795216bf57b80508e56dbc05b0d9398b1c4351716fd746bb80324 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 1 Oct 2021 05:26:57 +0000 Subject: [PATCH] Accepting request 922294 from home:aginies:branches:network:cluster - update to version 0.16.3 (JSC#SLE-22137): * clang/llvm: fix version detection * Fix use of quotes in Python build system * Ensure all roots of an installed environment are marked explicit in db * Fix fetching for Python 3.8 and 3.9 * locks: only open lockfiles once instead of for every lock held OBS-URL: https://build.opensuse.org/request/show/922294 OBS-URL: https://build.opensuse.org/package/show/network:cluster/spack?expand=0&rev=30 --- spack-0.16.2.tar.gz | 3 --- spack-0.16.3.tar.gz | 3 +++ spack.changes | 10 ++++++++++ spack.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 spack-0.16.2.tar.gz create mode 100644 spack-0.16.3.tar.gz diff --git a/spack-0.16.2.tar.gz b/spack-0.16.2.tar.gz deleted file mode 100644 index d2b4d02..0000000 --- a/spack-0.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed3e5d479732b0ba82489435b4e0f9088571604e789f7ab9bc5ce89030793350 -size 5541562 diff --git a/spack-0.16.3.tar.gz b/spack-0.16.3.tar.gz new file mode 100644 index 0000000..411211b --- /dev/null +++ b/spack-0.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17aee62b9cbd957cecd438be1e915446e2df06dc9783d13c24807da26af8baba +size 5949349 diff --git a/spack.changes b/spack.changes index 0e4777d..458b96c 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 29 20:32:58 UTC 2021 - Antoine Ginies + +- update to version 0.16.3 (JSC#SLE-22137): + * clang/llvm: fix version detection + * Fix use of quotes in Python build system + * Ensure all roots of an installed environment are marked explicit in db + * Fix fetching for Python 3.8 and 3.9 + * locks: only open lockfiles once instead of for every lock held + ------------------------------------------------------------------- Fri Aug 6 14:28:20 UTC 2021 - Christian Goll diff --git a/spack.spec b/spack.spec index f905cdb..dfb4bc4 100644 --- a/spack.spec +++ b/spack.spec @@ -36,7 +36,7 @@ ExclusiveArch: do_not_build # non oss packages %define spack_trigger_external cuda-nvcc Name: spack -Version: 0.16.2 +Version: 0.16.3 Release: 0 Summary: Package manager for HPC systems License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause