From 5ee8e4c98cc1337cedbef55093cbc77fac588788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 21 Sep 2022 11:20:52 +0200 Subject: [PATCH] Bootstrap for Python 3.11 on riscv64 --- Cython.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cython.spec b/Cython.spec index 0a70152..ea9259b 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,4 +1,4 @@ -%bcond_without tests +%bcond_with tests # This bcond allows to ship a non-compiled version # Slower, but sometimes necessary with alpha Python versions @@ -101,6 +101,7 @@ Provides: bundled(python3dist(tempita)) %changelog * Wed Sep 21 2022 Miro Hrončok - 0.29.32-1.0.riscv64 - Disable emacs-cython-mode, due to broken emacs deps on riscv64 +- Bootstrap for Python 3.11 on riscv64 * Mon Aug 08 2022 Miro Hrončok - 0.29.32-1 - Update to 0.29.32