Compare commits

..

2 Commits

Author SHA1 Message Date
Python Maint 5b9ff3722c Rebuilt for Python 3.12 2023-06-13 17:23:48 +02:00
Python Maint 8b139823bd Bootstrap for Python 3.12 2023-06-13 15:03:26 +02:00
1 changed files with 7 additions and 14 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
%global prerel b2
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1.0.riscv64%{?dist}
Release: 3%{?dist}
License: Python-2.0.1
@ -1147,16 +1147,8 @@ CheckPython() {
# we don't ship it in the RPM package.
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
-wW --slowest %{_smp_mflags} \
%ifnarch riscv64
--timeout=2700 \
%else
--timeout=27000 \
%endif
-wW --slowest %{_smp_mflags} --timeout=2700 \
-i test_freeze_simple_script \
%ifarch riscv64
-x test_eintr \
%endif
%ifarch %{mips64}
-x test_ctypes \
%endif
@ -1665,10 +1657,11 @@ CheckPython optimized
# ======================================================
%changelog
* Wed Jun 14 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.12.0~b2-1.0.riscv64
- Add support for riscv64:
- Increase tests timeout.
- Disable test_eintr test.
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.12.0~b2-3
- Rebuilt for Python 3.12
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.12.0~b2-2
- Bootstrap for Python 3.12
* Wed Jun 07 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~b2-1
- Update to 3.12.0b2