From d07cd9bed7a9ee13a8067442fd3b1e592ffd0031 Mon Sep 17 00:00:00 2001 From: "manylinux-bot[bot]" <89297709+manylinux-bot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:57:01 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Bump=20CPython=203.14.0b3=20=E2=86=92=203.1?= =?UTF-8?q?4.0b4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index dcd4ab87a..7836a1bb9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -144,10 +144,10 @@ FROM build_cpython AS build_cpython313_nogil RUN manylinux-entrypoint /build_scripts/build-cpython.sh thomas@python.org https://accounts.google.com 3.13.5 nogil FROM build_cpython AS build_cpython314 -RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b3 +RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b4 FROM build_cpython AS build_cpython314_nogil -RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b3 nogil +RUN manylinux-entrypoint /build_scripts/build-cpython.sh hugo@python.org https://github.com/login/oauth 3.14.0b4 nogil FROM runtime_base COPY --from=build_tcl_tk /manylinux-rootfs / From 62f33ab94f4076134c6383cb24889eeda6e3058a Mon Sep 17 00:00:00 2001 From: "manylinux-bot[bot]" <89297709+manylinux-bot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:57:04 +0000 Subject: [PATCH 2/3] =?UTF-8?q?Bump=20git=202.50.0=20=E2=86=92=202.50.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 7836a1bb9..7d19fdf76 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -78,8 +78,8 @@ RUN export CURL_ROOT=curl-8.14.1 && \ export CURL_DOWNLOAD_URL=https://curl.haxx.se/download && \ manylinux-entrypoint /build_scripts/build-curl.sh COPY build_scripts/build-git.sh /build_scripts/ -RUN export GIT_ROOT=git-2.50.0 && \ - export GIT_HASH=920f8ca563d16a7d4fdecb44349cbffbc5cb814a8b36c96028463478197050da && \ +RUN export GIT_ROOT=git-2.50.1 && \ + export GIT_HASH=522d1635f8b62b484b0ce24993818aad3cab8e11ebb57e196bda38a3140ea915 && \ export GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git && \ manylinux-entrypoint /build_scripts/build-git.sh From 7f81f0d63adb667dc32382cba762d587dab511ae Mon Sep 17 00:00:00 2001 From: "manylinux-bot[bot]" <89297709+manylinux-bot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 18:57:07 +0000 Subject: [PATCH 3/3] Update python dependencies --- docker/build_scripts/requirements-tools/auditwheel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/build_scripts/requirements-tools/auditwheel b/docker/build_scripts/requirements-tools/auditwheel index ebcc28783..af33bc5ac 100644 --- a/docker/build_scripts/requirements-tools/auditwheel +++ b/docker/build_scripts/requirements-tools/auditwheel @@ -1,8 +1,8 @@ # This file was autogenerated by uv via the following command: # nox -s update_python_dependencies -auditwheel==6.4.0 \ - --hash=sha256:20990ccb2416fdb81983ef654d10df72f9f25b388e30105bc3d97b06d6aecafb \ - --hash=sha256:c97d286ecd8c43c998ca7c312d3ba1773327349f732faf2a77b8b9fea4f48696 +auditwheel==6.4.1 \ + --hash=sha256:cfeb493e4e55ba6c7aeb27cc05c33ef2cace0da8e29c1dcd37fe813852e1d528 \ + --hash=sha256:e66c3265d88320c8b2cac28487847f37f8dbe68ccd202a0d72e33228bf339c4c # via -r .nox/update_python_dependencies/tmp/auditwheel.in packaging==25.0 \ --hash=sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484 \