diff options
author | ArTourter <artourter@gmail.com> | 2022-02-16 20:36:28 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-17 12:59:54 +0700 |
commit | c92fd1cc43b256c0954940d299ae7c993b3e2d6b (patch) | |
tree | c6ba70b2f843e18fa4546e78fc6021bf8eb1d181 /python | |
parent | 027619f3d346ac05f8a6d23c0468d926f0b62f63 (diff) |
python/xarray: Updated for version 0.21.1, changed maintainer.
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/xarray/xarray.SlackBuild | 3 | ||||
-rw-r--r-- | python/xarray/xarray.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/python/xarray/xarray.SlackBuild b/python/xarray/xarray.SlackBuild index e157523943b1e..e361a2b3c8bbf 100644 --- a/python/xarray/xarray.SlackBuild +++ b/python/xarray/xarray.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for xarray # Copyright 2018-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Gregory J. L. Tourte <artourter@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xarray -VERSION=${VERSION:-0.14.1} +VERSION=${VERSION:-0.21.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/xarray/xarray.info b/python/xarray/xarray.info index da59fc6985e36..84687c0cba57a 100644 --- a/python/xarray/xarray.info +++ b/python/xarray/xarray.info @@ -1,10 +1,10 @@ PRGNAM="xarray" -VERSION="0.14.1" +VERSION="0.21.1" HOMEPAGE="http://xarray.pydata.org" -DOWNLOAD="https://github.com/pydata/xarray/archive/v0.14.1/xarray-0.14.1.tar.gz" -MD5SUM="8f811678ff8cd4710fedfc61bbd0875e" +DOWNLOAD="https://github.com/pydata/xarray/archive/v0.21.1/xarray-0.21.1.tar.gz" +MD5SUM="998612204e0cc47278e4ff63d82147e9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pandas" -MAINTAINER="Benjamin Trigona-Harany" -EMAIL="slackbuilds@jaxartes.net" +MAINTAINER="ArTourter" +EMAIL="artourter@gmail.com" |