diff --git a/python-Shapely.changes b/python-Shapely.changes index 97ceaac..5e3a7cb 100644 --- a/python-Shapely.changes +++ b/python-Shapely.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun May 5 11:01:36 UTC 2024 - Ben Greiner + +- Update to 2.0.4 + * Fix bug in ``to_wkt`` with multiple empty Z geometries (#2012). + * Fix bug in ``to_ragged_array`` for an array of Points with + missing values (#2034). + * Compatibility with numpy 2 +- Release 2.0.3 + * Fix regression in the ``oriented_envelope`` ufunc to accept + array-like input in case of GEOS<3.12 (#1929). + * The binary wheels are not yet compatible with a future NumPy + 2.0 release, therefore a ``numpy<2`` upper pin was added to the + requirements (#1972). + * Upgraded the GEOS version in the binary wheel distributions to + 3.11.3. + ------------------------------------------------------------------- Sun Dec 17 16:47:49 UTC 2023 - Ben Greiner diff --git a/python-Shapely.spec b/python-Shapely.spec index e862712..fa1c8e0 100644 --- a/python-Shapely.spec +++ b/python-Shapely.spec @@ -1,7 +1,7 @@ # # spec file for package python-Shapely # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Shapely -Version: 2.0.2 +Version: 2.0.4 Release: 0 Summary: Geospatial geometries, predicates, and operations License: BSD-3-Clause @@ -26,7 +26,7 @@ URL: https://github.com/shapely/shapely Source: https://files.pythonhosted.org/packages/source/s/shapely/shapely-%{version}.tar.gz BuildRequires: %{python_module Cython >= 0.29 with %python-Cython < 3} BuildRequires: %{python_module devel >= 3.8} -BuildRequires: %{python_module numpy-devel >= 1.16} +BuildRequires: %{python_module numpy-devel >= 1.25} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -45,7 +45,7 @@ BuildRequires: python-rpm-macros # (libgeos_c1 is detected due to some Cython optimized lib, but libgeos3 is not) # use requires_eq in order to be detectable by the python_subpackages rewriter %requires_eq %(rpm -q --requires geos-devel | grep libgeos) -Requires: python-numpy >= 1.16 +Requires: (python-numpy >= 1.14 with python-numpy < 3) Provides: python-shapely = %{version}-%{release} Obsoletes: python-shapely < %{version}-%{release} %python_subpackages diff --git a/shapely-2.0.2.tar.gz b/shapely-2.0.2.tar.gz deleted file mode 100644 index 7d6f418..0000000 --- a/shapely-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1713cc04c171baffc5b259ba8531c58acc2a301707b7f021d88a15ed090649e7 -size 279727 diff --git a/shapely-2.0.4.tar.gz b/shapely-2.0.4.tar.gz new file mode 100644 index 0000000..211b777 --- /dev/null +++ b/shapely-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dc736127fac70009b8d309a0eeb74f3e08979e530cf7017f2f507ef62e6cfb8 +size 280935