From 639192d8a530b74594c5b494e68f2f7688f618b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Sun, 4 Apr 2021 21:20:19 -0300 Subject: [PATCH] python-Cython: revbump for python 3.9.3. This fixes an issue where running python3 setup.py [other targets] cython segfaults on i686. This was observed only after the python 3.9.3 update, though it isn't clear what mismatch caused it (therefore the related issue won't be closed yet). Log for build failure (python3-pygame package): https://build.voidlinux.org/builders/i686_builder/builds/31607/steps/shell_3/logs/stdio Related issue: #30008 --- srcpkgs/python-Cython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template index 6a75941059b..8b5ae8841be 100644 --- a/srcpkgs/python-Cython/template +++ b/srcpkgs/python-Cython/template @@ -1,7 +1,7 @@ # Template file for 'python-Cython' pkgname=python-Cython version=0.29.22 -revision=1 +revision=2 wrksrc="Cython-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"