summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-11-23 08:51:21 +0100
committerBlair Bonnett2022-11-23 08:51:21 +0100
commit807d04db04afb7f9464d69a006a01f7bd81c2aff (patch)
tree2db970fd7a1c0607a36b830b574d3b4d189f18eb
parent8f6a5fabce2ed3015bf8fe8080da266b8d437b0a (diff)
downloadaur-807d04db04afb7f9464d69a006a01f7bd81c2aff.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 030ce4f00a20..570e6dfe4695 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 1.0.2
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/shoyer/h5netcdf
arch = any
@@ -16,7 +16,7 @@ pkgbase = python-h5netcdf
depends = python-h5py
depends = python-packaging
optdepends = python-h5pyd: open remote datasets using the HDF REST interface
- source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-1.0.2.tar.gz
- sha256sums = 8808a1e095f0122b4fb408cc98c60adf399bd57fef48d1ca7cdf4cda1d0a6b4a
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-1.1.0.tar.gz
+ sha256sums = 932c3b573bed7370ebfc9e802cd60f1a4da5236efb11b36eeff897324d76bf56
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 6cdb7627c5fb..8b6a7686f155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
@@ -23,7 +23,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- '8808a1e095f0122b4fb408cc98c60adf399bd57fef48d1ca7cdf4cda1d0a6b4a'
+ '932c3b573bed7370ebfc9e802cd60f1a4da5236efb11b36eeff897324d76bf56'
)
build() {