python-rtree: update to 1.4.1

This commit is contained in:
Dirk Stolle 2025-08-14 14:29:35 +02:00
parent 1069930301
commit c2177e61eb

View File

@ -3,14 +3,17 @@
_realname=rtree
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.4.0
pkgrel=2
pkgver=1.4.1
pkgrel=1
pkgdesc="Rtree: spatial index for Python GIS (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://rtree.readthedocs.io/'
msys2_repository_url='https://github.com/Toblerity/rtree/'
msys2_changelog_url='https://github.com/Toblerity/rtree/blob/main/CHANGES.rst'
msys2_references=(
'archlinux: python-rtree'
'gentoo: dev-python/rtree'
'purl: pkg:pypi/rtree'
)
license=('spdx:MIT')
@ -22,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-fix-mingw-finder.patch")
sha256sums=('9d97c7c5dcf25f6c0599c76d9933368c6a8d7238f2c1d00e76f1a69369ca82a0'
sha256sums=('c6b1b3550881e57ebe530cc6cffefc87cd9bf49c30b37b894065a9f810875e46'
'46137c8b87c228a898f831c671d9952874e1109ab13312194ba7718b93858d66')
prepare() {