diff --git a/python-shapely.spec b/python-shapely.spec index 72180c14def52745c273d14da4d21342d2083f7e..2b585eadbb629646e8a784f680fc9aca8e648c88 100644 --- a/python-shapely.spec +++ b/python-shapely.spec @@ -2,7 +2,7 @@ %global pypi_name shapely Name: python-%{pypi_name} -Version: 2.0.3 +Version: 2.0.6 Release: 1 Summary: Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. License: BSD 3-Clause @@ -50,6 +50,10 @@ find shapely -type f -name '*.c' -print -delete %changelog +* Mon Sep 30 2024 lixiaoyong - 2.0.6-1 +- Update package to version 2.0.6 + - Fix compatibility with NumPy 2.1.0 + * Mon Mar 18 2024 jiangxinyu - 2.0.3-1 - Update package to version 2.0.3 diff --git a/shapely-2.0.3.tar.gz b/shapely-2.0.3.tar.gz deleted file mode 100644 index dec96b088d24dc45c2dd4f8b525f28663de2b870..0000000000000000000000000000000000000000 Binary files a/shapely-2.0.3.tar.gz and /dev/null differ diff --git a/shapely-2.0.6.tar.gz b/shapely-2.0.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7eb24c9d7a9cb5c5ec657469b98f48d34429230c Binary files /dev/null and b/shapely-2.0.6.tar.gz differ