summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-04-24 15:57:42 +0200
committerBlair Bonnett2021-04-24 15:57:42 +0200
commita6c13f454c1a7e5e384c86b16700733683c5205f (patch)
tree9de7ce7320863cd8dd89ad61996b04909500e11c
parente245fbffe04791cc1a5ce980bd61eb99a47162f7 (diff)
downloadaur-a6c13f454c1a7e5e384c86b16700733683c5205f.tar.gz
Update to 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a074e5b2725a..b2d981477dd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.10.0
+ pkgver = 0.11.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.10.0.tar.gz
- sha256sums = fc1cfec33bb9f730c412f87fcbc259167fd7620635679ccfc6e31971730dbd60
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.11.0.tar.gz
+ sha256sums = a3175a02d9cea4a66f22e94a30d1d4eea9a915d8a3a9024d5f968ec42b6ebc2f
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 11ebc7839e56..1ad43441aab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.10.0
+pkgver=0.11.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=(
- 'fc1cfec33bb9f730c412f87fcbc259167fd7620635679ccfc6e31971730dbd60'
+ 'a3175a02d9cea4a66f22e94a30d1d4eea9a915d8a3a9024d5f968ec42b6ebc2f'
)
build() {