various python package version and dependency updates (#2751)

* various python package version and dependency updates

* various python package version and dependency updates
This commit is contained in:
Gregory Lee
2017-01-06 08:50:06 -08:00
committed by Todd Gamblin
parent 8dc056130c
commit 7b337de93e
7 changed files with 11 additions and 3 deletions

View File

@@ -31,6 +31,8 @@ class PyPytables(Package):
homepage = "http://www.pytables.org/"
url = "https://github.com/PyTables/PyTables/archive/v.3.2.2.tar.gz"
version('3.3.0', '056c161ae0fd2d6e585b766adacf3b0b',
url='https://github.com/PyTables/PyTables/archive/v3.3.0.tar.gz')
version('3.2.2', '7cbb0972e4d6580f629996a5bed92441')
extends('python')