From 20be8f9524593cf396541fe0760bd4454c5c110d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 15 Aug 2025 18:32:06 -0400 Subject: [PATCH] python3-Cython: update to 3.1.3. --- srcpkgs/python3-Cython/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-Cython/template b/srcpkgs/python3-Cython/template index 62397fb8f59..369e44f6fda 100644 --- a/srcpkgs/python3-Cython/template +++ b/srcpkgs/python3-Cython/template @@ -1,6 +1,6 @@ # Template file for 'python3-Cython' pkgname=python3-Cython -version=3.1.2 +version=3.1.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=6bbf7a953fa6762dfecdec015e3b054ba51c0121a45ad851fa130f63f5331381 +checksum=10ee785e42328924b78f75a74f66a813cb956b4a9bc91c44816d089d5934c089 # Tests are flaky make_check=no conflicts="python3-Cython0.29>=0"