summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorhealther <healther@users.noreply.github.com>2017-08-15 12:15:00 +0200
committerMassimiliano Culpo <massimiliano.culpo@googlemail.com>2017-08-15 12:15:00 +0200
commitb52e54975850b04767e06d88d3009d675d73b163 (patch)
tree20ae420a57806f98ec2f9a83094cca71c2477fcd /var
parent43a634ca809195b81b935a1ddd083797af9b3a8f (diff)
downloadspack-b52e54975850b04767e06d88d3009d675d73b163.tar.gz
spack-b52e54975850b04767e06d88d3009d675d73b163.tar.bz2
spack-b52e54975850b04767e06d88d3009d675d73b163.tar.xz
spack-b52e54975850b04767e06d88d3009d675d73b163.zip
add version 0.2.10 to py-lazyarray (#5093)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-lazyarray/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-lazyarray/package.py b/var/spack/repos/builtin/packages/py-lazyarray/package.py
index 2af2624243..7ab655a20e 100644
--- a/var/spack/repos/builtin/packages/py-lazyarray/package.py
+++ b/var/spack/repos/builtin/packages/py-lazyarray/package.py
@@ -32,7 +32,8 @@ class PyLazyarray(PythonPackage):
homepage = "http://bitbucket.org/apdavison/lazyarray/"
url = "https://pypi.io/packages/source/l/lazyarray/lazyarray-0.2.8.tar.gz"
- version('0.2.8', '8e0072f0892b9fc0516e7048f96e9d74')
+ version('0.2.10', '336033357459e66cbca5543bf003a2ba')
+ version('0.2.8', '8e0072f0892b9fc0516e7048f96e9d74')
depends_on('py-numpy@1.3:', type=('build', 'run'))
depends_on('py-numpy@1.5:', type=('build', 'run'), when='^python@3:')