Sat, 08 Jun 2024 07:57:51 UTC | login

Information for build python-cysignals-1.7.1-1.fc29

ID32509
Package Namepython-cysignals
Version1.7.1
Release1.fc29
Epoch
SummaryInterrupt and signal handling for Cython
DescriptionWhen writing Cython code, special care must be taken to ensure that the code can be interrupted with CTRL-C. Since Cython optimizes for speed, Cython normally does not check for interrupts. For example, code like the following cannot be interrupted in Cython: while True: pass The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code. See http://cysignals.readthedocs.org/ for the full documentation.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 06 Jun 2018 19:50:12 UTC
CompletedWed, 06 Jun 2018 22:15:00 UTC
Taskbuild (f29-candidate, python-cysignals-1.7.1-1.fc29.src.rpm)
Tags
f29
RPMs
src
python-cysignals-1.7.1-1.fc29.src.rpm (info) (download)
noarch
python-cysignals-doc-1.7.1-1.fc29.noarch.rpm (info) (download)
riscv64
python2-cysignals-1.7.1-1.fc29.riscv64.rpm (info) (download)
python2-cysignals-devel-1.7.1-1.fc29.riscv64.rpm (info) (download)
python3-cysignals-1.7.1-1.fc29.riscv64.rpm (info) (download)
python3-cysignals-devel-1.7.1-1.fc29.riscv64.rpm (info) (download)
python-cysignals-debuginfo-1.7.1-1.fc29.riscv64.rpm (info) (download)
python-cysignals-debugsource-1.7.1-1.fc29.riscv64.rpm (info) (download)
python2-cysignals-debuginfo-1.7.1-1.fc29.riscv64.rpm (info) (download)
python3-cysignals-debuginfo-1.7.1-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Jun 02 2018 Jerry James <loganjerry@gmail.com> - 1.7.1-1 - New upstream version for sagemath 8.2 (bz 1473458) - Add -fortify, -import, and -underlink patches * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jan 18 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.6.4-2 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Nov 08 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.6.2-1 - Update to version required by sagemath 8.0 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Apr 27 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.3.2-3 - Correct mixed tabs and spaces in the spec (#1445411#c5) * Wed Apr 26 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.3.2-2 - Remove python preloading (#1445411#c2) - Add python provides to python3 subpackage (#1445411#c3) - Add changelog section (#1445411#c3) - Add URL tag (#1445411#c3) - Correct license to LGPLv3+ (#1445411#c3) - Change doc subpackage to noarch - Correct owner of documentation directory (#1445411#c3) - Do not call the emms instruction on x86 (#1445411#c3) - Do not install .buildinfo file in doc subpackage (#1445411#c3) - Correct problems in python3 tests in %check due to Popen python - Install a python 2 or 3 specific cysignals-CSI - Add requires to the LICENSE file in the doc subpackage (#1445411#c3) * Wed Apr 26 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.3.2-1 - Initial python-cysignals spec.