summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2021-02-12 12:04:55 +0100
committerBlair Bonnett2021-02-12 12:04:55 +0100
commite245fbffe04791cc1a5ce980bd61eb99a47162f7 (patch)
tree98fc4981e000dc41e8c2ca2de1d85b6a904dd8ca
parent1a73f3d1e018b675246f9c9a5d2695d647d68885 (diff)
downloadaur-e245fbffe04791cc1a5ce980bd61eb99a47162f7.tar.gz
Update to 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 200cc530d873..a074e5b2725a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.9.0
+ pkgver = 0.10.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.9.0.tar.gz
- sha256sums = 39f0ea2a37fb213b9781db3f8dfaaac55857d214ad9b0672bcff8a430635bbf2
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.10.0.tar.gz
+ sha256sums = fc1cfec33bb9f730c412f87fcbc259167fd7620635679ccfc6e31971730dbd60
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 9e36b88484c9..11ebc7839e56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.9.0
+pkgver=0.10.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=(
- '39f0ea2a37fb213b9781db3f8dfaaac55857d214ad9b0672bcff8a430635bbf2'
+ 'fc1cfec33bb9f730c412f87fcbc259167fd7620635679ccfc6e31971730dbd60'
)
build() {