From f7f28c547b9f455bbb0c7c579b63ddb5aedb87b928dcc66db77bba9b7c661992 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Jun 2023 19:55:36 +0000 Subject: [PATCH] Fix patches OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=72 --- fix_configure_rst.patch | 2 +- subprocess-raise-timeout.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fix_configure_rst.patch b/fix_configure_rst.patch index 56c05ff..5dcafa6 100644 --- a/fix_configure_rst.patch +++ b/fix_configure_rst.patch @@ -29,7 +29,7 @@ Create a Python.framework rather than a traditional Unix install. Optional --- a/Misc/NEWS +++ b/Misc/NEWS -@@ -7809,7 +7809,7 @@ C API +@@ -8105,7 +8105,7 @@ C API - bpo-40939: Removed documentation for the removed ``PyParser_*`` C API. - bpo-43795: The list in :ref:`stable-abi-list` now shows the public name diff --git a/subprocess-raise-timeout.patch b/subprocess-raise-timeout.patch index 5f0fcb5..76afe11 100644 --- a/subprocess-raise-timeout.patch +++ b/subprocess-raise-timeout.patch @@ -4,7 +4,7 @@ --- a/Lib/test/test_subprocess.py +++ b/Lib/test/test_subprocess.py -@@ -278,7 +278,8 @@ class ProcessTestCase(BaseTestCase): +@@ -279,7 +279,8 @@ class ProcessTestCase(BaseTestCase): "time.sleep(3600)"], # Some heavily loaded buildbots (sparc Debian 3.x) require # this much time to start and print.