Add py-tables 3.6.1 (#13536)

This commit is contained in:
Adam J. Stewart 2019-11-01 11:37:04 -05:00 committed by GitHub
parent 854f45a136
commit f6e26c402b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,13 @@ class PyTables(PythonPackage):
efficiently and easily cope with extremely large amounts of data.""" efficiently and easily cope with extremely large amounts of data."""
homepage = "http://www.pytables.org/" homepage = "http://www.pytables.org/"
url = "https://pypi.io/packages/source/t/tables/tables-3.6.0.tar.gz" url = "https://pypi.io/packages/source/t/tables/tables-3.6.1.tar.gz"
import_modules = [ import_modules = [
'tables', 'tables.misc', 'tables.nodes', 'tables.scripts' 'tables', 'tables.misc', 'tables.nodes', 'tables.scripts'
] ]
version('3.6.1', sha256='49a972b8a7c27a8a173aeb05f67acb45fe608b64cd8e9fa667c0962a60b71b49')
version('3.6.0', sha256='db3488214864fb313a611fca68bf1c9019afe4e7877be54d0e61c84416603d4d') version('3.6.0', sha256='db3488214864fb313a611fca68bf1c9019afe4e7877be54d0e61c84416603d4d')
version('3.5.2', sha256='b220e32262bab320aa41d33125a7851ff898be97c0de30b456247508e2cc33c2') version('3.5.2', sha256='b220e32262bab320aa41d33125a7851ff898be97c0de30b456247508e2cc33c2')
version('3.4.4', sha256='bdc5c073712af2a43babd139c4855fc99496bb2c3f3f5d1b4770a985e6f9ce29') version('3.4.4', sha256='bdc5c073712af2a43babd139c4855fc99496bb2c3f3f5d1b4770a985e6f9ce29')