summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJennifer Herting <jen@herting.cc>2020-04-13 11:59:54 -0400
committerGitHub <noreply@github.com>2020-04-13 10:59:54 -0500
commit0d364e71ec89bc39555cba4b1f185e10c286ba15 (patch)
treec34b9088aa22f796882321b9b229e867a19a3d68 /var
parentb0a39bd905e0925864718fdb0612bcdb7a33835d (diff)
downloadspack-0d364e71ec89bc39555cba4b1f185e10c286ba15.tar.gz
spack-0d364e71ec89bc39555cba4b1f185e10c286ba15.tar.bz2
spack-0d364e71ec89bc39555cba4b1f185e10c286ba15.tar.xz
spack-0d364e71ec89bc39555cba4b1f185e10c286ba15.zip
New version: py-notebook@6.0.3 (#15975)
* Update package.py to include py-notebook 6.0.3 and sha * Update package.py * [py-notebook] updated py-tornado version requirements * [py-notebook] reworked and reordered for readability * [py-notebook] updated version requirement for py-jupyter-client * [py-notebook] updated version requirements for py-jupyter-core Co-authored-by: ehdeec <ehdeec@rit.edu>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-notebook/package.py56
1 files changed, 35 insertions, 21 deletions
diff --git a/var/spack/repos/builtin/packages/py-notebook/package.py b/var/spack/repos/builtin/packages/py-notebook/package.py
index f674638a60..924d15b0dd 100644
--- a/var/spack/repos/builtin/packages/py-notebook/package.py
+++ b/var/spack/repos/builtin/packages/py-notebook/package.py
@@ -12,6 +12,7 @@ class PyNotebook(PythonPackage):
homepage = "https://github.com/jupyter/notebook"
url = "https://pypi.io/packages/source/n/notebook/notebook-4.2.3.tar.gz"
+ version('6.0.3', sha256='47a9092975c9e7965ada00b9a20f0cf637d001db60d241d479f53c0be117ad48')
version('6.0.1', sha256='660976fe4fe45c7aa55e04bf4bccb9f9566749ff637e9020af3422f9921f9a5d')
version('5.7.8', sha256='573e0ae650c5d76b18b6e564ba6d21bf321d00847de1d215b418acb64f056eb8')
version('4.2.3', sha256='39a9603d3fe88b60de2903680c965cf643acf2c16fb2c6bac1d905e1042b5851')
@@ -24,28 +25,41 @@ class PyNotebook(PythonPackage):
version('4.0.2', sha256='8478d7e2ab474855b0ff841f693983388af8662d3af1adcb861acb900274f22a')
depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
- depends_on('python@3.5:', type=('build', 'run'), when='@6:')
- depends_on('py-setuptools', type=('build', 'run'), when='@5:')
- depends_on('py-jinja2', type=('build', 'run'))
- depends_on('py-tornado@4.0:6.999', type=('build', 'run'), when='@:5.7.4')
- depends_on('py-tornado@4.1:6.999', type=('build', 'run'), when='@5.7.5:6.0.1')
+ depends_on('python@3.5:', type=('build', 'run'), when='@6:')
+
+ depends_on('py-setuptools', type=('build', 'run'), when='@5:')
+ depends_on('py-jinja2', type=('build', 'run'))
depends_on('py-ipython-genutils', type=('build', 'run'))
- depends_on('py-traitlets', type=('build', 'run'))
- depends_on('py-traitlets@4.2.1:', type=('build', 'run'), when='@5:')
- depends_on('py-jupyter-core', type=('build', 'run'))
- depends_on('py-jupyter-core@4.4.0:', type=('build', 'run'), when='@5.7.0:')
- depends_on('py-jupyter-client', type=('build', 'run'))
- depends_on('py-jupyter-client@5.2.0:', type=('build', 'run'), when='@5.7.0:')
- depends_on('py-nbformat', type=('build', 'run'))
- depends_on('py-nbconvert', type=('build', 'run'))
- depends_on('py-ipykernel', type=('build', 'run'))
- depends_on('py-ipykernel@5.1.0:', when='@4.2.0: ^python@3.3:', type=('build', 'run'))
- depends_on('py-ipykernel@:5.0.0', when='@4.2.0: ^python@:2.8', type=('build', 'run'))
- depends_on('py-ipywidgets', when="+terminal", type=('build', 'run'))
+ depends_on('py-nbformat', type=('build', 'run'))
+ depends_on('py-nbconvert', type=('build', 'run'))
+ depends_on('py-ipykernel', type=('build', 'run'))
+
+ depends_on('py-ipywidgets', type=('build', 'run'), when="+terminal")
depends_on('py-prometheus-client', type=('build', 'run'), when='@5.7.0:')
+ depends_on('py-send2trash', type=('build', 'run'), when='@6:')
+ depends_on('py-pyzmq@17:', type=('build', 'run'), when='@6:')
+ depends_on('py-traitlets@4.2.1:', type=('build', 'run'), when='@6:')
+ depends_on('py-ipaddress', type=('build', 'run'), when='@5.7.0: ^python@:2.8')
+
depends_on('py-terminado@0.3.3:', type=('build', 'run'), when='@:5.7.0')
depends_on('py-terminado@0.8.1:', type=('build', 'run'), when='@5.7.0:')
- depends_on('py-send2trash', type=('build', 'run'), when='@6:')
- depends_on('py-pyzmq@17:', type=('build', 'run'), when='@6:')
- depends_on('py-traitlets@4.2.1:', type=('build', 'run'), when='@6:')
- depends_on('py-ipaddress', type=('build', 'run'), when='@5.7.0: ^python@:2.8')
+
+ depends_on('py-ipykernel@5.1.0:', type=('build', 'run'), when='@4.2.0: ^python@3.3:')
+ depends_on('py-ipykernel@:5.0.0', type=('build', 'run'), when='@4.2.0: ^python@:2.8')
+
+ depends_on('py-tornado@4.0:6.999', type=('build', 'run'), when='@:5.7.4')
+ depends_on('py-tornado@4.1:6.999', type=('build', 'run'), when='@5.7.5:5.999')
+ depends_on('py-tornado@5.0:', type=('build', 'run'), when='@6.0.0:')
+
+ depends_on('py-jupyter-core', type=('build', 'run'))
+ depends_on('py-jupyter-core@4.4.0:', type=('build', 'run'), when='@5.7.0:6.0.1')
+ depends_on('py-jupyter-core@4.6.0:', type=('build', 'run'), when='@6.0.2')
+ depends_on('py-jupyter-core@4.6.1:', type=('build', 'run'), when='@6.0.3:')
+
+ depends_on('py-jupyter-client', type=('build', 'run'))
+ depends_on('py-jupyter-client@5.2.0:', type=('build', 'run'), when='@5.7.0:5.999')
+ depends_on('py-jupyter-client@5.3.1:', type=('build', 'run'), when='@6.0.0:6.0.1')
+ depends_on('py-jupyter-client@5.3.4:', type=('build', 'run'), when='@6.0.2:')
+
+ depends_on('py-traitlets', type=('build', 'run'))
+ depends_on('py-traitlets@4.2.1:', type=('build', 'run'), when='@5:')