Compare commits

...

1 Commits
rawhide ... f32

Author SHA1 Message Date
Jerry James 1f4a3bf121 Rebuild for multithreaded pari. Increase doctest timeout. 2020-11-12 16:32:32 -07:00
1 changed files with 8 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: python-%{modname}
Version: 1.10.2
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Interrupt and signal handling for Cython
License: LGPLv3+
URL: https://github.com/sagemath/%{modname}
@ -76,6 +76,9 @@ sed -i "s|'https://docs\.python\.org/2\.7', None|'https://docs.python.org/3', '%
# Build for python 3
sed -i 's/language_level=2/language_level=3/' setup.py
# The doctest timeout is sometimes too short for 32-bit builders
sed -i 's/600/2400/' rundoctests.py
%build
%configure
%py3_build
@ -118,6 +121,10 @@ export PATH PYTHONPATH
%{_docdir}/%{name}/html
%changelog
* Thu Nov 12 2020 Jerry James <loganjerry@gmail.com> - 1.10.2-7
- Rebuild for multithreaded pari
- Increase doctest timeout
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild