summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2019-10-25 21:27:12 -0500
committerGitHub <noreply@github.com>2019-10-25 21:27:12 -0500
commitd6735aa5cd6e3de5768f7d2885c274ea72c79f76 (patch)
tree4a6dd30157de2ffc2f4cf9645d8552e1cbc1c40f /var
parent46ae845b6b39a0205fa6add0b3ef0eb3cdc980e6 (diff)
downloadspack-d6735aa5cd6e3de5768f7d2885c274ea72c79f76.tar.gz
spack-d6735aa5cd6e3de5768f7d2885c274ea72c79f76.tar.bz2
spack-d6735aa5cd6e3de5768f7d2885c274ea72c79f76.tar.xz
spack-d6735aa5cd6e3de5768f7d2885c274ea72c79f76.zip
Add latest version of py-tqdm (#13446)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-tqdm/package.py9
1 files changed, 7 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-tqdm/package.py b/var/spack/repos/builtin/packages/py-tqdm/package.py
index a10b078ea7..fd3ac93510 100644
--- a/var/spack/repos/builtin/packages/py-tqdm/package.py
+++ b/var/spack/repos/builtin/packages/py-tqdm/package.py
@@ -10,8 +10,13 @@ class PyTqdm(PythonPackage):
"""A Fast, Extensible Progress Meter"""
homepage = "https://github.com/tqdm/tqdm"
- url = "https://pypi.io/packages/source/t/tqdm/tqdm-4.8.4.tar.gz"
+ url = "https://pypi.io/packages/source/t/tqdm/tqdm-4.36.1.tar.gz"
- version('4.8.4', sha256='bab05f8bb6efd2702ab6c532e5e6a758a66c0d2f443e09784b73e4066e6b3a37')
+ version('4.36.1', sha256='abc25d0ce2397d070ef07d8c7e706aede7920da163c64997585d42d3537ece3d')
+ version('4.8.4', sha256='bab05f8bb6efd2702ab6c532e5e6a758a66c0d2f443e09784b73e4066e6b3a37')
+ depends_on('python@2.6:2.8,3.2:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
+ depends_on('py-nose', type='test')
+ depends_on('py-flake8', type='test')
+ depends_on('py-coverage', type='test')