forked from pool/python313
- 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
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
- Remove -IVendor/ from python-config boo#1231795
|
- 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 <mcepl@cepl.eu>
|
Thu Oct 24 16:09:00 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|||||||
@@ -257,8 +257,8 @@ BuildRequires: python3-python-docs-theme >= 2022.1
|
|||||||
|
|
||||||
%if %{with experimental_jit}
|
%if %{with experimental_jit}
|
||||||
# needed for experimental_jit
|
# needed for experimental_jit
|
||||||
BuildRequires: clang => 18
|
BuildRequires: clang18
|
||||||
BuildRequires: llvm => 18
|
BuildRequires: llvm18
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{without GIL}
|
%if %{without GIL}
|
||||||
|
|||||||
Reference in New Issue
Block a user