From 347e2860456d68a22ad8f51699a4dd03e85211e425d3ed7df25e6950b5530640 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 10 Mar 2025 18:35:58 +0000 Subject: [PATCH 1/3] - Skip PGO with %want_reproducible_builds (boo#1040589) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=81 --- python313.changes | 5 +++++ python313.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index 9c31f27..6fe5f72 100644 --- a/python313.changes +++ b/python313.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann + +- Skip PGO with %want_reproducible_builds (boo#1040589) + ------------------------------------------------------------------- Tue Mar 4 11:30:07 UTC 2025 - Daniel Garcia diff --git a/python313.spec b/python313.spec index 5c6e528..ad9488a 100644 --- a/python313.spec +++ b/python313.spec @@ -54,7 +54,7 @@ %bcond_with GIL %endif -%if 0%{?do_profiling} +%if 0%{?do_profiling} && !0%{?want_reproducible_builds} %bcond_without profileopt %else %bcond_with profileopt From 1e079c98aa84c29e64f328448d6fbf28ad1682f65f24366e73cf22d620350fab Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Mar 2025 06:15:52 +0000 Subject: [PATCH 2/3] Fix bug reference in the changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=82 --- python313.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index 6fe5f72..e6bcbb4 100644 --- a/python313.changes +++ b/python313.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann -- Skip PGO with %want_reproducible_builds (boo#1040589) +- Skip PGO with %want_reproducible_builds (bsc#1239210). ------------------------------------------------------------------- Tue Mar 4 11:30:07 UTC 2025 - Daniel Garcia From 3bce06d06a8bca75fb4c8e584ca959aa4d2ffa8d5479b5dcdd0d47353834dfa7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Mar 2025 06:50:29 +0000 Subject: [PATCH 3/3] Fix bug reference in the changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=83 --- python313.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python313.changes b/python313.changes index e6bcbb4..5678ee5 100644 --- a/python313.changes +++ b/python313.changes @@ -2968,7 +2968,8 @@ Wed Mar 20 05:08:29 UTC 2024 - Matej Cepl - gh-100985: Update HTTPSConnection to consistently wrap IPv6 Addresses when using a proxy. - gh-100884: email: fix misfolding of comma in address-lists - over multiple lines in combination with unicode encoding. + over multiple lines in combination with unicode encoding + (bsc#1238450 CVE-2025-1795) - gh-95782: Fix io.BufferedReader.tell(), io.BufferedReader.seek(), _pyio.BufferedReader.tell(), io.BufferedRandom.tell(), io.BufferedRandom.seek() and