python3-Cython: update to 3.2.3.

This commit is contained in:
Andrew J. Hesford
2025-12-14 13:32:51 -05:00
parent 556a619bff
commit 3959b0843b
+2 -2
View File
@@ -1,6 +1,6 @@
# Template file for 'python3-Cython'
pkgname=python3-Cython
version=3.2.2
version=3.2.3
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=c3add3d483acc73129a61d105389344d792c17e7c1cee24863f16416bd071634
checksum=f13832412d633376ffc08d751cc18ed0d7d00a398a4065e2871db505258748a6
# Tests are flaky
make_check=no
conflicts="python3-Cython0.29>=0"