summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2022-02-19 06:54:07 +0100
committerGitHub <noreply@github.com>2022-02-18 22:54:07 -0700
commitf37855f5bb56b711b65c55a8b2a048f1ceb1e675 (patch)
tree30a882b9b0aa519fee45b929bdd3cd9db9db23d0
parentf33770553fb4d1d38e9e04bd33de9fc86f6788bd (diff)
downloadspack-f37855f5bb56b711b65c55a8b2a048f1ceb1e675.tar.gz
spack-f37855f5bb56b711b65c55a8b2a048f1ceb1e675.tar.bz2
spack-f37855f5bb56b711b65c55a8b2a048f1ceb1e675.tar.xz
spack-f37855f5bb56b711b65c55a8b2a048f1ceb1e675.zip
py-ipykernel: add 6.9.1 (#29071)
* py-ipykernel: add 6.9.1 * Add py-jupyter-core version restriction
-rw-r--r--var/spack/repos/builtin/packages/py-ipykernel/package.py39
1 files changed, 22 insertions, 17 deletions
diff --git a/var/spack/repos/builtin/packages/py-ipykernel/package.py b/var/spack/repos/builtin/packages/py-ipykernel/package.py
index 11c25b1072..d4f4a23c16 100644
--- a/var/spack/repos/builtin/packages/py-ipykernel/package.py
+++ b/var/spack/repos/builtin/packages/py-ipykernel/package.py
@@ -10,7 +10,8 @@ class PyIpykernel(PythonPackage):
homepage = "https://github.com/ipython/ipykernel"
pypi = "ipykernel/ipykernel-5.3.4.tar.gz"
- version('6.4.1', sha256='df3355e5eec23126bc89767a676c5f0abfc7f4c3497d118c592b83b316e8c0cd')
+ version('6.9.1', sha256='f95070a2dfd3147f8ab19f18ee46733310813758593745e07ec18fb08b409f1d')
+ version('6.4.1', sha256='df3355e5eec23126bc89767a676c5f0abfc7f4c3497d118c592b83b316e8c0cd')
version('6.2.0', sha256='4439459f171d77f35b7f7e72dace5d7c2dd10a5c9e2c22b173ad9048fbfe7656')
version('6.0.2', sha256='7fb3e370dbb481b012b74bed4e794d2d16eb2a83930b31e6d8d030b9fdb4d5b4')
version('5.5.6', sha256='4ea44b90ae1f7c38987ad58ea0809562a17c2695a0499644326f334aecd369ec')
@@ -30,30 +31,34 @@ class PyIpykernel(PythonPackage):
version('4.1.1', sha256='d8c5555386d0f18f1336dea9800f9f0fe96dcecc9757c0f980e11fdfadb661ff')
version('4.1.0', sha256='e0e150ad55e487e49054efc9a4b0e2e17f27e1de77444b26760789077b146d86')
- depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
- depends_on('python@3.4:', when='@5.0:', type=('build', 'run'))
- depends_on('python@3.5:', when='@5.2:', type=('build', 'run'))
depends_on('python@3.7:', when='@6.0:', type=('build', 'run'))
- depends_on('py-setuptools', type='build', when='@5:')
+ depends_on('python@3.5:', when='@5.2:', type=('build', 'run'))
+ depends_on('python@3.4:', when='@5.0:', type=('build', 'run'))
+ depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
+ depends_on('py-setuptools', when='@5:', type='build')
+ depends_on('py-jupyter-core@4.2:', when='@5:', type='build')
+ depends_on('py-ipython-genutils', when='@6.3.1:6.4', type=('build', 'run'))
depends_on('py-ipython-genutils', when='@5.5.6', type=('build', 'run'))
- depends_on('py-ipython-genutils', when='@6.3.1:', type=('build', 'run'))
- depends_on('py-importlib-metadata@:3', when='@6:^python@:3.7', type=('build', 'run'))
- depends_on('py-importlib-metadata@:4', when='@6.1:^python@:3.7', type=('build', 'run'))
- depends_on('py-argcomplete@1.12.3:', when='@6.1:^python@:3.7', type=('build', 'run'))
+ depends_on('py-importlib-metadata@:4', when='@6.1:6.6 ^python@:3.7', type=('build', 'run'))
+ depends_on('py-importlib-metadata@:3', when='@6.0.0:6.0 ^python@:3.7', type=('build', 'run'))
+ depends_on('py-argcomplete@1.12.3:', when='@6.1:6.6 ^python@:3.7', type=('build', 'run'))
depends_on('py-debugpy@1.0:1', when='@6:', type=('build', 'run'))
- depends_on('py-ipython@4.0:', when='@:4', type=('build', 'run'))
+ depends_on('py-ipython@7.23.1:', when='@6.5.1:', type=('build', 'run'))
+ depends_on('py-ipython@7.23.1:7', when='@6.0.0:6.5.0', type=('build', 'run'))
depends_on('py-ipython@5.0:', when='@5', type=('build', 'run'))
- depends_on('py-ipython@7.23.1:7', when='@6:', type=('build', 'run'))
+ depends_on('py-ipython@4.0:', when='@:4', type=('build', 'run'))
+ depends_on('py-traitlets@5.1.0:5', when='@6.5:', type=('build', 'run'))
+ depends_on('py-traitlets@4.1.0:5', when='@6.0:6.4', type=('build', 'run'))
depends_on('py-traitlets@4.1.0:', type=('build', 'run'))
- depends_on('py-traitlets@4.1.0:5', when='@6:', type=('build', 'run'))
- depends_on('py-jupyter-client', type=('build', 'run'))
- depends_on('py-jupyter-client@:6', when='@6.0.2:6.1', type=('build', 'run'))
depends_on('py-jupyter-client@:7', when='@6.2:', type=('build', 'run'))
- depends_on('py-tornado@4.0:', when='@:4', type=('build', 'run'))
- depends_on('py-tornado@4.2:', when='@5', type=('build', 'run'))
+ depends_on('py-jupyter-client@:6', when='@6.0.2:6.1', type=('build', 'run'))
+ depends_on('py-jupyter-client', type=('build', 'run'))
depends_on('py-tornado@4.2:6', when='@6:', type=('build', 'run'))
+ depends_on('py-tornado@4.2:', when='@5', type=('build', 'run'))
+ depends_on('py-tornado@4:', when='@:4', type=('build', 'run'))
depends_on('py-matplotlib-inline@0.1.0:0.1', when='@6:', type=('build', 'run'))
- depends_on('py-appnope', when='platform=darwin', type=('build', 'run'))
+ depends_on('py-appnope', when='@5.1.3: platform=darwin', type=('build', 'run'))
+ depends_on('py-nest-asyncio', when='@6.6.1:', type=('build', 'run'))
@run_after('install')
def install_data(self):