The python3.14 package
  • Python 58%
  • Shell 42%
Find a file
Miro Hrončok 6e767cf9f4 Don't require the JIT stencils sources when the SRPM is built on other arch
When the SRPM is built in Koji on non-JIT architecture (such as ppc64le
or s390x), the jit_build_stencils bcond is set to false.

When we don't have the JIT stencils sources yet and we do a scratch
build to generate them,
we want the SRPM creation to succeed, regardless of architecture.

This way, the sources are only defined when they are required or when
they exist.

An alternative would be to set jit_build_stencils to true/false
in an arch-independent way, and later always check for:

%{with jit} && %{with jit_build_stencils}

But I think that might be confusing.
2026-01-26 12:10:47 +01:00
.fmf Drop STI and use tmt instead 2025-07-30 16:27:45 +00:00
.gitignore Use prebuilt JIT stencils on platforms without LLVM 19 2025-11-25 19:29:30 +01:00
00251-change-user-install-location.patch Update to Python 3.14.1 2025-12-05 22:26:25 +01:00
00464-enable-pac-and-bti-protections-for-aarch64.patch Update to Python 3.14.0rc1 2025-07-22 22:25:10 +02:00
00466-downstream-only-skip-tests-not-working-with-older-expat-version.patch Update to Python 3.14.1 2025-12-05 22:26:25 +01:00
check-pyc-timestamps.py Initial Python 3.13 package forked from Python 3.12 2023-10-19 01:33:48 +02:00
download-jit-stencils-from-koji.sh Use prebuilt JIT stencils on platforms without LLVM 19 2025-11-25 19:29:30 +01:00
idle3.appdata.xml Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
idle3.desktop Add AppData and desktop file for IDLE 3 (rhbz#1392049) 2017-02-28 14:33:44 +01:00
plan.fmf Reenable passing tests 2026-01-26 12:10:47 +01:00
python3.14.spec Don't require the JIT stencils sources when the SRPM is built on other arch 2026-01-26 12:10:47 +01:00
rpminspect.yaml rpminspect: Wrap strings with globs with single quotes 2025-08-26 13:26:44 +02:00
rpmlint.toml Use prebuilt JIT stencils on platforms without LLVM 19 2025-11-25 19:29:30 +01:00
sources Update to Python 3.14.2 2025-12-05 23:36:05 +01:00