From d262ae33808b661a06eb6c2601fd5ff88a99f4474171d7078cfd38163f4b1a4c Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 12 Sep 2025 09:05:50 +0000 Subject: [PATCH] - Add gh138131-exclude-pycache-from-digest.patch fixing reproducible build for python-nogil. (bsc#1244680, gh#python/cpython#138131) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=97 --- python314.changes | 7 +++++++ python314.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/python314.changes b/python314.changes index 8e03f79..c9c626c 100644 --- a/python314.changes +++ b/python314.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 12 07:46:55 UTC 2025 - Daniel Garcia + +- Add gh138131-exclude-pycache-from-digest.patch fixing reproducible + build for python-nogil. + (bsc#1244680, gh#python/cpython#138131) + ------------------------------------------------------------------- Tue Sep 9 07:48:08 UTC 2025 - Dirk Müller diff --git a/python314.spec b/python314.spec index 92e53df..eb50188 100644 --- a/python314.spec +++ b/python314.spec @@ -222,6 +222,8 @@ Patch40: fix-test-recursion-limit-15.6.patch # PATCH-FIX-UPSTREAM bsc1243155-sphinx-non-determinism.patch bsc#1243155 mcepl@suse.com # Doc: Generate ids for audit_events using docname Patch41: bsc1243155-sphinx-non-determinism.patch +# PATCH-FIX-UPSTREAM gh138131-exclude-pycache-from-digest.patch bsc#1244680 daniel.garcia@suse.com +Patch44: gh138131-exclude-pycache-from-digest.patch #### Python 3.14 DEVELOPMENT PATCHES BuildRequires: autoconf-archive BuildRequires: automake