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

PEP 440 version pattern conform #14

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

unkcpz
Copy link
Member

@unkcpz unkcpz commented Nov 29, 2023

fixes #13

If the version string is put under the double quotes, the version read from pip is -v2023.1001- which is not conform with PEP 440 and the installation will fail.
This issue was not catched because it raise a warning and pip == 23.1 will enforce the change to use the legacy 'setup.py install' method, because a wheel could not be built for it. It is deprecated by pypa/pip#8368 and thus in our new docker-stack which pip==23.3.1 the exception manifest itself.

Copy link
Member

@AndresOrtegaGuerrero AndresOrtegaGuerrero left a comment

Choose a reason for hiding this comment

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

LGTM I just tested it!

@unkcpz unkcpz merged commit 2312032 into main Nov 30, 2023
1 check passed
@unkcpz unkcpz deleted the fix/xx/pep440-version-pattern-in-setup-cfg branch November 30, 2023 10:58
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.

MFA could not build wheels
2 participants