Skip to content

Commit 642fe35

Browse files
prepare release notes for EasyBuild v4.8.2 + bump version to 4.8.2
1 parent 6fccffe commit 642fe35

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

RELEASE_NOTES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ For more detailed information, please see the git log.
44
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55

66

7+
v4.8.2 (29 October 2023)
8+
------------------------
9+
10+
update/bugfix release
11+
12+
- various enhancements, including:
13+
- add support for `%(sysroot)s` template value (#4359)
14+
- add `dependency_names` method to `EasyConfig` class to get set of names of (direct) dependencies (#4360)
15+
- various bug fixes, including:
16+
- add CI workflow to run unit tests with Python 2 (again) (#4333)
17+
- fix typo in help message for --silence-hook-trigger (#4343)
18+
- include major version (`*majver`) templates in auto-generated documentation (#4347)
19+
- reset `tempfile.tempdir` to `None` to avoid that tmpdir path gets progressively deeper with each easystack item (#4350)
20+
- fix parallellisation typo (#4352)
21+
- minor help fix (#4355)
22+
- fix `findPythonDeps.py` script when called with an absolute path to an easyconfig (#4365)
23+
- fix broken test for `reasons_for_closing`, which fails because commit status of easyconfigs PR is no longer available (#4366)
24+
- other changes:
25+
- reduce number of CI jobs by testing for Lua and Tcl module syntax in a single CI job (#4192)
26+
- clean up stray regex.search in `test_checksum_step` (#4345)
27+
28+
729
v4.8.1 (11 September 2023)
830
--------------------------
931

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4646
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4747
# This causes problems further up the dependency chain...
48-
VERSION = LooseVersion('4.8.2.dev0')
48+
VERSION = LooseVersion('4.8.2')
4949
UNKNOWN = 'UNKNOWN'
5050

5151

0 commit comments

Comments
 (0)