diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-03-26 21:03:57 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-01 06:57:21 +0700 |
commit | ac7b6934ad542f62243aaccd9f27a6a04eaff92c (patch) | |
tree | da9d437a3472763a90914a232c26c26410300f3e | |
parent | f5c3617021d25ca33b53e6cb2e9d71d276f297e3 (diff) |
python/pyresample: Updated for version 1.3.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/pyresample/pyresample.SlackBuild | 4 | ||||
-rw-r--r-- | python/pyresample/pyresample.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pyresample/pyresample.SlackBuild b/python/pyresample/pyresample.SlackBuild index a6aef350228f..b67a0a647fdb 100644 --- a/python/pyresample/pyresample.SlackBuild +++ b/python/pyresample/pyresample.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyresample -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2017 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyresample -VERSION=${VERSION:-1.2.9} +VERSION=${VERSION:-1.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pyresample/pyresample.info b/python/pyresample/pyresample.info index d5a990631a2c..732b706d9b70 100644 --- a/python/pyresample/pyresample.info +++ b/python/pyresample/pyresample.info @@ -1,8 +1,8 @@ PRGNAM="pyresample" -VERSION="1.2.9" +VERSION="1.3.1" HOMEPAGE="https://github.com/pytroll/pyresample" -DOWNLOAD="https://pypi.python.org/packages/c7/27/76bbff626a7064fd995c2e7f1e70ca6b890e87c20952cedb22ce2ebdb13f/pyresample-1.2.9.tar.gz" -MD5SUM="e61e02142e98bf7e576e3e1e7b6aa406" +DOWNLOAD="https://pypi.python.org/packages/2d/f3/92f7f23fd5400e33e7b9465a28d825e13eb030227f39ac291b20ff88f310/pyresample-1.3.1.tar.gz" +MD5SUM="9002c3cb737b4fb909f3a8f4f94a5e41" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyproj pykdtree configobj" |