summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2021-11-11 19:58:56 +0100
committerGitHub <noreply@github.com>2021-11-11 11:58:56 -0700
commit0d06bf6027e479f4625009075d06a560265ddf3a (patch)
tree961ee85f0bb80d9b2eb2db80c5f0adf5ea7abaaa
parenta2eadbbcdf5278ae2265115bd69c28ef1e1c2b78 (diff)
downloadspack-0d06bf6027e479f4625009075d06a560265ddf3a.tar.gz
spack-0d06bf6027e479f4625009075d06a560265ddf3a.tar.bz2
spack-0d06bf6027e479f4625009075d06a560265ddf3a.tar.xz
spack-0d06bf6027e479f4625009075d06a560265ddf3a.zip
New version: py-nbconvert 6.2.0 (#27350)
* New version: py-nbconvert 6.2.0 * Update package.py
-rw-r--r--var/spack/repos/builtin/packages/py-nbconvert/package.py3
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:')