Sat, 08 Jun 2024 10:49:08 UTC | login

Information for build python-cysignals-1.11.2-6.fc40

ID255732
Package Namepython-cysignals
Version1.11.2
Release6.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/python-cysignals.git#ae06b0bffc232b2269fcba854d58edf1d72db2ce
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 failed
Volume DEFAULT
StartedTue, 09 Jan 2024 16:22:08 UTC
CompletedTue, 09 Jan 2024 16:30:13 UTC
Taskbuild (f40, /rpms/python-cysignals.git:ae06b0bffc232b2269fcba854d58edf1d72db2ce)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-cysignals.git#ae06b0bffc232b2269fcba854d58edf1d72db2ce'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 1.11.2-6 - Rebuilt for Python 3.12 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Sep 27 2022 Jerry James <loganjerry@gmail.com> - 1.11.2-4 - Rebuild for pari 2.15.0 - Convert License tag to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.11.2-2 - Rebuilt for Python 3.11 * Thu Mar 17 2022 Jerry James <loganjerry@gmail.com> - 1.11.2-1 - Version 1.11.2 - Drop upstreamed -minsigstksz patch * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jun 17 2021 Jerry James <loganjerry@gmail.com> - 1.10.3-1 - Version 1.10.3 - Add -minsigstksz patch to fix FTBFS (bz 1935643)