For a formula that wraps a Python package, why did brew bump-formula-pr
stop passing for a Test PyPI URL?
#5193
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
For the record, an execution of
|
Beta Was this translation helpful? Give feedback.
-
Was this happening when we were using pythonhosted URL? i.e. Homebrew/homebrew-core@6237b76 In that case, Also, it looks like URL was changed back in Homebrew/homebrew-core@c8c31cd so I would assume original behavior would be restored. |
Beta Was this translation helpful? Give feedback.
Was this happening when we were using pythonhosted URL? i.e. Homebrew/homebrew-core@6237b76
In that case,
brew bump-formula-pr
will try to automatically figure out dependency tree. It looks like we look aturl
of the original formula to determine this constraint, not the inputurl
.Also, it looks like URL was changed back in Homebrew/homebrew-core@c8c31cd so I would assume original behavior would be restored.