Update to Python 3.14.0b2
This commit is contained in:
parent
ef2d703504
commit
014f2b2430
5 changed files with 14 additions and 12 deletions
|
|
@ -14,7 +14,7 @@ URL: https://www.python.org/
|
|||
# WARNING When rebasing to a new Python version,
|
||||
# remember to update the python3-docs package as well
|
||||
%global general_version %{pybasever}.0
|
||||
%global prerel b1
|
||||
%global prerel b2
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
|
|
@ -1262,7 +1262,6 @@ CheckPython() {
|
|||
# see: https://github.com/python/cpython/issues/121719
|
||||
# test_interrupt and test_interrupt_no_handler
|
||||
# reported in https://github.com/python/cpython/issues/133651
|
||||
# test_displays reported https://github.com/python/cpython/issues/133682
|
||||
LD_LIBRARY_PATH=$ConfDir $ConfDir/python -m test.regrtest \
|
||||
-wW --slowest %{_smp_mflags} \
|
||||
%ifarch riscv64
|
||||
|
|
@ -1274,7 +1273,6 @@ CheckPython() {
|
|||
-i test_check_probes \
|
||||
-i test_interrupt \
|
||||
-i test_interrupt_no_handler \
|
||||
-i test_displays \
|
||||
%ifarch %{mips64}
|
||||
-x test_ctypes \
|
||||
%endif
|
||||
|
|
@ -1722,6 +1720,9 @@ CheckPython freethreading
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Mon May 26 2025 Miro Hrončok <mhroncok@redhat.com> - 3.14.0~b2-1
|
||||
- Update to Python 3.14.0b2
|
||||
|
||||
* Wed May 07 2025 Karolina Surma <ksurma@redhat.com> - 3.14.0~b1-1
|
||||
- Update to Python 3.14.0b1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue