New versions for a few python modules (#9969)

* py-jupyter-console: Add version 5.2.0

* py-jupyter-core: add version 4.4.0

* py-lxml: add version 4.2.5

* py-zmq: add version 17.1.2

* py-terminado: add version 0.8.1

* py-pexpect: add version 4.6.0

* py-pytables: add version 3.4.4
This commit is contained in:
jwallior 2018-11-28 22:44:15 -05:00 committed by Adam J. Stewart
parent 8375b5b571
commit 930debcf35
7 changed files with 11 additions and 4 deletions

View File

@ -12,6 +12,7 @@ class PyJupyterConsole(PythonPackage):
homepage = "https://github.com/jupyter/jupyter_console"
url = "https://github.com/jupyter/jupyter_console/archive/5.0.0.tar.gz"
version('5.2.0', 'a783ec26193b2835caa94e255e05e080')
version('5.0.0', '08a9fde32a45c9e2e0b4cec6eca249c2')
version('4.1.1', 'a8b077ae0a5c57e9518ac039ad5febb8')
version('4.1.0', '9c655076262760bdbeeada9d7f586237')

View File

@ -12,6 +12,7 @@ class PyJupyterCore(PythonPackage):
homepage = "http://jupyter-core.readthedocs.io/"
url = "https://github.com/jupyter/jupyter_core/archive/4.2.0.tar.gz"
version('4.4.0', 'f2bdb8be2959d3043b77508dd6498687')
version('4.2.0', '25c1fc68b1b73c0a2e616c76f02bf061')
version('4.1.1', '2fce5ff60291bc01b39b1f00b3cbb784')
version('4.1.0', 'b7e928f965f68aef13fea1bf9d6384aa')

View File

@ -13,6 +13,7 @@ class PyLxml(PythonPackage):
homepage = "http://lxml.de/"
url = "https://pypi.io/packages/source/l/lxml/lxml-2.3.tar.gz"
version('4.2.5', 'ce042575c4459c4994f68b9a862a72a4')
version('3.7.3', '075692ce442e69bbd604d44e21c02753')
version('2.3', 'a245a015fd59b63e220005f263e1682a')

View File

@ -11,6 +11,7 @@ class PyPexpect(PythonPackage):
homepage = "https://pypi.python.org/pypi/pexpect"
url = "https://pypi.io/packages/source/p/pexpect/pexpect-4.2.1.tar.gz"
version('4.6.0', 'd4f3372965a996238d57d19b95d2e03a')
version('4.2.1', '3694410001a99dff83f0b500a1ca1c95')
version('3.3', '0de72541d3f1374b795472fed841dce8')

View File

@ -10,11 +10,12 @@ class PyPytables(PythonPackage):
"""PyTables is a package for managing hierarchical datasets and designed to
efficiently and easily cope with extremely large amounts of data."""
homepage = "http://www.pytables.org/"
url = "https://github.com/PyTables/PyTables/archive/v.3.2.2.tar.gz"
url = "https://github.com/PyTables/PyTables/archive/v3.3.0.tar.gz"
version('3.3.0', '056c161ae0fd2d6e585b766adacf3b0b',
url='https://github.com/PyTables/PyTables/archive/v3.3.0.tar.gz')
version('3.2.2', '7cbb0972e4d6580f629996a5bed92441')
version('3.4.4', '2cd52095ebb097f5bf58fa65dc6574bb')
version('3.3.0', '056c161ae0fd2d6e585b766adacf3b0b')
version('3.2.2', '7cbb0972e4d6580f629996a5bed92441',
url='https://github.com/PyTables/PyTables/archive/v.3.2.2.tar.gz')
depends_on('hdf5@1.8.0:1.8.999')
depends_on('py-numpy@1.8.0:', type=('build', 'run'))

View File

@ -12,6 +12,7 @@ class PyTerminado(PythonPackage):
homepage = "https://pypi.python.org/pypi/terminado"
url = "https://pypi.io/packages/source/t/terminado/terminado-0.6.tar.gz"
version('0.8.1', '616515f562939e979b67c72b667afba9')
version('0.6', '5b6c65da27fe1ed07a9f80f0588cdaba')
depends_on('py-tornado@4:', type=('build', 'run'))

View File

@ -11,6 +11,7 @@ class PyZmq(PythonPackage):
homepage = "https://github.com/zeromq/pyzmq"
url = "https://github.com/zeromq/pyzmq/archive/v14.7.0.tar.gz"
version('17.1.2', 'b368115d2c5989dc45ec63a9da801df6')
version('16.0.2', '4cf14a2995742253b2b009541f4436f4')
version('14.7.0', 'bf304fb73d72aee314ff82d3554328c179938ecf')