diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-02-23 08:24:09 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:59 +0700 |
commit | d64d156bb69e948785363475360ee692cca1968d (patch) | |
tree | 8b77851c5a49fe12efed9419ccb8ab621f5301e7 | |
parent | 76e540f9a71e47a41caa1b44ba3615c6e218b0da (diff) |
python/pipdeptree: Updated for version 2.14.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 aa59a596a20e..a728c9cc96ed 100644 --- a/python/pipdeptree/pipdeptree.SlackBuild +++ b/python/pipdeptree/pipdeptree.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pipdeptree -VERSION=${VERSION:-2.13.2} +VERSION=${VERSION:-2.14.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pipdeptree/pipdeptree.info b/python/pipdeptree/pipdeptree.info index 44622aabe73f..8ed50f5f104c 100644 --- a/python/pipdeptree/pipdeptree.info +++ b/python/pipdeptree/pipdeptree.info @@ -1,8 +1,8 @@ PRGNAM="pipdeptree" -VERSION="2.13.2" +VERSION="2.14.0" HOMEPAGE="https://github.com/naiquevin/pipdeptree" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.13.2.tar.gz" -MD5SUM="74e62834dee1753399d5936efd68f793" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pipdeptree/pipdeptree-2.14.0.tar.gz" +MD5SUM="7ac76c6ede63670e55bdf76a2937b152" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-scm-opt python3-hatch_vcs" |