diff --git a/Rtree-opensuse-noarch.patch b/Rtree-opensuse-noarch.patch index 3cf2245..58365ed 100644 --- a/Rtree-opensuse-noarch.patch +++ b/Rtree-opensuse-noarch.patch @@ -1,8 +1,7 @@ -Index: rtree-1.3.0/setup.py -=================================================================== ---- rtree-1.3.0.orig/setup.py -+++ rtree-1.3.0/setup.py -@@ -4,60 +4,11 @@ from pathlib import Path +diff -Nru rtree-1.4.0.orig/setup.py rtree-1.4.0/setup.py +--- rtree-1.4.0.orig/setup.py 2025-03-06 00:23:54.000000000 +0100 ++++ rtree-1.4.0/setup.py 2025-06-03 09:15:31.930380106 +0200 +@@ -4,60 +4,11 @@ from setuptools import setup from setuptools.command.install import install from setuptools.dist import Distribution @@ -59,7 +58,7 @@ Index: rtree-1.3.0/setup.py - # See pyproject.toml for other project metadata setup( - name="Rtree", + name="rtree", - distclass=BinaryDistribution, - cmdclass={"bdist_wheel": bdist_wheel, "install": InstallPlatlib}, ) diff --git a/python-Rtree.changes b/python-Rtree.changes index 42a008b..2c27028 100644 --- a/python-Rtree.changes +++ b/python-Rtree.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jun 3 07:16:33 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.4.0 + * Python 3.9+ is now required (#321) + * Add support for array-based bulk insert with NumPy (#340) + * Upgrade binary wheels with libspatialindex-2.1.0 (#353) + * Rename project and other build components to “rtree” (#350) +- Refresh Rtree-opensuse-noarch.patch + ------------------------------------------------------------------- Tue Mar 25 08:01:23 UTC 2025 - Steve Kowalik diff --git a/python-Rtree.spec b/python-Rtree.spec index 5906785..ee0f7d7 100644 --- a/python-Rtree.spec +++ b/python-Rtree.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Rtree -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: R-Tree spatial index for Python GIS License: MIT diff --git a/rtree-1.3.0.tar.gz b/rtree-1.3.0.tar.gz deleted file mode 100644 index 5f4676d..0000000 --- a/rtree-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b36e9dd2dc60ffe3d02e367242d2c26f7281b00e1aaf0c39590442edaaadd916 -size 48190 diff --git a/rtree-1.4.0.tar.gz b/rtree-1.4.0.tar.gz new file mode 100644 index 0000000..c346ef9 --- /dev/null +++ b/rtree-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d97c7c5dcf25f6c0599c76d9933368c6a8d7238f2c1d00e76f1a69369ca82a0 +size 50789