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

pypi version check #530

Merged
merged 2 commits into from Jan 13, 2021
Merged

pypi version check #530

merged 2 commits into from Jan 13, 2021

Conversation

iparask
Copy link
Contributor

@iparask iparask commented Jan 4, 2021

This PR checks the version of the installed EnTK and the latest version on pypi and produces a warning message if the pypi version is more recent:

WARNING: You are using radical.entk version 1.5.9, however version 1.5.10 is available.

It will make sense two releases from now.

Fixes #476

@iparask iparask added this to the Jan 2021 Release milestone Jan 4, 2021
@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #530 (bfea16f) into devel (e4dcec7) will increase coverage by 0.13%.
The diff coverage is 92.30%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #530      +/-   ##
==========================================
+ Coverage   61.66%   61.80%   +0.13%     
==========================================
  Files          21       21              
  Lines        2301     2312      +11     
==========================================
+ Hits         1419     1429      +10     
- Misses        882      883       +1     
Impacted Files Coverage Δ
src/radical/entk/__init__.py 95.00% <92.30%> (-5.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e4dcec7...bfea16f. Read the comment docs.

@iparask
Copy link
Contributor Author

iparask commented Jan 13, 2021

ping @lee212, @andre-merzky

Copy link
Contributor

@mturilli mturilli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@iparask iparask merged commit 440923e into devel Jan 13, 2021
@iparask iparask deleted the feature/version_warning branch January 13, 2021 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Version update message for older stacks
2 participants