diff --git a/python313.changes b/python313.changes index 9c31f27..5678ee5 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 (bsc#1239210). + ------------------------------------------------------------------- Tue Mar 4 11:30:07 UTC 2025 - Daniel Garcia @@ -2963,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 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