-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Poetry incorrectly normalizes dev builds as alpha builds #1151
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
As a user, this is a bit frustrating for issues to be automatically closed when the problem is unresponsiveness from the maintainers. I would have gone in and fixed this except I already saw that my other PRs were sitting around, not making any progress. |
@epage could you please add an appropriate label to this issue so the maintainers could have a look at it ? |
I can't apply labels. |
This appears to be fixed now. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
While investigating #1150, I noticed that when normalizing pre-release,
dev
is translated toalpha
when PEP 440 qualifies these as distinct stages. Doing this will cause problems when installing packages that use both stages of development (which we do internally).The text was updated successfully, but these errors were encountered: