diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2024-01-01 00:08:01 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-06 08:08:41 +0700 |
commit | f404061d13a1ae96cd13d8f462d7be43b19b1718 (patch) | |
tree | 86419bc23d19f5bdba1aab85c7f5266554231cdb /python/coverage | |
parent | 396f557b8be6c4bafbc113c68c3914a2a1b60de7 (diff) |
python/coverage: Updated for version 7.4.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/coverage')
-rw-r--r-- | python/coverage/coverage.SlackBuild | 4 | ||||
-rw-r--r-- | python/coverage/coverage.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/coverage/coverage.SlackBuild b/python/coverage/coverage.SlackBuild index 3460f3b3933b..86b868d997ec 100644 --- a/python/coverage/coverage.SlackBuild +++ b/python/coverage/coverage.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for coverage -# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=coverage -VERSION=${VERSION:-7.3.3} +VERSION=${VERSION:-7.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/coverage/coverage.info b/python/coverage/coverage.info index 8e9de3679253..9a229bce9e23 100644 --- a/python/coverage/coverage.info +++ b/python/coverage/coverage.info @@ -1,8 +1,8 @@ PRGNAM="coverage" -VERSION="7.3.3" +VERSION="7.4.0" HOMEPAGE="http://nedbatchelder.com/code/coverage/" -DOWNLOAD="https://files.pythonhosted.org/packages/cf/79/b8ed9dbd011d2c9c7e0273f59daae4645469ab4ab09a23e1033e352978a6/coverage-7.3.3.tar.gz" -MD5SUM="3115fe2fa3497028f17ffffb066dce45" +DOWNLOAD="https://files.pythonhosted.org/packages/67/8a/a8aebe8c70fadb1ad8bdadfc8fb97ce9a518ca406cb6eece0ed17122bfa4/coverage-7.4.0.tar.gz" +MD5SUM="66986edcc55cd11c3ba0fe565adfcaab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |