Thu, 09 May 2024 21:57:34 UTC | login

Information for build python-cysignals-1.3.2-5.fc28

ID16474
Package Namepython-cysignals
Version1.3.2
Release5.fc28
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 bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:25:30 UTC
CompletedSat, 14 Apr 2018 20:25:30 UTC
Tags
f28
f29
RPMs
src
python-cysignals-1.3.2-5.fc28.src.rpm (info) (download)
noarch
python-cysignals-doc-1.3.2-5.fc28.noarch.rpm (info) (download)
riscv64
python2-cysignals-1.3.2-5.fc28.riscv64.rpm (info) (download)
python2-cysignals-devel-1.3.2-5.fc28.riscv64.rpm (info) (download)
python3-cysignals-1.3.2-5.fc28.riscv64.rpm (info) (download)
python3-cysignals-devel-1.3.2-5.fc28.riscv64.rpm (info) (download)
Changelog * 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.