15
0
forked from pool/python-Rtree

Accepting request 1282153 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1282153
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Rtree?expand=0&rev=10
This commit is contained in:
2025-06-03 14:02:37 +00:00
committed by Git OBS Bridge
parent a7a2d5ae29
commit 6276fdd0ac
5 changed files with 19 additions and 10 deletions

View File

@@ -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},
)