summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-02-25 20:01:02 +0100
committerBlair Bonnett2022-02-25 20:01:02 +0100
commitb0bdf9d693d899b3fdb2c3246c58a18b37030e24 (patch)
treeb7e695b593eb9761aed41ed54a42754f9cff9650
parentea53bbe69a055e8d74ff87ed9582e0667a4d2bfd (diff)
downloadaur-b0bdf9d693d899b3fdb2c3246c58a18b37030e24.tar.gz
Update to 0.14.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afaa8d56b39..d06454458667 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-h5netcdf
pkgdesc = Pythonic interface to netCDF4 via h5py
- pkgver = 0.13.1
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/shoyer/h5netcdf
arch = any
@@ -8,8 +8,9 @@ pkgbase = python-h5netcdf
checkdepends = python-netcdf4
checkdepends = python-pytest
makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = python-h5py
- source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.13.1.tar.gz
- sha256sums = c90c1eb39798af5ac7c573bdcde60d984e3bf97bb2b588f1222528d0cdffcb62
+ source = https://files.pythonhosted.org/packages/source/h/h5netcdf/h5netcdf-0.14.0.tar.gz
+ sha256sums = 0aa1ed20401652981773163fc7bf7e258dcd8575d791000004b74f19f3ba82b5
pkgname = python-h5netcdf
diff --git a/PKGBUILD b/PKGBUILD
index 779d560978a3..3b3c3d709d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: richli <rich at dranek dot com>
pkgname=python-h5netcdf
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc="Pythonic interface to netCDF4 via h5py"
arch=('any')
url="https://github.com/shoyer/h5netcdf"
license=('BSD')
depends=('python-h5py')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-setuptools-scm')
checkdepends=('python-netcdf4' 'python-pytest')
_pypi=h5netcdf
@@ -17,7 +17,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- 'c90c1eb39798af5ac7c573bdcde60d984e3bf97bb2b588f1222528d0cdffcb62'
+ '0aa1ed20401652981773163fc7bf7e258dcd8575d791000004b74f19f3ba82b5'
)
build() {