diff --git a/python-Shapely.changes b/python-Shapely.changes index 7a3f241..bd2a951 100644 --- a/python-Shapely.changes +++ b/python-Shapely.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 9 03:00:45 UTC 2024 - Steve Kowalik + +- Remove upper bound on Cython, Cython 3 is supported. + ------------------------------------------------------------------- Wed May 29 13:21:52 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Shapely.spec b/python-Shapely.spec index b28f1de..c84a0ff 100644 --- a/python-Shapely.spec +++ b/python-Shapely.spec @@ -26,7 +26,7 @@ URL: https://github.com/shapely/shapely Source: https://files.pythonhosted.org/packages/source/s/shapely/shapely-%{version}.tar.gz # PATCH-FIX-UPSTREAM Fix incompatible pointer type passed to GEOSPolygonize_r Patch: https://github.com/shapely/shapely/pull/1945.patch -BuildRequires: %{python_module Cython >= 0.29 with %python-Cython < 3} +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy-devel >= 1.25} BuildRequires: %{python_module pip}