diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-04-04 20:59:39 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:20 +0700 |
commit | e8ad5253df3f3b38d16c3bc720049e351beba9a4 (patch) | |
tree | b10b2bfabab795d3d8b98d9d273086c1d7b28356 /python/pipdeptree | |
parent | 0125aa734f161170b5af79abbca5866c80f11882 (diff) | |
download | slackbuilds-e8ad5253df3f3b38d16c3bc720049e351beba9a4.tar.gz |
python/pipdeptree: Updated for version 0.11.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pipdeptree')
-rw-r--r-- | python/pipdeptree/pipdeptree.SlackBuild | 4 | ||||
-rw-r--r-- | python/pipdeptree/pipdeptree.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pipdeptree/pipdeptree.SlackBuild b/python/pipdeptree/pipdeptree.SlackBuild index f075f12b43..67df2f4afb 100644 --- a/python/pipdeptree/pipdeptree.SlackBuild +++ b/python/pipdeptree/pipdeptree.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pipdeptree -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-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=pipdeptree -VERSION=${VERSION:-0.8.0} +VERSION=${VERSION:-0.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info index 8a1da952fa..1f3331a101 100644 --- a/python/pipdeptree/pipdeptree.info +++ b/python/pipdeptree/pipdeptree.info @@ -1,8 +1,8 @@ PRGNAM="pipdeptree" -VERSION="0.8.0" +VERSION="0.11.0" HOMEPAGE="https://github.com/naiquevin/pipdeptree" -DOWNLOAD="https://pypi.python.org/packages/9b/a8/1f6bd10cac7d46ab94900267ad1e3d31056816351926daec35828dc4ece8/pipdeptree-0.8.0.tar.gz" -MD5SUM="cc3c969b52c585bde9d77afe5bd905e7" +DOWNLOAD="https://pypi.python.org/packages/3c/96/c029c354e9f26abdc100b813ceeaef3ee1157485bcd13ed74625661f868b/pipdeptree-0.11.0.tar.gz" +MD5SUM="0f8d54572e9f700357e16fc994fb1b04" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pip" |