summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2019-07-01 12:34:07 -0700
committerRich Li2019-07-01 12:34:07 -0700
commitf96ae6455a72f06f2c6a34817f454db672932da3 (patch)
treecd560157adef4c32515a3039a7b5aa081c5bf3df
parenta782bcf5e7bc6b206fdc4df47ffceb1b3d2905fa (diff)
downloadaur-f96ae6455a72f06f2c6a34817f454db672932da3.tar.gz
Update to version 0.12.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ad5fe5ee6af..5c00f79bfaa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xarray
pkgdesc = N-D labeled arrays and datasets in Python
- pkgver = 0.12.1
+ pkgver = 0.12.2
pkgrel = 1
url = http://xarray.pydata.org
arch = any
@@ -15,10 +15,10 @@ pkgbase = python-xarray
optdepends = python-matplotlib: Plotting support
optdepends = python-dask: Enable out-of-core parallel computation
replaces = python-xray
- source = https://files.pythonhosted.org/packages/source/x/xarray/xarray-0.12.1.tar.gz
- md5sums = 143132c83ef4d4a302eb3464c50eb1a9
- sha1sums = 98922fdebb771eb4bcd605552e489f8900e06a6e
- sha256sums = ac09a819e791be208ae33fa7ecee19d0fe7b5479906f927d358a61957ce27e10
+ source = https://files.pythonhosted.org/packages/source/x/xarray/xarray-0.12.2.tar.gz
+ md5sums = ebb54f6e25cbc9b11f85725253f9696c
+ sha1sums = a3376bd17745e91f67e3801dbb9bf42b36479521
+ sha256sums = 3a9536b5bc4eac2f4689c4ec8308f68df7e3277579499dde208031d8faf79772
pkgname = python-xarray
diff --git a/PKGBUILD b/PKGBUILD
index b878ae75a472..b5adecd62063 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rich Li <rich@dranek.com>
pkgname='python-xarray'
_name=${pkgname#python-}
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc="N-D labeled arrays and datasets in Python"
url="http://xarray.pydata.org"
@@ -18,9 +18,9 @@ optdepends=('python-netcdf4: NetCDF4 support'
checkdepends=('python-pytest')
replaces=('python-xray')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-md5sums=('143132c83ef4d4a302eb3464c50eb1a9')
-sha1sums=('98922fdebb771eb4bcd605552e489f8900e06a6e')
-sha256sums=('ac09a819e791be208ae33fa7ecee19d0fe7b5479906f927d358a61957ce27e10')
+md5sums=('ebb54f6e25cbc9b11f85725253f9696c')
+sha1sums=('a3376bd17745e91f67e3801dbb9bf42b36479521')
+sha256sums=('3a9536b5bc4eac2f4689c4ec8308f68df7e3277579499dde208031d8faf79772')
build() {
cd "$srcdir/xarray-$pkgver"