From 63723e50cfb0643b76397a2ebb4e4bae905f041a4ca8e00e399411361e00b2cd Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 13 Aug 2023 19:27:11 +0000 Subject: [PATCH] - restrict to older cython OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-thriftpy2?expand=0&rev=20 --- python-thriftpy2.changes | 5 +++++ python-thriftpy2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-thriftpy2.changes b/python-thriftpy2.changes index 0378593..954b7b4 100644 --- a/python-thriftpy2.changes +++ b/python-thriftpy2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 13 19:26:52 UTC 2023 - Dirk Müller + +- restrict to older cython + ------------------------------------------------------------------- Mon Feb 20 10:09:40 UTC 2023 - Daniel Garcia diff --git a/python-thriftpy2.spec b/python-thriftpy2.spec index 8c3c5ff..2201c2b 100644 --- a/python-thriftpy2.spec +++ b/python-thriftpy2.spec @@ -25,7 +25,7 @@ Group: Development/Languages/Python URL: https://github.com/Thriftpy/thriftpy2 Source0: https://github.com/Thriftpy/thriftpy2/archive/v%{version}.tar.gz Source1: new_certs.tar.xz -BuildRequires: %{python_module Cython >= 0.28.4} +BuildRequires: %{python_module Cython >= 0.28.4 with %python-Cython < 3} BuildRequires: %{python_module dbm} BuildRequires: %{python_module devel} BuildRequires: %{python_module ply >= 3.4}