Fri, 07 Jun 2024 22:28:34 UTC | login

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

ID71219
Package Namepython-cysignals
Version1.7.2
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
StartedFri, 17 Aug 2018 08:56:46 UTC
CompletedFri, 17 Aug 2018 10:52:56 UTC
Taskbuild (f29-candidate, python-cysignals-1.7.2-1.fc29.src.rpm)
Tags
f29
f30
RPMs
src
python-cysignals-1.7.2-1.fc29.src.rpm (info) (download)
noarch
python-cysignals-doc-1.7.2-1.fc29.noarch.rpm (info) (download)
riscv64
python2-cysignals-1.7.2-1.fc29.riscv64.rpm (info) (download)
python2-cysignals-devel-1.7.2-1.fc29.riscv64.rpm (info) (download)
python3-cysignals-1.7.2-1.fc29.riscv64.rpm (info) (download)
python3-cysignals-devel-1.7.2-1.fc29.riscv64.rpm (info) (download)
python-cysignals-debuginfo-1.7.2-1.fc29.riscv64.rpm (info) (download)
python-cysignals-debugsource-1.7.2-1.fc29.riscv64.rpm (info) (download)
python2-cysignals-debuginfo-1.7.2-1.fc29.riscv64.rpm (info) (download)
python3-cysignals-debuginfo-1.7.2-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Aug 10 2018 Jerry James <loganjerry@gmail.com> - 1.7.2-1 - New upstream release (bz 1601237) - Drop upstreamed -import patch - The Cython libraries are used at runtime, so add Requires * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro HronĨok <mhroncok@redhat.com> - 1.7.1-2 - Rebuilt for Python 3.7 * 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.