Accepting request 1247375 from network:cluster

- Update to version 0.23.1
  * Fix a correctness issue of `ArchSpec.intersects`.
  * Make extra_attributes order independent in Spec hashing.
  * Fix issue where system proxy settings were not respected in OCI
    build caches.
  * Fix an issue where the `--test` concretizer flag was not
    forwarded correctly.
  * Fix an issue where `codesign` and `install_name_tool` would
    not preserve hardlinks on Darwin.
  * Fix an issue on Darwin where codesign would run on unmodified
    binaries.
  * Patch configure scripts generated with libtool < 2.5.4, to
    avoid redundant flags when creating shared libraries on Darwin.
  * Ensure proper UTF-8 encoding/decoding in logging.
  * Fix issues related `to filter_file`.
  * Fix an issue related to creating bootstrap source mirrors.
  * Fix an issue where command line config arguments were not
    always top level.
  * Fix an incorrect typehint of `concretized()`.
  * Improve mention of next Spack version in warning.
    Tests: fix forward compatibility with Python 3.13.
  * Docs: encourage use of `--oci-username-variable` and
    `--oci-password-variable`.
  * Docs: ensure Getting Started has bootstrap list output in
    correct place. (forwarded request 1247374 from eeich)

OBS-URL: https://build.opensuse.org/request/show/1247375
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spack?expand=0&rev=49
This commit is contained in:
Ana Guerrero 2025-02-20 15:42:04 +00:00 committed by Git OBS Bridge
commit df5bf03d36
4 changed files with 33 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Feb 20 10:04:20 UTC 2025 - Egbert Eich <eich@suse.com>
- Update to version 0.23.1
* Fix a correctness issue of `ArchSpec.intersects`.
* Make extra_attributes order independent in Spec hashing.
* Fix issue where system proxy settings were not respected in OCI
build caches.
* Fix an issue where the `--test` concretizer flag was not
forwarded correctly.
* Fix an issue where `codesign` and `install_name_tool` would
not preserve hardlinks on Darwin.
* Fix an issue on Darwin where codesign would run on unmodified
binaries.
* Patch configure scripts generated with libtool < 2.5.4, to
avoid redundant flags when creating shared libraries on Darwin.
* Ensure proper UTF-8 encoding/decoding in logging.
* Fix issues related `to filter_file`.
* Fix an issue related to creating bootstrap source mirrors.
* Fix an issue where command line config arguments were not
always top level.
* Fix an incorrect typehint of `concretized()`.
* Improve mention of next Spack version in warning.
Tests: fix forward compatibility with Python 3.13.
* Docs: encourage use of `--oci-username-variable` and
`--oci-password-variable`.
* Docs: ensure Getting Started has bootstrap list output in
correct place.
-------------------------------------------------------------------
Mon Jan 6 19:01:00 UTC 2025 - Egbert Eich <eich@suse.com>

View File

@ -63,7 +63,7 @@ ExclusiveArch: do_not_build
%define mypython python%{?mypyver}
Name: spack
Version: 0.23.0
Version: 0.23.1
Release: 0
Summary: Package manager for HPC systems
License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause