-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Brew livecheck shows a deprecated formula #16366
Comments
CC @homebrew/core @samford for thoughts. I don't know how much this is intentional or not and, if not, what the fix would be (e.g.
That's because we want to people with failing
The reasoning for it is: if it affects only a single formula: it should be on that formula's tap instead. |
We have been removing the blocks for versioned formulae, but I'm not sure "It shouldn't list it considering Homebrew disallow the bump on it" is actually true. I think it heavily depends on the formula. In my view, software in security-only mode is deprecated since upstream doesn't support it any more than it absolutely needs to. But if a security update is released livecheck should pick it up for sure. However, if it is |
If the |
It can be helpful to see that a newer version is available even when the current version doesn't build. In this case, it looks like they've tagged a new 1.0 release whose fixes may match what was requested earlier. That's why I had |
But then, there's no difference shown in the |
Yes, I think both me and Eric are saying that there should not be any difference. |
Then I must understands things th wrong way: I read that this PR was to show a "deprecated" caveat besides related formulas with |
Yes, this is intentional behavior in livecheck. For a bit of context, livecheck will only skip a formula as deprecated if it doesn't have a That said, surfacing the deprecated/disabled status in livecheck's debug and verbose JSON output (specifically in the |
Well actually I'm just realizing that many What questions me more is maybe the fact it's both appearing in |
Only postgresql 11 should be showing up as deprecated. |
Happy to continue discussing here but closing as it seems to be by design. |
brew doctor
outputVerification
brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
twice and am still able to reproduce my issue.brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.brew config
outputWhat were you trying to do (and why)?
Checking formulas to bump with
brew livecheck
.What happened (include all command output)?
One deprecated formula is listed.
What did you expect to happen?
It shouldn't list it considering Homebrew disallow the bump on it.
Step-by-step reproduction instructions (by running
brew
commands)Double end of issue note:
brew doctor
output, and have a check mark stating "My "brew doctor
output" above saysYour system is ready to brew.
and am still able to reproduce my issue."The text was updated successfully, but these errors were encountered: