Closed raulcd closed 8 months ago
Arrow issue related: https://github.com/apache/arrow/issues/40663 As suggested by @kou this might be needed for the fix:
diff --git a/Library/Homebrew/dev-cmd/bump-formula-pr.rb b/Library/Homebrew/dev-cmd/bump-formula-pr.rb
index 4ed5dbb345..e3c853eb1b 100644
--- a/Library/Homebrew/dev-cmd/bump-formula-pr.rb
+++ b/Library/Homebrew/dev-cmd/bump-formula-pr.rb
@@ -464,6 +464,7 @@ module Homebrew
specs[:tag] = tag if tag.present?
version = Version.detect(url, **specs)
return if version.null?
+ version = version.to_s
end
check_throttle(formula, version)
Thanks for the report!
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)?
I was trying to bump the Apache Arrow formula for the new 15.0.2 version.
https://github.com/apache/arrow/blob/ed47ad22c8537b32abf27580e75fcf514be11f7e/dev/release/post-13-homebrew.sh#L50-L57
What happened (include all command output)?
What did you expect to happen?
The
bump-formula-pr
succeeds.Step-by-step reproduction instructions (by running
brew
commands)