forked from pool/python312
Accepting request 1251951 from devel:languages:python:Factory
- Skip PGO with %want_reproducible_builds (bsc#1239210).
over multiple lines in combination with unicode encoding
(bsc#1238450, CVE-2025-1795)
OBS-URL: https://build.opensuse.org/request/show/1251951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python312?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 10 15:44:31 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
- Skip PGO with %want_reproducible_builds (bsc#1239210).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 5 10:35:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
Wed Feb 5 10:35:26 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
@@ -1526,7 +1531,8 @@ Wed Apr 10 14:41:07 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|||||||
- gh-100985: Update HTTPSConnection to consistently wrap IPv6
|
- gh-100985: Update HTTPSConnection to consistently wrap IPv6
|
||||||
Addresses when using a proxy.
|
Addresses when using a proxy.
|
||||||
- gh-100884: email: fix misfolding of comma in address-lists
|
- 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(),
|
- gh-95782: Fix io.BufferedReader.tell(),
|
||||||
io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
|
io.BufferedReader.seek(), _pyio.BufferedReader.tell(),
|
||||||
io.BufferedRandom.tell(), io.BufferedRandom.seek() and
|
io.BufferedRandom.tell(), io.BufferedRandom.seek() and
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
%bcond_without general
|
%bcond_without general
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?do_profiling}
|
%if 0%{?do_profiling} && !0%{?want_reproducible_builds}
|
||||||
%bcond_without profileopt
|
%bcond_without profileopt
|
||||||
%else
|
%else
|
||||||
%bcond_with profileopt
|
%bcond_with profileopt
|
||||||
|
|||||||
Reference in New Issue
Block a user