Add checksum for jupyter-console@6.4.3 (#30156)

* Add checksum for jupyter-console@6.4.3

* Update py-jupyter-console dependency

* Extend jupyter-client@7.0.0 dependency to newer versions

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>

Co-authored-by: aandvalenzuela <andrea.valenzuela.ramirez@cern.ch>
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Andrea Valenzuela 2022-04-22 18:42:49 +02:00 committed by GitHub
parent a6a7c3ce88
commit 013a0a04a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyJupyterConsole(PythonPackage):
homepage = "https://github.com/jupyter/jupyter_console"
pypi = "jupyter_console/jupyter_console-6.4.0.tar.gz"
version('6.4.3', sha256='55f32626b0be647a85e3217ddcdb22db69efc79e8b403b9771eb9ecc696019b5')
version('6.4.0', sha256='242248e1685039cd8bff2c2ecb7ce6c1546eb50ee3b08519729e6e881aec19c7')
version('6.1.0', sha256='6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b')
version('5.2.0', sha256='545dedd3aaaa355148093c5609f0229aeb121b4852995c2accfa64fe3e0e55cd')
@ -25,6 +26,7 @@ class PyJupyterConsole(PythonPackage):
depends_on('python@3.5:', type=('build', 'run'), when='@6:')
depends_on('python@3.6:', type=('build', 'run'), when='@6.2:')
depends_on('py-setuptools@40.8.0:', type='build', when='@6.2:')
depends_on('py-jupyter-client@7.0.0:', type=('build', 'run'), when='@6.4.3:')
depends_on('py-jupyter-client', type=('build', 'run'))
depends_on('py-ipython@:5.8.0', type=('build', 'run'), when='@:5')
depends_on('py-ipython', type=('build', 'run'))