renux 0.4.1 - #9941
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 52e4213ef0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| resource "pillow" do | ||
| url "https://files.pythonhosted.org/packages/f3/0d/d0d6dea55cd152ce3d6767bb38a8fc10e33796ba4ba210cbab9354b6d238/pillow-11.3.0.tar.gz" | ||
| sha256 "3828ee7586cd0b2091b6209e5ad53e20d0649bbe87164a459d0676e035e8f523" |
There was a problem hiding this comment.
Provide Pillow's native build dependencies
This newly vendored Pillow sdist is compiled by virtualenv_install_with_resources, but the formula declares none of Pillow's required native build inputs. On clean bottle builders, JPEG discovery fails without jpeg-turbo and pkgconf; Linux also needs zlib-ng-compat, so the formula cannot install from source. Add the native dependencies or reuse the shared pillow formula if Renux's version constraint permits it.
AGENTS.md reference: AGENTS.md:L91-L92
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Pull request overview
Updates the renux Homebrew formula to the newly released PyPI version, refreshing the vendored Python resources needed for virtualenv_install_with_resources.
Changes:
- Bump
renuxfrom 0.1.3 to 0.4.1 (URL + SHA256). - Add/update vendored Python resources for the new release (e.g.,
annotated-doc,hachoir,pillow,shellingham,typer).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| url "https://files.pythonhosted.org/packages/9c/63/b9b16591c64a0858ac1512ac4cfa32abbdf382b6e1dc616829f165dbe694/renux-0.4.1.tar.gz" | ||
| sha256 "29ff8ed954ddf5179aaa7643e792f43be3348c9568c2da04eef3fd966b70785b" |
| resource "annotated-doc" do | ||
| url "https://files.pythonhosted.org/packages/5a/8e/38aa427ed5402449e226975b649c5dc73ccadfefeb95e6aecb8f8ea4b6b6/annotated_doc-0.0.5.tar.gz" | ||
| sha256 "c7e58ce09192557605d8bbd92836d7e1d520ac9580096042c0bfd197efacf1bb" | ||
| end | ||
|
|
||
| resource "hachoir" do | ||
| url "https://files.pythonhosted.org/packages/31/e5/3a7d611dc87aab2c088be040f5da2f6937e308044983848e648d97ef388b/hachoir-3.3.0.tar.gz" | ||
| sha256 "fd7679f649c17ee45ab2ba5eacddc702c667ea5200c0a1fd063d4615fa7270d2" | ||
| end |
Created by
brew bumpCreated with
brew bump-formula-pr.