-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
version: support post versions #8850
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
Conversation
Not sure what to do here. This PR makes the explicit version line in |
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.
👍🏻 once CI is green.
I'm not sure what best to do, either. Could just override the required step here and merge the two PRs in quick succession before a tag? |
Add an exception for the formula to the audit/cop and remove it once it is fixed? |
I submitted a PR for |
13ecba4
to
34cf999
Compare
Why is a new tag necessary? |
@reitermarkus It'll break installation for anyone installing not yet on |
Thanks @dtrodrigues! |
@@ -1024,7 +1024,7 @@ def audit_version | |||
elsif !version.detected_from_url? | |||
version_text = version | |||
version_url = Version.detect(url, **specs) | |||
if version_url.to_s == version_text.to_s && version.instance_of?(Version) | |||
if version_url.to_s == version_text.to_s && version.instance_of?(Version) && @name != "legit" |
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.
&& @name != "legit"
can now be removed because I've just tagged 2.5.3.
brew style
with your changes locally?brew tests
with your changes locally?brew man
locally and committed any changes?Add support for PEP 440 post versions. Relates to #8832. In support of Homebrew/homebrew-core#61861 so the version number does not need to be manually specified.