python3-cysignals: update to 1.12.4.

This commit is contained in:
Gonzalo Tornaría 2025-08-10 20:39:45 -03:00 committed by Leah Neukirchen
parent 34ccf84ddb
commit c0bff46af5

View file

@ -1,6 +1,6 @@
# Template file for 'python3-cysignals'
pkgname=python3-cysignals
version=1.12.3
version=1.12.4
revision=1
build_style=python3-pep517
build_helper=meson
@ -14,7 +14,7 @@ license="LGPL-3.0-or-later"
homepage="https://github.com/sagemath/cysignals"
changelog="https://github.com/sagemath/cysignals/releases"
distfiles="${PYPI_SITE}/c/cysignals/cysignals-${version}.tar.gz"
checksum=89f7626dbf29db5ab3d6eff15a89978f4eb5193c320e9099bcc157dacdefd1eb
checksum=4aefa3b35eb036cb40b2b948df84725976b987895338204f64550e2d63891f5f
# cysignals must be compiled without _FORTIFY_SOURCE
CFLAGS="-U_FORTIFY_SOURCE"