diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-04-01 10:01:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:18 +0700 |
commit | ce4aaf99ad3799dab091435ca88f0ceb69d44564 (patch) | |
tree | 0f4f0ee43679aa9bbbc58e4d5b212e9db833ad01 | |
parent | ddd895a354c7ce982ed0377b73ac9d5245ab88b3 (diff) | |
download | slackbuilds-ce4aaf99ad3799dab091435ca88f0ceb69d44564.tar.gz |
python/numpydoc: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/numpydoc/numpydoc.SlackBuild | 4 | ||||
-rw-r--r-- | python/numpydoc/numpydoc.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/numpydoc/numpydoc.SlackBuild b/python/numpydoc/numpydoc.SlackBuild index f59d6cd313..4f95cd6a2b 100644 --- a/python/numpydoc/numpydoc.SlackBuild +++ b/python/numpydoc/numpydoc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numpydoc -# Copyright 2015-2017 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2018 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=numpydoc -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/numpydoc/numpydoc.info b/python/numpydoc/numpydoc.info index a1990c610f..a2640038be 100644 --- a/python/numpydoc/numpydoc.info +++ b/python/numpydoc/numpydoc.info @@ -1,8 +1,8 @@ PRGNAM="numpydoc" -VERSION="0.7.0" +VERSION="0.8.0" HOMEPAGE="https://github.com/numpy/numpydoc" -DOWNLOAD="https://pypi.python.org/packages/21/94/0e087bd669bb69da3b0996acfee97cee9f7d91c825991ad76eb863dc020d/numpydoc-0.7.0.tar.gz" -MD5SUM="727b7c87d5a8e4e7576af475c20b9c55" +DOWNLOAD="https://pypi.python.org/packages/95/a8/b4706a6270f0475541c5c1ee3373c7a3b793936ec1f517f1a1dab4f896c0/numpydoc-0.8.0.tar.gz" +MD5SUM="9ee991a3e3b44c955c868d80e1ea7630" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Sphinx Jinja2" |