summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2017-09-28 10:04:15 -0400
committerGuillaume Horel2017-09-28 10:04:15 -0400
commitb1f8684f1ff3a0ec0a3e7d05eb81e3832ff2c475 (patch)
tree876b3358e084b824b14e5099cd3b4d0d079fcc2f
parentaa73dbcf0bdf119b281cf7166a12855303e1e862 (diff)
downloadaur-b1f8684f1ff3a0ec0a3e7d05eb81e3832ff2c475.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93331b10f948..cc7102c64bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-fiona
pkgdesc = Reads and writes spatial data files
- pkgver = 1.7.6
+ pkgver = 1.7.9
pkgrel = 1
url = https://github.com/Toblerity/Fiona
arch = any
license = BSD
checkdepends = python-click-plugins
- checkdepends = python-nose
+ checkdepends = python-pytest
makedepends = cython
depends = python
depends = python-six
@@ -15,8 +15,8 @@ pkgbase = python-fiona
depends = gdal
optdepends = python-click-plugins: for fio command line tool.
options = !emptydirs
- source = https://github.com/Toblerity/Fiona/archive/1.7.6.tar.gz
- sha256sums = 00f4cd94bc3e095e5c576dd42184722d5f99e061fce9b992f77f2fbd8afeb76e
+ source = https://github.com/Toblerity/Fiona/archive/1.7.9.tar.gz
+ sha256sums = cc24a4c5fe0db05d10bfbac3ef9511e23fe22252d833edf138154af005f31c95
pkgname = python-fiona
diff --git a/PKGBUILD b/PKGBUILD
index c027489d1b2c..6c498234d2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=python-fiona
-pkgver=1.7.6
+pkgver=1.7.9
pkgrel=1
pkgdesc="Reads and writes spatial data files"
arch=('any')
url="https://github.com/Toblerity/Fiona"
license=('BSD')
-checkdepends=('python-click-plugins' 'python-nose')
+checkdepends=('python-click-plugins' 'python-pytest')
depends=('python' 'python-six' 'python-cligj' 'python-munch' 'gdal')
makedepends=('cython')
optdepends=('python-click-plugins: for fio command line tool.')
options=(!emptydirs)
source=("https://github.com/Toblerity/Fiona/archive/$pkgver.tar.gz")
-sha256sums=('00f4cd94bc3e095e5c576dd42184722d5f99e061fce9b992f77f2fbd8afeb76e')
+sha256sums=('cc24a4c5fe0db05d10bfbac3ef9511e23fe22252d833edf138154af005f31c95')
#check() {
# cd "$srcdir/Fiona-$pkgver"
# python setup.py build_ext --inplace
-# nosetests
+# pytest
#}
package() {