Go to file
Miro Hrončok 6324efea7a %check: Run tests with %{_smp_mflags} instead of -j0
-j0 means: Run tests in parallel, automatic number of workers, according to CPU count
%{_smp_mflags} means: -j%{_smp_build_ncpus} where %{_smp_build_ncpus} is the CPU count by default

Hence, this makes no difference unless %{_smp_build_ncpus} is manually clamped.
In that case, we now respect the wishes of the builder/packager/etc.
2022-11-16 23:38:50 +00:00
tests Initial Python 3.12 package forked from Python 3.11 2022-10-27 17:41:21 +02:00
.gitignore Ignore stuff 2017-12-01 13:57:42 +01:00
00251-change-user-install-location.patch Update to 3.12.0a2 2022-11-15 20:16:38 +01:00
00328-pyc-timestamp-invalidation-mode.patch Initial Python 3.12 package forked from Python 3.11 2022-10-27 17:41:21 +02:00
00371-revert-bpo-1596321-fix-threading-_shutdown-for-the-main-thread-gh-28549-gh-28589.patch Update to 3.12.0a2 2022-11-15 20:16:38 +01:00
check-pyc-timestamps.py Initial Python 3.12 package forked from Python 3.11 2022-10-27 17:41:21 +02: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
python3.12.spec %check: Run tests with %{_smp_mflags} instead of -j0 2022-11-16 23:38:50 +00:00
rpminspect.yaml rpminspect: Explicitly list allowed badfuncs in the _socket module 2022-09-05 17:32:25 +00:00
rpmlint.toml rpmlint: Remove a superfluous space in one of the filters 2022-09-05 11:20:40 +02:00
sources Update to 3.12.0a2 2022-11-15 20:16:38 +01:00
Yhg1s.gpg Initial Python 3.12 package forked from Python 3.11 2022-10-27 17:41:21 +02:00