diff --git a/spack-0.22.1.tar.gz b/spack-0.22.1.tar.gz deleted file mode 100644 index 8a1be1a..0000000 --- a/spack-0.22.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:374968461ea95fcf22f230aa818cf99cd79af4cd3d28fb0927d5444525b143b3 -size 11108002 diff --git a/spack-0.22.2.tar.gz b/spack-0.22.2.tar.gz new file mode 100644 index 0000000..fccf4da --- /dev/null +++ b/spack-0.22.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef1a5ce16fe1a8bcced54c40012b19a0f4ade1cd9c5379aca081e96ec5b18ac +size 11117111 diff --git a/spack.changes b/spack.changes index af761ac..bf90f34 100644 --- a/spack.changes +++ b/spack.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Nov 1 06:32:35 UTC 2024 - Egbert Eich + +- Update to version 0.22.2 + * Bugfixes + - Forward compatibility with Spack 0.23 packages with language + dependencies. + - Forward compatibility with `urllib` from Python 3.12.6+. + - Bump vendored `archspec` for better aarch64 support. + - Fix regression in `{variants.X}` and `{variants.X.value}` + format strings. + - Ensure shell escaping of environment variable values in load + and activate commands. + - Fix an issue where `spec[pkg]` considers specs outside the + current DAG. + - Do not halt concretization on unknown variants in externals. + - Improve validation of `develop` config section/ + - Explicitly disable `ccache` if turned off in config, to + avoid cache pollution. + - Improve backwards compatibility in `include_concrete`. + - Fix issue where package tags were sometimes repeated. + - Make `setup-env.sh` "sourced only" by dropping execution bits. + - Make certain source/binary fetch errors recoverable instead + of a hard error. + - Remove debug statements in package hash computation. + - Remove redundant clingo warnings. + - Remove hard-coded layout version. + - Do not initialize previous store state in `use_store`. + * Package updates + - `chapel` major update/ + ------------------------------------------------------------------- Wed Jul 10 06:54:31 UTC 2024 - Egbert Eich diff --git a/spack.spec b/spack.spec index 71140df..1f9668b 100644 --- a/spack.spec +++ b/spack.spec @@ -63,7 +63,7 @@ ExclusiveArch: do_not_build %define mypython python%{?mypyver} Name: spack -Version: 0.22.1 +Version: 0.22.2 Release: 0 Summary: Package manager for HPC systems License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause