diff options
-rw-r--r-- | var/spack/repos/builtin/packages/py-nbconvert/package.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-nbconvert/package.py b/var/spack/repos/builtin/packages/py-nbconvert/package.py index 47dc2dabd3..4c2b6b0660 100644 --- a/var/spack/repos/builtin/packages/py-nbconvert/package.py +++ b/var/spack/repos/builtin/packages/py-nbconvert/package.py @@ -10,6 +10,7 @@ class PyNbconvert(PythonPackage): homepage = "https://github.com/jupyter/nbconvert" pypi = "nbconvert/nbconvert-6.0.1.tar.gz" + version('6.2.0', sha256='16ceecd0afaa8fd26c245fa32e2c52066c02f13aa73387fffafd84750baea863') version('6.0.1', sha256='db94117fbac29153834447e31b30cda337d4450e46e0bdb1a36eafbbf4435156') version('5.6.0', sha256='427a468ec26e7d68a529b95f578d5cbf018cb4c1f889e897681c2b6d11897695') version('5.5.0', sha256='138381baa41d83584459b5cfecfc38c800ccf1f37d9ddd0bd440783346a4c39c') @@ -22,6 +23,7 @@ class PyNbconvert(PythonPackage): depends_on('python@2.7:2.8,3.3:', type=('build', 'run')) depends_on('python@2.7:2.8,3.5:', type=('build', 'run'), when='@5:') depends_on('python@3.6:', type=('build', 'run'), when='@6:') + depends_on('python@3.7:', type=('build', 'run'), when='@6.2.0:') depends_on('py-setuptools', type=('build', 'run'), when='@5:') depends_on('py-pycurl', type='build', when='^python@:2.7.8') depends_on('py-mistune@0.8.1:1', type=('build', 'run')) @@ -32,6 +34,7 @@ class PyNbconvert(PythonPackage): depends_on('py-jupyterlab-pygments', type=('build', 'run'), when='@6:') depends_on('py-traitlets', type=('build', 'run')) depends_on('py-traitlets@4.2:', type=('build', 'run'), when='@5:') + depends_on('py-traitlets@5:', type=('build', 'run'), when='@6.2.0:') depends_on('py-jupyter-core', type=('build', 'run')) depends_on('py-nbformat', type=('build', 'run')) depends_on('py-nbformat@4.4.0:', type=('build', 'run'), when='@5:') |