Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spack for openSUSE:Factory checked in at 2023-11-07 21:29:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spack (Old) and /work/SRC/openSUSE:Factory/.spack.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spack" Tue Nov 7 21:29:08 2023 rev:37 rq:1124071 version:0.20.3 Changes: -------- --- /work/SRC/openSUSE:Factory/spack/spack.changes 2023-09-13 20:45:28.236014318 +0200 +++ /work/SRC/openSUSE:Factory/.spack.new.17445/spack.changes 2023-11-07 21:29:49.499172622 +0100 @@ -1,0 +2,28 @@ +Mon Nov 6 08:04:55 UTC 2023 - Bernhard Wiedemann <bwiedem...@suse.com> + +- Update to version 0.20.3 with the following changes: + * Bug fixes: + + Fix a bug where `spack mirror set-url` would drop configured + connection info. + + Fix a minor issue with package hash computation for Python 3.12. + + Improve escaping in Tcl module files. + + Make repo cache work on repositories with zero mtime. + + Ignore errors for newer, incompatible buildcache version. + + Print an error when git is required, but missing. + + Ensure missing build dependencies get installed when using + `spack install --overwrite`. + + Fix an issue where Spack freezes when the build process + unexpectedly exits. + + Fix a bug where installation failures cause an unrelated + `NameError` to be thrown. + + Fix an issue where Spack package versions would be incorrectly + derived from git tags. + + Fix a bug triggered when file locking fails internally. + + Prevent `spack external find` to error out when a directory + cannot be accessed. + + Fix multiple performance regressions in environments. + + Add more ignored modules to `pyproject.toml` for `mypy`. + * Features: + + Spack now supports Python 3.12. + +------------------------------------------------------------------- Old: ---- spack-0.20.1.tar.gz New: ---- spack-0.20.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spack.spec ++++++ --- /var/tmp/diff_new_pack.soD1Uf/_old 2023-11-07 21:29:50.103194864 +0100 +++ /var/tmp/diff_new_pack.soD1Uf/_new 2023-11-07 21:29:50.107195011 +0100 @@ -46,7 +46,7 @@ # non oss packages %define spack_trigger_external cuda-nvcc Name: spack -Version: 0.20.1 +Version: 0.20.3 Release: 0 Summary: Package manager for HPC systems License: Apache-2.0 AND MIT AND Python-2.0 AND BSD-3-Clause ++++++ Fix-error-during-documentation-build-due-to-recursive-module-inclusion.patch ++++++ --- /var/tmp/diff_new_pack.soD1Uf/_old 2023-11-07 21:29:50.131195896 +0100 +++ /var/tmp/diff_new_pack.soD1Uf/_new 2023-11-07 21:29:50.135196043 +0100 @@ -10,13 +10,13 @@ lib/spack/spack/environment/environment.py | 4 ++++ 1 file changed, 4 insertions(+) -diff --git a/lib/spack/spack/environment/environment.py b/lib/spack/spack/environment/environment.py -index a4312df6dc..10bfbd2a4d 100644 ---- a/lib/spack/spack/environment/environment.py -+++ b/lib/spack/spack/environment/environment.py -@@ -41,6 +41,10 @@ +Index: spack-0.20.3/lib/spack/spack/environment/environment.py +=================================================================== +--- spack-0.20.3.orig/lib/spack/spack/environment/environment.py ++++ spack-0.20.3/lib/spack/spack/environment/environment.py +@@ -40,6 +40,10 @@ import spack.stage + import spack.store import spack.subprocess_context - import spack.traverse import spack.user_environment as uenv +try: + import spack.user_environment as uenv @@ -25,7 +25,4 @@ import spack.util.cpus import spack.util.environment import spack.util.hash --- -2.40.1 - ++++++ spack-0.20.1.tar.gz -> spack-0.20.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/spack/spack-0.20.1.tar.gz /work/SRC/openSUSE:Factory/.spack.new.17445/spack-0.20.3.tar.gz differ: char 47, line 1