python/coverage: Updated for version 7.3.3.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
669883b232
commit
7b6cb6c7ad
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for coverage
|
||||
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2023 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:-6.5.0}
|
||||
VERSION=${VERSION:-7.3.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="coverage"
|
||||
VERSION="6.5.0"
|
||||
VERSION="7.3.3"
|
||||
HOMEPAGE="http://nedbatchelder.com/code/coverage/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/5c/66/38d1870cb7cf62da49add1d6803fdbcdef632b2808b5c80bcac35b7634d8/coverage-6.5.0.tar.gz"
|
||||
MD5SUM="b82d906e039a72b75470b6932663b2e9"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/cf/79/b8ed9dbd011d2c9c7e0273f59daae4645469ab4ab09a23e1033e352978a6/coverage-7.3.3.tar.gz"
|
||||
MD5SUM="3115fe2fa3497028f17ffffb066dce45"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue