summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-02-16 03:24:52 -0600
committerGitHub <noreply@github.com>2022-02-16 10:24:52 +0100
commitfe5cb90f831d5712ecd63dfde17903be09fc0910 (patch)
tree0e4cf1c77dd5165dbc1a82bdac76c573ce882429
parentb0dc83afff0726f293506200ef27eafa36ea2419 (diff)
downloadspack-fe5cb90f831d5712ecd63dfde17903be09fc0910.tar.gz
spack-fe5cb90f831d5712ecd63dfde17903be09fc0910.tar.bz2
spack-fe5cb90f831d5712ecd63dfde17903be09fc0910.tar.xz
spack-fe5cb90f831d5712ecd63dfde17903be09fc0910.zip
py-nbconvert: add v6.4.2 (#28965)
No version of py-nbconvert@5: can be concretized due to conflicting versions of flit-core that are required. This issue could be solved by separate concretization of build deps.
-rw-r--r--var/spack/repos/builtin/packages/py-nbconvert/package.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-nbconvert/package.py b/var/spack/repos/builtin/packages/py-nbconvert/package.py
index 5b43adebe0..5c0729b9f5 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.4.2', sha256='eb2803db18f6facce6bf3b01b684fe47907994bd156d15eaccdf011e3d7f8164')
version('6.3.0', sha256='5e77d6203854944520105e38f2563a813a4a3708e8563aa598928a3b5ee1081a')
version('6.2.0', sha256='16ceecd0afaa8fd26c245fa32e2c52066c02f13aa73387fffafd84750baea863')
version('6.0.1', sha256='db94117fbac29153834447e31b30cda337d4450e46e0bdb1a36eafbbf4435156')
@@ -46,7 +47,11 @@ class PyNbconvert(PythonPackage):
depends_on('py-testpath', type=('build', 'run'), when='@5:')
depends_on('py-defusedxml', type=('build', 'run'), when='@5:')
depends_on('py-nbclient@0.5.0:0.5', type=('build', 'run'), when='@6:')
- depends_on('py-tornado@4.0:', type=('build', 'run'), when='+serve')
+
+ # https://bugs.gentoo.org/720870
+ # https://github.com/jupyter/nbconvert/pull/937
+ depends_on('py-tornado@4.0:', type=('build', 'run'), when='@5.4.1: +serve')
+ depends_on('py-tornado@4.0:5', type=('build', 'run'), when='@:5.4.0 +serve')
def patch(self):
# We bundle this with the spack package so that the installer