[arch-commits] Commit in python-rtree/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Nov 25 06:12:12 UTC 2019


    Date: Monday, November 25, 2019 @ 06:12:12
  Author: felixonmars
Revision: 533181

upgpkg: python-rtree 0.9.0-1

Modified:
  python-rtree/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-25 06:02:39 UTC (rev 533180)
+++ PKGBUILD	2019-11-25 06:12:12 UTC (rev 533181)
@@ -1,16 +1,16 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-rtree
-pkgver=0.8.3
-pkgrel=3
+pkgver=0.9.0
+pkgrel=1
 pkgdesc="Rtree: spatial index for Python GIS"
 url="https://toblerity.github.com/rtree/"
 license=('LGPL')
 arch=('any')
 depends=('spatialindex' 'python-setuptools')
-checkdepends=('python-pytest-runner' 'python-numpy')
+checkdepends=('python-pytest-runner' 'python-pytest-cov' 'python-numpy')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/Toblerity/rtree/archive/$pkgver.tar.gz")
-sha512sums=('4f6311ab5a24badb702fed6ff9dc7dc7f81caec0696ea0479e3620ba4be17c9ca6c1ecdd36ba4fd6c1f260f01795bb522bf10e1be9c132b767ed2bb0a4183566')
+sha512sums=('aa9049ed217302d1c3a55fb5ccc505ae0636a83391f58e4de611b3abf7810f6f241f35623578359d885e556e791daeadb55adb393653c2500ba8663b048e0740')
 
 build() {
   cd rtree-$pkgver



More information about the arch-commits mailing list