forked from pool/python-Rtree
Accepting request 1282361 from devel:languages:python
Forwarded request #1282153 from 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 OBS-URL: https://build.opensuse.org/request/show/1282361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Rtree?expand=0&rev=5
This commit is contained in:
@@ -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},
|
||||
)
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:16:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b36e9dd2dc60ffe3d02e367242d2c26f7281b00e1aaf0c39590442edaaadd916
|
||||
size 48190
|
||||
3
rtree-1.4.0.tar.gz
Normal file
3
rtree-1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d97c7c5dcf25f6c0599c76d9933368c6a8d7238f2c1d00e76f1a69369ca82a0
|
||||
size 50789
|
||||
Reference in New Issue
Block a user