fix(chromium-patches): refresh vpython wheel pins for AR#148
Merged
Conversation
Patch apply and hook setup started failing because old wheel pins in .vpython3 no longer resolve cleanly through current vpython/pip + AR. What changed Added fix_vpython_wheel_pins_for_artifact_registry.patch. Registered it in patches/chromium/.patches. Updated pins in .vpython3: numpy: 1.2x.supported.1 -> 1.20.supported.2 pathos: 0.2.7.chromium.5 -> 0.2.7.chromium.6 Why numpy pin was being transformed into an invalid requirement form. pathos .5 pin is no longer available in Artifact Registry. Direct edits under src are reset by sync, so this must live in the Chromium patch pipeline. Scope note An initial catapult hunk was dropped because third_party/catapult/.vpython3 is absent in this branch index. Result gclient sync + patch apply now complete. vpython bootstrap proceeds with available pinned wheel versions.
12f060f to
4e1dd11
Compare
caneraltinbasak
approved these changes
Jun 30, 2026
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.
gclient sync has stopped working on Electron 28 branch due to changes and removal of old packages in the pip artifact registry being removed and vpython/pip changes from an updated depot_tools.
Patch apply and hook setup started failing because old wheel pins in .vpython3 no longer resolve cleanly through current vpython/pip + AR.
What changed
Added fix_vpython_wheel_pins_for_artifact_registry.patch.
Registered it in patches/chromium/.patches.
Updated pins in .vpython3:
numpy: 1.2x.supported.1 -> 1.20.supported.2
pathos: 0.2.7.chromium.5 -> 0.2.7.chromium.6
Why
numpy pin was being transformed into an invalid requirement form.
pathos .5 pin is no longer available in Artifact Registry.
Direct edits under src are reset by sync, so this must live in the
Chromium patch pipeline.
Scope note
An initial catapult hunk was dropped because
third_party/catapult/.vpython3 is absent in this branch index.
Result
gclient sync + patch apply now complete.
vpython bootstrap proceeds with available pinned wheel versions.
Description of Change
Checklist
npm testpassesRelease Notes
Notes: