chore(homebrew): weightclass 를 0.30.0 으로 갱신 - #179
Merged
Conversation
PyPI 가 보고한 해시 URL 과 sdist sha256 을 그대로 쓴다. Homebrew 감사는 `/packages/source/w/...` 리다이렉트 형태를 거부하므로 PyPI 가 직접 알려주는 해시 경로를 쓴다. tap 안으로 복사해 검증했다: 대상 파일 `brew style` 무결점, `brew audit --strict` exit 0, 소스 빌드 업그레이드 0.29.0 → 0.30.0, `brew test` 통과. 정확한 Homebrew 엔트리포인트와 사용자 레벨 uv 도구가 모두 0.30.0 을 보고하고, Homebrew 빌드에서 agy 라우트가 `task_delivery: stdin`, `task_stdin_encoding: stream_json_message`, `task_process_exposure: false` 를 보고하는 것까지 확인했다. 전체 tap `brew style` 에는 무관한 선행 경고 하나가 남아 있다(relay.rb 의 component-order). 이 변경과 관계없다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P3dXGuZjrBWD669SgUuk65
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
packaging/homebrew/weightclass.rb의url과sha256을 발행된 0.30.0 sdist 로 갱신한다.이 파일이
ictechgy/homebrew-tap수식의 source of truth 이므로, tap 은 이 파일을복사해서 갱신한다.
검증 (tap 안으로 복사한 뒤)
brew style Formula/weightclass.rbbrew audit --strict --tap=ictechgy/tap weightclassbrew upgrade --build-from-sourcebrew test ictechgy/tap/weightclass정확한 엔트리포인트 확인:
$(brew --prefix)/bin/wclass --version→weightclass 0.30.0~/.local/bin/wclass --version→weightclass 0.30.0wclass-advisory ask --vendor agy --preview→task_delivery: stdin,task_stdin_encoding: stream_json_message,task_process_exposure: false전체 tap
brew style에는 무관한 선행 경고 하나가 남아 있다 (relay.rbcomponent-order).🤖 Generated with Claude Code
https://claude.ai/code/session_01P3dXGuZjrBWD669SgUuk65