Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-rtree


Commits:
a3043a8e by Antonio Rojas at 2024-04-26T22:42:12+02:00
upgpkg: 1.1.0-1: Update to 1.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-rtree
        pkgdesc = Rtree: spatial index for Python GIS
-       pkgver = 1.0.1
-       pkgrel = 4
+       pkgver = 1.1.0
+       pkgrel = 1
        url = https://toblerity.github.com/rtree/
        arch = any
        license = LGPL
@@ -12,7 +12,7 @@ pkgbase = python-rtree
        makedepends = python-wheel
        depends = python
        depends = spatialindex
-       source = 
https://github.com/Toblerity/rtree/archive/1.0.1/python-rtree-1.0.1.tar.gz
-       sha512sums = 
473ed3bb6457a9831e464b102e52c9ff8667192d2c26880d4cb0bd3bbec51549a532d99ea44650be900298a1ea9302a6aab9c97e0b67c025a0362738062836c7
+       source = 
https://github.com/Toblerity/rtree/archive/1.1.0/python-rtree-1.1.0.tar.gz
+       sha512sums = 
97a87027e49520f12cb86444ee8a9795fabeec6d8f0e3e869f2714df8f7c649ced1374385852af0ce7d7eb91e5a2cb464a4330807be15d538dc0a4d8de7b7ca2
 
 pkgname = python-rtree


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-rtree
-pkgver=1.0.1
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Rtree: spatial index for Python GIS"
 url="https://toblerity.github.com/rtree/";
 license=('LGPL')
@@ -11,7 +11,7 @@ depends=('python' 'spatialindex')
 makedepends=('python-setuptools' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-cov' 'python-numpy')
 
source=("https://github.com/Toblerity/rtree/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
-sha512sums=('473ed3bb6457a9831e464b102e52c9ff8667192d2c26880d4cb0bd3bbec51549a532d99ea44650be900298a1ea9302a6aab9c97e0b67c025a0362738062836c7')
+sha512sums=('97a87027e49520f12cb86444ee8a9795fabeec6d8f0e3e869f2714df8f7c649ced1374385852af0ce7d7eb91e5a2cb464a4330807be15d538dc0a4d8de7b7ca2')
 
 build() {
   cd rtree-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rtree/-/commit/a3043a8ea5ddcf6feb7df9c12e0feac441a12243

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rtree/-/commit/a3043a8ea5ddcf6feb7df9c12e0feac441a12243
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to