summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-02-10 21:29:55 +0100
committerBlair Bonnett2021-02-10 21:29:55 +0100
commit1a73f3d1e018b675246f9c9a5d2695d647d68885 (patch)
tree52c31e83eefc66afe30d3a4b2e70a3cf7cb8152f
parent6536159d565db9d738f2b977e25984c409584366 (diff)
downloadaur-1a73f3d1e018b675246f9c9a5d2695d647d68885.tar.gz
Update to 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db9e52697b0f..200cc530d873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.8.1
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/shoyer/h5netcdf
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-h5netcdf
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-h5py
- source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.8.1.tar.gz
- sha256sums = b94af698f99d57aac7828033f1c42ad014f5bda7ee5819f9014b4fbef5b56b25
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.9.0.tar.gz
+ sha256sums = 39f0ea2a37fb213b9781db3f8dfaaac55857d214ad9b0672bcff8a430635bbf2
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 2ce028861a89..9e36b88484c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
@@ -15,7 +15,7 @@ source=(
"https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-$pkgver.tar.gz"
)
sha256sums=(
- 'b94af698f99d57aac7828033f1c42ad014f5bda7ee5819f9014b4fbef5b56b25'
+ '39f0ea2a37fb213b9781db3f8dfaaac55857d214ad9b0672bcff8a430635bbf2'
)
build() {