From 65ff977efa57810e66763fc30fe88bb141d2c7b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 25 Jul 2023 13:57:46 +0200 Subject: [PATCH] Pin Cython < 3 to build this package --- PyYAML.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/PyYAML.spec b/PyYAML.spec index 4ed1914..c6a3324 100644 --- a/PyYAML.spec +++ b/PyYAML.spec @@ -7,7 +7,7 @@ Name: PyYAML Version: 6.0.1 -Release: 2%{?dist} +Release: 3%{?dist} %global uversion %{version} Summary: YAML parser and emitter for Python @@ -25,7 +25,8 @@ BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-Cython +# This requires cython 0.29, see https://github.com/yaml/pyyaml/issues/601 +BuildRequires: python3-cython < 3 %global _description\ @@ -111,6 +112,9 @@ rm -rf ext/_yaml.c %changelog +* Tue Jul 25 2023 Miro HronĨok - 6.0.1-3 +- Pin Cython < 3 to build this package + * Wed Jul 19 2023 Fedora Release Engineering - 6.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild