Skip to content

renux 0.4.1 - #9941

Open
chenrui333 wants to merge 1 commit into
mainfrom
bump-renux-0.4.1
Open

renux 0.4.1#9941
chenrui333 wants to merge 1 commit into
mainfrom
bump-renux-0.4.1

Conversation

@chenrui333

Copy link
Copy Markdown
Owner

Created by brew bump


Created with brew bump-formula-pr.

Copilot AI lite review requested due to automatic review settings August 6, 2026 06:55
@github-actions github-actions Bot added the python Python use is a significant feature of the PR or issue label Aug 6, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread Formula/r/renux.rb
Comment on lines +48 to +50
resource "pillow" do
url "https://files.pythonhosted.org/packages/f3/0d/d0d6dea55cd152ce3d6767bb38a8fc10e33796ba4ba210cbab9354b6d238/pillow-11.3.0.tar.gz"
sha256 "3828ee7586cd0b2091b6209e5ad53e20d0649bbe87164a459d0676e035e8f523"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 renux from 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.

Comment thread Formula/r/renux.rb
Comment on lines +6 to +7
url "https://files.pythonhosted.org/packages/9c/63/b9b16591c64a0858ac1512ac4cfa32abbdf382b6e1dc616829f165dbe694/renux-0.4.1.tar.gz"
sha256 "29ff8ed954ddf5179aaa7643e792f43be3348c9568c2da04eef3fd966b70785b"
Comment thread Formula/r/renux.rb
Comment on lines +18 to +26
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
@github-actions github-actions Bot mentioned this pull request Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

python Python use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants