Accepting request 1220059 from network:cluster

- 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/ (forwarded request 1220058 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1220059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack?expand=0&rev=46
This commit is contained in:
Dominique Leuenberger 2024-11-01 20:07:48 +00:00 committed by Git OBS Bridge
commit 1b4d94ed97
4 changed files with 35 additions and 4 deletions

View File

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

3
spack-0.22.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Fri Nov 1 06:32:35 UTC 2024 - Egbert Eich <eich@suse.com>
- 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 <eich@suse.com>

View File

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