From 42cf2acbaee8f149fdc08661eece63aaf271b4bc Mon Sep 17 00:00:00 2001 From: Brian Ryner Date: Mon, 21 Feb 2022 22:03:20 +0000 Subject: [PATCH] Update to fixed vpython wheels. The previous version was built against a different MSVC runtime than the Python interpreter on Windows, which is unsafe on Python 2.7. Note that this will now use a pure-Python implementation of crcmod on Windows, since there is no packaged wheel available (only an msi, which we don't currently support repackaging). Bug: 1297798 Change-Id: I91e4f58cf2b994280c1620fec86dd8638d8a78ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3474820 Auto-Submit: Brian Ryner Reviewed-by: Robbie Iannucci Commit-Queue: Robbie Iannucci --- gsutil.vpython | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gsutil.vpython b/gsutil.vpython index d5a765117..c2e5ff7af 100644 --- a/gsutil.vpython +++ b/gsutil.vpython @@ -51,7 +51,7 @@ wheel: < wheel: < name: "infra/python/wheels/cffi/${vpython_platform}" - version: "version:1.14.5.chromium.6" + version: "version:1.14.5.chromium.7" > wheel: < @@ -100,5 +100,5 @@ wheel: < wheel: < name: "infra/python/wheels/crcmod/${vpython_platform}" - version: "version:1.7.chromium.2" + version: "version:1.7.chromium.3" >