Skip to content

python-3.13: Set git-checkout's depth to -1

8a25ebd
Select commit
Loading
Failed to load commit list.
Merged

python-3.13/3.13.11 package update #74858

python-3.13: Set git-checkout's depth to -1
8a25ebd
Select commit
Loading
Failed to load commit list.
Octo STS / staging-autofix completed Dec 5, 2025 in 0s

Merge report generated

Merge Report

First Commit SHA: 728a09787cc14c823b719a0f5591aa4443f596a6

Embeddings Stored

Stored 3 embedding(s) in the vector index:

  • Datapoint ID: 05a7ae68-5993-4730-9e8c-efb63d663ba2
    Error: Updates are available for chainctl (current version: 0.2.181; latest: 0.2.183). To install, please run: $ chainctl update

  • Datapoint ID: 6bc6ece8-ee61-4c74-a071-03bb11ece8d0
    Error: conn read: read tcp 127.0.0.1:34846->127.0.0.1:43093: i/o timeout

  • Datapoint ID: 50cc7f41-6a9f-4270-ac43-070448f74db2
    Error: failed to build python-3.13: building group: pod failed: build failed

Patch

From 8a25ebd93df380da3f91e3d2963d760b2faa16c9 Mon Sep 17 00:00:00 2001
From: Sergio Durigan Junior <[email protected]>
Date: Fri, 5 Dec 2025 18:12:08 -0500
Subject: [PATCH] python-3.13: Set git-checkout's depth to -1

This is a workaround for https://github.com/chainguard-dev/melange/issues/1473

Signed-off-by: Sergio Durigan Junior <[email protected]>
---
 python-3.13.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python-3.13.yaml b/python-3.13.yaml
index 47d1f569d9a..04b5e01ef89 100644
--- a/python-3.13.yaml
+++ b/python-3.13.yaml
@@ -55,6 +55,7 @@ pipeline:
       expected-commit: 627894459a84be3488a1789919679c997056a03c
       repository: https://github.com/python/cpython.git
       tag: v${{package.version}}
+      depth: -1
       cherry-picks: |
         3.13/333d4a6f4967d3ace91492a39ededbcf3faa76a6: [CVE-2025-8291]
         3.13/9ab89c026aa9611c4b0b67c288b8303a480fe742: [CVE-2025-6075]