diff --git a/python311.changes b/python311.changes index 0a5a4ea..5ae8f88 100644 --- a/python311.changes +++ b/python311.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann + +- Skip PGO with %want_reproducible_builds (bsc#1239210) + ------------------------------------------------------------------- Tue Feb 4 14:43:13 UTC 2025 - Matej Cepl @@ -407,8 +412,9 @@ Mon Apr 8 05:44:04 UTC 2024 - Daniel Garcia - gh-60346: Fix ArgumentParser inconsistent with parse_known_args. - 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. + - gh-100884: email: fix misfolding of comma in address-lists + 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/python311.spec b/python311.spec index 21a9e00..03cbe24 100644 --- a/python311.spec +++ b/python311.spec @@ -36,7 +36,7 @@ %bcond_without general %endif -%if 0%{?do_profiling} +%if 0%{?do_profiling} && !0%{?want_reproducible_builds} %bcond_without profileopt %else %bcond_with profileopt