From 6daf155ac40cb7a7f1f1a19742509bb10fd731f31471a5e6caedc40382846c29 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Nov 2024 17:26:42 +0000 Subject: [PATCH] - Require exact clang18 and llvm18, because apparently CPython is not ready for 19 yet (gh#python/cpython!125499). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=64 --- python313.changes | 2 ++ python313.spec | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/python313.changes b/python313.changes index a186d33..2c6003d 100644 --- a/python313.changes +++ b/python313.changes @@ -2,6 +2,8 @@ Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl - Remove -IVendor/ from python-config boo#1231795 +- Require exact clang18 and llvm18, because apparently CPython is + not ready for 19 yet (gh#python/cpython!125499). ------------------------------------------------------------------- Thu Oct 24 16:09:00 UTC 2024 - Matej Cepl diff --git a/python313.spec b/python313.spec index 37f7ffb..173e0e6 100644 --- a/python313.spec +++ b/python313.spec @@ -257,8 +257,8 @@ BuildRequires: python3-python-docs-theme >= 2022.1 %if %{with experimental_jit} # needed for experimental_jit -BuildRequires: clang => 18 -BuildRequires: llvm => 18 +BuildRequires: clang18 +BuildRequires: llvm18 %endif %if %{without GIL}