From bad4db9a6e533b9190301412f09cff5db6acfdd4932e826f49b2ddfa54a46595 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 11 Nov 2024 17:21:00 +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/python314?expand=0&rev=20 --- python314.changes | 6 ++++++ python314.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python314.changes b/python314.changes index 70d1c30..29bda54 100644 --- a/python314.changes +++ b/python314.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 11 14:37:12 UTC 2024 - Matej Cepl + +- Require exact clang18 and llvm18, because apparently CPython is + not ready for 19 yet (gh#python/cpython!125499). + ------------------------------------------------------------------- Wed Oct 16 07:00:15 UTC 2024 - Matej Cepl diff --git a/python314.spec b/python314.spec index 4c2dd46..5b52d44 100644 --- a/python314.spec +++ b/python314.spec @@ -261,8 +261,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}