-
Notifications
You must be signed in to change notification settings - Fork 76
[SVCS-140] Fix to allow >= 31.0 setuptools #248
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
[SVCS-140] Fix to allow >= 31.0 setuptools #248
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
Update branch and fix conflicts - Fix imports order
Everything else looks good! 🎆
| @@ -0,0 +1 @@ | |||
| __version__ = '0.20.1' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@felliott this will be the file that needs manual version bump for release/hotfix
@Johnetordoff need to update this to 0.22.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Johnetordoff
I locally tested the code, here are a few issues:
- need to update the
__version__import insetup.py - need to rebase your change up-to-date-develop and make only one commit
- update the version to 0.22.0 and fix conflicts
@felliott We probably need to target this for next hotfix or release since each new version will cause merge conflicts.
|
And a follow-up: we should update the version of |
|
In addition, there are a few other places, for example |
|
@Johnetordoff this continues in a new PR: #301 where I fixed a few minor issues and rebase all the commits into one. |
Purpose
Let MFR run later versions of setuptools (>= 31.0 setuptools)
Changes
Creates version.py file to prevent setuptools to prevent circular import.
Side Effects
None that I know of.
Ticket
https://openscience.atlassian.net/browse/SVCS-140
WB PR
CenterForOpenScience/waterbutler#201