Skip to content

Commit

Permalink
Merge pull request #3384 from boegel/develop
Browse files Browse the repository at this point in the history
sync develop with master + bump version to 4.2.3dev
  • Loading branch information
verdurin committed Jul 8, 2020
2 parents bd78cd2 + 0870bfb commit d009198
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions RELEASE_NOTES
Expand Up @@ -3,6 +3,26 @@ For more detailed information, please see the git log.

These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.

v4.2.2 (July 8th 2020)
----------------------

update/bugfix release

- various enhancements, including:
- add support for using 'sources' and 'git_config' for extensions in 'exts_list' (#3294)
- add support for software minver template (like %(pyminver)s, etc.) (#3344, #3345)
- add support for updating dictionary or tuple easyconfig parameters with self.cfg.update (#3356)
- various bug fixes, including:
- fix crash in --avail-easyconfig-constants when using --output-format=rst + ensure sorted output (#3341)
- always take into account builddependencies when generating template values, also when we're not iterating over builddependencies (#3346)
- fix running command as 'easybuild' user in generated Singularity definition file (#3347)
- allow ignoring versionsuffix in --try-update-deps (#3350, #3353)
- retain order of paths when generating prepend_path statements for module file (don't sort them alphabetically) (#3367)
- also put easyblocks used by extensions in 'reprod' directory (#3375)
- also copy template values in EasyConfig.copy method to ensure they are defined when installing extensions (#3377)
- skip lines that start with 'module-version' when determining whether a module exists in ModulesTool.exist (#3379)


v4.2.1 (May 20th 2020)
----------------------

Expand Down
2 changes: 1 addition & 1 deletion easybuild/tools/version.py
Expand Up @@ -43,7 +43,7 @@
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
# This causes problems further up the dependency chain...
VERSION = LooseVersion('4.2.2.dev0')
VERSION = LooseVersion('4.2.3.dev0')
UNKNOWN = 'UNKNOWN'


Expand Down

0 comments on commit d009198

Please sign in to comment.