Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spack_tuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Inghirami, Gabriele
spack_tuda
Commits
ba6cb62d
Commit
ba6cb62d
authored
7 months ago
by
Harmen Stoppels
Committed by
Harmen Stoppels
7 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Set version to v0.22.3
parent
e1437349
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+29
-0
29 additions, 0 deletions
CHANGELOG.md
lib/spack/spack/__init__.py
+1
-1
1 addition, 1 deletion
lib/spack/spack/__init__.py
with
30 additions
and
1 deletion
CHANGELOG.md
+
29
−
0
View file @
ba6cb62d
# v0.22.3 (2024-11-18)
## Bugfixes
-
Forward compatibility with Python 3.13 (#46775, #46983, #47035, #47175)
-
`archspec`
was updated to v0.2.5 (#46503, #46958)
-
Fix path to Spack in
`spack env depfile`
makefile (#46966)
-
Fix
`glibc`
detection in Chinese locales (#47434)
-
Fix pickle round-trip of specs propagating variants (#47351)
-
Fix a bug where concurrent spack install commands would not always update explicits correctly
(#47358)
-
Fix a bug where autopush would run before all post install hooks modifying the install prefix
had run (#47329)
-
Fix
`spack find -u`
(#47102)
-
Fix a bug where sometimes the wrong Python interpreter was used for build dependencies such as
`py-setuptools`
(#46980)
-
Fix default config errors found by
`spack audit externals`
(#47308)
-
Fix duplicate printing of external roots in installer (#44917)
-
Fix modules schema in
`compilers.yaml`
(#47197)
-
Reduce the size of generated YAML for Gitlab CI (#44995)
-
Handle missing metadata file gracefully in bootstrap (#47278)
-
Show underlying errors on fetch failure (#45714)
-
Recognize
`.`
and
`..`
as paths instead of names in buildcache commands (#47105)
-
Documentation and style (#46991, #47107, #47110, #47111, #47346, #47307, #47309, #47328, #47160,
#47402, #47557, #46709, #47080)
-
Tests and CI fixes (#47165, #46711)
## Package updates
-
ffmpeg: fix hash of patch (#45574)
# v0.22.2 (2024-09-21)
# v0.22.2 (2024-09-21)
## Bugfixes
## Bugfixes
...
...
This diff is collapsed.
Click to expand it.
lib/spack/spack/__init__.py
+
1
−
1
View file @
ba6cb62d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
#: PEP440 canonical <major>.<minor>.<micro>.<devN> string
__version__
=
"
0.22.3
.dev0
"
__version__
=
"
0.22.3
"
spack_version
=
__version__
spack_version
=
__version__
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment