Add latest version of py-coverage (#13319)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:21:32 -05:00 committed by GitHub
parent b421c97110
commit 47831a95e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,11 @@ class PyCoverage(PythonPackage):
""" Testing coverage checker for python """
homepage = "http://nedbatchelder.com/code/coverage/"
url = "https://pypi.io/packages/source/c/coverage/coverage-4.3.4.tar.gz"
url = "https://pypi.io/packages/source/c/coverage/coverage-4.5.4.tar.gz"
version('4.5.4', sha256='e07d9f1a23e9e93ab5c62902833bf3e4b1f65502927379148b6622686223125c')
version('4.3.4', sha256='eaaefe0f6aa33de5a65f48dd0040d7fe08cac9ac6c35a56d0a7db109c3e733df')
version('4.0a6', sha256='85c7f3efceb3724ab066a3fcccc05b9b89afcaefa5b669a7e2222d31eac4728d')
depends_on('python@2.6:2.8,3.3:', type=('build', 'run'))
depends_on('py-setuptools', type='build')