diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-06-14 09:47:15 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-06-18 16:18:59 -0500 |
commit | ff9096c7da7ed3eb4a882d46ad2debde1432fb21 (patch) | |
tree | 74de34d1d2897f59c38ca1a79d943bf421312110 /python/pipdeptree | |
parent | a08d8dd0a6377737711deee84ac39e02b9cba0c7 (diff) | |
download | slackbuilds-ff9096c7da7ed3eb4a882d46ad2debde1432fb21.tar.gz |
python/pipdeptree: Updated for version 0.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pipdeptree')
-rw-r--r-- | python/pipdeptree/pipdeptree.SlackBuild | 2 | ||||
-rw-r--r-- | python/pipdeptree/pipdeptree.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pipdeptree/pipdeptree.SlackBuild b/python/pipdeptree/pipdeptree.SlackBuild index 41abdd88b7..17b59527f4 100644 --- a/python/pipdeptree/pipdeptree.SlackBuild +++ b/python/pipdeptree/pipdeptree.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=pipdeptree -VERSION=${VERSION:-0.2} +VERSION=${VERSION:-0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info index b876ab3e16..a1e5b13b5b 100644 --- a/python/pipdeptree/pipdeptree.info +++ b/python/pipdeptree/pipdeptree.info @@ -1,8 +1,8 @@ PRGNAM="pipdeptree" -VERSION="0.2" +VERSION="0.3" HOMEPAGE="https://github.com/naiquevin/pipdeptree" -DOWNLOAD="https://pypi.python.org/packages/source/p/pipdeptree/pipdeptree-0.2.tar.gz" -MD5SUM="ae158d2c7e388bc8d9eabbaedbfda445" +DOWNLOAD="https://pypi.python.org/packages/source/p/pipdeptree/pipdeptree-0.3.tar.gz" +MD5SUM="1c04fd1031cd2a5dcf14cf4367763c5c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pip" |