Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release EasyBuild v4.2.0 #615

Merged
merged 26 commits into from
Apr 14, 2020
Merged

release EasyBuild v4.2.0 #615

merged 26 commits into from
Apr 14, 2020

Conversation

migueldiascosta
Copy link
Member

No description provided.

migueldiascosta and others added 24 commits March 11, 2020 16:57
…blocks_from_pr

add documentation for --include-easyblocks-from-pr
add documentation for EasyBuild installation locks
…n EasyBuild releases + 'Should I create an index?'
auto-update documentation for EasyBuild v4.2.0
update release notes for EasyBuild v4.2.0
@boegel
Copy link
Member

boegel commented Apr 14, 2020

Note:

  • originally, the easybuild-4.2.0 release was accidentally published to PyPI (on Tue April 15th 2020 at 2:28pm UTC) with an incorrect setup.py file, which specified easybuild-easyblocks==4.1.1 and easybuild-easdyconfigs==4.1.1 in requires and install_requires, see

    VERSION = '4.2.0'
    and

    easybuild/setup.py

    Lines 82 to 88 in 80c981c

    requires=[
    'easybuild_framework(==%s)' % VERSION,
    # there is no 4.1.2 release for easyblocks/easyconfigs,
    # only for framework (which includes an important security-related bug fix)
    'easybuild_easyblocks(==4.1.1)',
    'easybuild_easyconfigs(==4.1.1)',
    ],

  • hardcoding easyblocks and easyconfigs was done during the quick release of EasyBuild v4.1.2 (cfr. https://github.com/easybuilders/easybuild/pull/609/files#diff-2eeaed663bd0d25b7e608891384b7298);

  • setup.py for EasyBuild v4.2.0 was fixed in 3a8c81b, shortly after easybuild-4.2.0 was published on PyPI;

  • a new release of the easybuild package on PyPI was published as easybuild-4.2.0.post0 (since re-releasing under the exact same version is not allowed by PyPI, rightfully so), using the fixed setup.py from 7f8f08f;

  • shortly after easybuild-4.2.0.post0 was released to PyPI & tested, the faulty easybuild-4.2.0 package was removed (on Tue April 15th 2020 at 3:50pm UTC), to avoid confusion & faulty installations of EasyBuild v4.2.0 (it was only available on PyPI for 1h22m);

  • the bootstrap installation of EasyBuild was re-tested after easybuild-4.2.0.post0 was published and after the easybuild-4.2.0 package was removed, and found to be working as expected;

  • this faulty release of easybuild-4.2.0 could have only been picked up with direct installations from PyPI (using pip install easybuild), or when running the bootstrap__eb.py script when the faulty package was still available (between 2.28pm and 3.50pm (UTC) on Tue April 15th 2020)

@boegel boegel merged commit ae21727 into easybuilders:master Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants