summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2023-12-02 18:04:24 +0100
committerBlair Bonnett2023-12-02 18:04:24 +0100
commite65cc44c4a676863d52aedc7bb3575844b64999f (patch)
treeb8a21446c8a86335a37f2952979687bd80810f7b
parentb07bb1eda033b0b4fc31d47f54881837fca08a18 (diff)
downloadaur-python-h5netcdf.tar.gz
Update to 1.3.0.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63e61d610a1a..ea8e94936dde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://h5netcdf.org
arch = any
@@ -15,7 +15,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.2.0.tar.gz
- sha256sums = 7f6b2733bde06ea2575b79a6450d9bd5c38918ff4cb2a355bf22bbe8c86c6bcf
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-1.3.0.tar.gz
+ sha256sums = a171c027daeb34b24c24a3b6304195b8eabbb6f10c748256ed3cfe19806383cf
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index e85ed97637a2..17488980cc44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=1.2.0
+pkgver=1.3.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=(
- '7f6b2733bde06ea2575b79a6450d9bd5c38918ff4cb2a355bf22bbe8c86c6bcf'
+ 'a171c027daeb34b24c24a3b6304195b8eabbb6f10c748256ed3cfe19806383cf'
)
build() {