diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-01-11 02:04:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-13 07:14:23 +0700 |
commit | f6aa9fbf46d1e306180051b0de3de448e35875c3 (patch) | |
tree | 1739b2c2840ecc4a06229383aa562d2793a21f12 | |
parent | fa54dabe48ebb23ce52d9adce293c2fc4f3d95ee (diff) |
python/pipdeptree: Updated for version 2.13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 5aba69c9f16d..aa59a596a20e 100644 --- a/python/pipdeptree/pipdeptree.SlackBuild +++ b/python/pipdeptree/pipdeptree.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pipdeptree -# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2023-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net> # Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pipdeptree -VERSION=${VERSION:-2.13.1} +VERSION=${VERSION:-2.13.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info index 953c24bf7066..44622aabe73f 100644 --- a/python/pipdeptree/pipdeptree.info +++ b/python/pipdeptree/pipdeptree.info @@ -1,8 +1,8 @@ PRGNAM="pipdeptree" -VERSION="2.13.1" +VERSION="2.13.2" HOMEPAGE="https://github.com/naiquevin/pipdeptree" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.1.tar.gz" -MD5SUM="d188eed9bac6bfe8c39b95f9967c91a2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.2.tar.gz" +MD5SUM="74e62834dee1753399d5936efd68f793" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-scm-opt python3-hatch_vcs" |