-
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
wheel_file_re does not match version correctly #3320
Comments
I could recreate the issue with @python-poetry/triage |
@python-poetry/triage |
I could recreate the issue with |
Fix is ready for review #3338 |
#3411 adds a test for this issue with |
Any update on when this fix will be merged and released? |
+1 |
#3338 merged. |
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. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: Debian 10.6
Poetry version: 1.1.4
Link of a Gist with the contents of your pyproject.toml file: https://gitlab.com/radek-sprta/blog/-/blob/master/pyproject.toml
Issue
wheel_file_re fails to match version for packages with single digit versions. Example is
markdown-captions
package (filenamemarkdown_captions-2-py3-none-any.whl
). Results in the following error:The text was updated successfully, but these errors were encountered: