diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-24 04:40:41 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-29 06:58:15 +0700 |
commit | 62b1d583357d1c2736d9020b6636f0b656c88d03 (patch) | |
tree | 579e746aae5018dd120467f08dfa51cd0bcf3040 | |
parent | b8afd706c5df5419b9a103ff8d046e69a9215b6d (diff) |
python/pipdeptree: Updated for version 0.8.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-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 78921f3d2244..f075f12b4313 100644 --- a/python/pipdeptree/pipdeptree.SlackBuild +++ b/python/pipdeptree/pipdeptree.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pipdeptree -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info index e7657db57827..8a1da952fa32 100644 --- a/python/pipdeptree/pipdeptree.info +++ b/python/pipdeptree/pipdeptree.info @@ -1,8 +1,8 @@ PRGNAM="pipdeptree" -VERSION="0.7.0" +VERSION="0.8.0" HOMEPAGE="https://github.com/naiquevin/pipdeptree" -DOWNLOAD="https://pypi.python.org/packages/8b/41/85ad719f8e7f76764d2da84c4cd23b50d7639728bb12b0e5ffe405f6e4e0/pipdeptree-0.7.0.tar.gz" -MD5SUM="688330de5d4c854578933b8ff928c457" +DOWNLOAD="https://pypi.python.org/packages/9b/a8/1f6bd10cac7d46ab94900267ad1e3d31056816351926daec35828dc4ece8/pipdeptree-0.8.0.tar.gz" +MD5SUM="cc3c969b52c585bde9d77afe5bd905e7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pip" |