python3-Cython: update to 3.2.4.

This commit is contained in:
Andrew J. Hesford
2026-01-07 10:51:51 -05:00
parent 05a7ebec11
commit 22da596c03
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'python3-Cython'
pkgname=python3-Cython
version=3.2.3
version=3.2.4
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
@@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://cython.org/"
changelog="https://raw.githubusercontent.com/cython/cython/master/CHANGES.rst"
distfiles="${PYPI_SITE}/c/cython/cython-${version}.tar.gz"
checksum=f13832412d633376ffc08d751cc18ed0d7d00a398a4065e2871db505258748a6
checksum=84226ecd313b233da27dc2eb3601b4f222b8209c3a7216d8733b031da1dc64e6
# Tests are flaky
make_check=no
conflicts="python3-Cython0.29>=0"