diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-04-22 16:15:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-27 08:28:08 +0700 |
commit | 051a7282de85cef23c4e839b34f4d2cd64051e46 (patch) | |
tree | ff9207f335303a136cd6d1f53a339873009aefb3 | |
parent | 06c5d4d1d5a690a06f67929cf31d82aaa78aa498 (diff) | |
download | slackbuilds-051a7282de85cef23c4e839b34f4d2cd64051e46.tar.gz |
python/numpydoc: Updated for version 0.9.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 4f95cd6a2b..d936d2cb1a 100644 --- a/python/numpydoc/numpydoc.SlackBuild +++ b/python/numpydoc/numpydoc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for numpydoc -# Copyright 2015-2018 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2019 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.8.0} +VERSION=${VERSION:-0.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/numpydoc/numpydoc.info b/python/numpydoc/numpydoc.info index a2640038be..8d1e5df628 100644 --- a/python/numpydoc/numpydoc.info +++ b/python/numpydoc/numpydoc.info @@ -1,8 +1,8 @@ PRGNAM="numpydoc" -VERSION="0.8.0" +VERSION="0.9.0" HOMEPAGE="https://github.com/numpy/numpydoc" -DOWNLOAD="https://pypi.python.org/packages/95/a8/b4706a6270f0475541c5c1ee3373c7a3b793936ec1f517f1a1dab4f896c0/numpydoc-0.8.0.tar.gz" -MD5SUM="9ee991a3e3b44c955c868d80e1ea7630" +DOWNLOAD="https://files.pythonhosted.org/packages/9f/58/a877c532f90066a415a139b51af0ea1e1336893bdbb5686e75ad9a6f98cc/numpydoc-0.9.0.tar.gz" +MD5SUM="0956677fc81b2dc51730a9898d063b25" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="Sphinx Jinja2" |