diff --git a/python-shapely.spec b/python-shapely.spec index ad723e0d56f63e7aef005f69d39169c0516a0294..72180c14def52745c273d14da4d21342d2083f7e 100644 --- a/python-shapely.spec +++ b/python-shapely.spec @@ -2,10 +2,9 @@ %global pypi_name shapely Name: python-%{pypi_name} -Version: 2.0.1 +Version: 2.0.3 Release: 1 Summary: Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. - License: BSD 3-Clause URL: https://github.com/shapely/shapely Source0: %{url}/archive/%{version}/%{pypi_name}-%{version}.tar.gz @@ -26,6 +25,7 @@ BuildRequires: geos-devel Shapely is a BSD-licensed Python package for manipulation and analysis of planar geometric objects. %package -n python3-%{pypi_name} +Provides: python-shapely = %{version}-%{release} Summary: %{summary} %description -n python3-%{pypi_name} @@ -50,6 +50,9 @@ find shapely -type f -name '*.c' -print -delete %changelog +* Mon Mar 18 2024 jiangxinyu - 2.0.3-1 +- Update package to version 2.0.3 + * Tue Aug 22 2023 zoujiancang - 2.0.1-1 - Initial package diff --git a/shapely-2.0.1.tar.gz b/shapely-2.0.1.tar.gz deleted file mode 100644 index a733321436c2df7541ed16e0161b8ef4da110b1a..0000000000000000000000000000000000000000 Binary files a/shapely-2.0.1.tar.gz and /dev/null differ diff --git a/shapely-2.0.3.tar.gz b/shapely-2.0.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..dec96b088d24dc45c2dd4f8b525f28663de2b870 Binary files /dev/null and b/shapely-2.0.3.tar.gz differ