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
|
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.3.0.orig/setup.py
|
+++ rtree-1.4.0/setup.py 2025-06-03 09:15:31.930380106 +0200
|
||||||
+++ rtree-1.3.0/setup.py
|
@@ -4,60 +4,11 @@
|
||||||
@@ -4,60 +4,11 @@ from pathlib import Path
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
from setuptools.command.install import install
|
from setuptools.command.install import install
|
||||||
from setuptools.dist import Distribution
|
from setuptools.dist import Distribution
|
||||||
@@ -59,7 +58,7 @@ Index: rtree-1.3.0/setup.py
|
|||||||
-
|
-
|
||||||
# See pyproject.toml for other project metadata
|
# See pyproject.toml for other project metadata
|
||||||
setup(
|
setup(
|
||||||
name="Rtree",
|
name="rtree",
|
||||||
- distclass=BinaryDistribution,
|
- distclass=BinaryDistribution,
|
||||||
- cmdclass={"bdist_wheel": bdist_wheel, "install": InstallPlatlib},
|
- 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>
|
Tue Mar 25 08:01:23 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-Rtree
|
Name: python-Rtree
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: R-Tree spatial index for Python GIS
|
Summary: R-Tree spatial index for Python GIS
|
||||||
License: MIT
|
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