File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ For more detailed information, please see the git log.
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
66
7+ v4.5.3 (February 11th 2022)
8+ ---------------------------
9+
10+ update/bugfix release
11+
12+ - various enhancements, including:
13+ - also check for git in --check-eb-deps (#3954)
14+ - add end2end test for 'eb --containerize' (#3958)
15+ - various bug fixes, including:
16+ - take into account that patch files can also be zipped when checking filename extension for patches (#3936)
17+ - initialize BACKUP_PKG_URL in install_eb_dep.sh with empty string (#3939)
18+ - fix get_os_name and get_os_version to avoid reporting UNKNOWN in output of eb --show-system-info (#3942)
19+ - consistently use actions/setup-python (#3944)
20+ - switch to using pip3 for installing EasyBuild in Singularity definition file generated by EasyBuild (#3945)
21+ - specify easybuild.io as EasyBuild homepage in setup.py (#3947)
22+ - avoid crash in get_os_version on modern SLES-based OSs (#3955)
23+ - other changes:
24+ - indicate compatibility with Python 3.10 in setup.py (#3940)
25+
26+
727v4.5.2 (January 24th 2022)
828--------------------------
929
Original file line number Diff line number Diff line change 4343# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4444# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4545# This causes problems further up the dependency chain...
46- VERSION = LooseVersion ('4.5.3.dev0 ' )
46+ VERSION = LooseVersion ('4.5.3' )
4747UNKNOWN = 'UNKNOWN'
4848
4949
You can’t perform that action at this time.
0 commit comments