Possible bug in PEP440 #32471
Unanswered
PaulTorm
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
Gitlab, v39
Please tell us more about your question or problem
Renovate will not accept Final Releases
<major>.<minor>
as a valid PEP440 versioning scheme - contradicting to what the PEP440 documentation says.We have tracked down the version to when it first occurred to 38.64.1. Every prior version seems to work.
In our specific case:
current version
4.25
was not validated as a correct PEP440 version - therefore no newer version was searched.We have found two workarounds as a quick fix for us:
"versioningTemplate": "python"
It would be great if a proper solution could be found for this problem.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions