summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2022-07-12 11:03:40 -0700
committerGitHub <noreply@github.com>2022-07-12 11:03:40 -0700
commit3fc8c3d18bc4b24030df7499fea3b99a4a3e5bf9 (patch)
tree99f3a87eddedf3f03c0d17cf80f53cdcf4a01744 /var
parentbfe058aa57d97bf9c5fc71ec82d7edc959086dc7 (diff)
downloadspack-3fc8c3d18bc4b24030df7499fea3b99a4a3e5bf9.tar.gz
spack-3fc8c3d18bc4b24030df7499fea3b99a4a3e5bf9.tar.bz2
spack-3fc8c3d18bc4b24030df7499fea3b99a4a3e5bf9.tar.xz
spack-3fc8c3d18bc4b24030df7499fea3b99a4a3e5bf9.zip
py-nbmake: add v1.3.0; py-nbclient: add v0.6.6, 0.5.13; py-traitlets: add v5.3.0 (#31513)
* py-nbmake: add v1.3.0 * Add newer versions
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-nbclient/package.py9
-rw-r--r--var/spack/repos/builtin/packages/py-nbmake/package.py34
-rw-r--r--var/spack/repos/builtin/packages/py-traitlets/package.py4
3 files changed, 36 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-nbclient/package.py b/var/spack/repos/builtin/packages/py-nbclient/package.py
index fb85832a3e..65c40c2cd0 100644
--- a/var/spack/repos/builtin/packages/py-nbclient/package.py
+++ b/var/spack/repos/builtin/packages/py-nbclient/package.py
@@ -15,15 +15,20 @@ class PyNbclient(PythonPackage):
homepage = "https://jupyter.org/"
pypi = "nbclient/nbclient-0.5.0.tar.gz"
+ version('0.6.6', sha256='0df76a7961d99a681b4796c74a1f2553b9f998851acc01896dce064ad19a9027')
+ version('0.5.13', sha256='40c52c9b5e3c31faecaee69f202b3f53e38d7c1c563de0fadde9d7eda0fdafe8')
version('0.5.5', sha256='ed7d18431393750d29a64da432e0b7889274eb5a5056682be5691b1b1dc8f755')
version('0.5.0', sha256='8ad52d27ba144fca1402db014857e53c5a864a2f407be66ca9d74c3a56d6591d')
+ depends_on('python@3.7:', when='@0.5.13:', type=('build', 'run'))
+ depends_on('python@3.6.1:', when='@0.5.5:', type=('build', 'run'))
depends_on('python@3.6:', type=('build', 'run'))
- depends_on('python@3.6.1:', type=('build', 'run'), when='@0.5.5:')
depends_on('py-setuptools', type='build')
- depends_on('py-traitlets@4.2:', type=('build', 'run'))
depends_on('py-jupyter-client@6.1.5:', type=('build', 'run'))
depends_on('py-nbformat@5.0:', type=('build', 'run'))
depends_on('py-async-generator', type=('build', 'run'), when='@0.5.0')
depends_on('py-async-generator', type=('build', 'run'), when='@0.5.5: ^python@:3.6')
depends_on('py-nest-asyncio', type=('build', 'run'))
+ depends_on('py-traitlets@5.2.2:', when='@0.6:', type=('build', 'run'))
+ depends_on('py-traitlets@5:', when='@0.5.13:', type=('build', 'run'))
+ depends_on('py-traitlets@4.2:', type=('build', 'run'))
diff --git a/var/spack/repos/builtin/packages/py-nbmake/package.py b/var/spack/repos/builtin/packages/py-nbmake/package.py
index e610ef6086..dedd5934f3 100644
--- a/var/spack/repos/builtin/packages/py-nbmake/package.py
+++ b/var/spack/repos/builtin/packages/py-nbmake/package.py
@@ -12,15 +12,33 @@ class PyNbmake(PythonPackage):
homepage = "https://github.com/treebeardtech/nbmake"
pypi = "nbmake/nbmake-0.5.tar.gz"
+ version('1.3.2', sha256='763ee648962a8706808ad3e780e314e6a79b168cf2edbb3b026987ee7bbf57be')
+ version('1.3.1', sha256='e77f98e7d21e618bef1ba1c30904ce48657f934ebe359502c85a229184fbdfc8')
+ version('1.3.0', sha256='49d5c59aefe45eaf8e2d8feff86c8e6de5547d823667305562364385e60d7206')
+ version('1.2.1', sha256='63227b0ffe6045b7285ac7fce168ef050e6b0afe9bb02557a5f391311e2584b8')
+ version('1.2', sha256='9aa299ad026047cb4d2191f10f1b5c9e1155f194b162f0d708c94acfea03d19c')
+ version('1.1', sha256='d59158797cecb7d7b248a061854fbd7fa0bdd9ff2c19b0d0bae8ee2ca90ffd13')
+ version('1.0', sha256='3ee5893b84507a7bc6af0e3eabb27edc926953527c790a4975e8f75af5a29ee5')
+ version('0.10', sha256='1b0ee9e125b2d170a54ca2da3d8b45392e0ae663165469bd77f62290448ab96d')
+ version('0.9', sha256='f2d8542be4763310c264be7caa12b36932ea40b3019dc66632ebda2a71589768')
+ version('0.8', sha256='76bb053cffe9104fb873b6208b47ce1e71c9408849c5b1073090e6f6fb3a7ce7')
+ version('0.7', sha256='b03adba337dad79bec3c9a5cb52d0d52859c793c74656795018ad37a32570d41')
+ version('0.6', sha256='20dcec145507eec664d61ab36fa248797de6348e7013c9547028077bc46acde2')
version('0.5', sha256='da9bf1bbc377c9d1d697f99952834017c39b4983e7e482a038dec705955a8ae9')
- depends_on('python@3.6.1:3', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
depends_on('py-poetry-core@1:', type='build')
- depends_on('py-pygments@2.7.3:2', type=('build', 'run'))
- depends_on('py-ipykernel@5.4.0:5', type=('build', 'run'))
- depends_on('py-nbclient@0.3:0', type=('build', 'run'))
- depends_on('py-nbformat@5.0.8:5', type=('build', 'run'))
- depends_on('py-pathlib@1.0.1:1', when='^python@:3.3', type=('build', 'run'))
+ depends_on('py-pathlib@1.0.1:1', when='@:0.8 ^python@:3.3', type=('build', 'run'))
depends_on('py-pydantic@1.7.2:1', type=('build', 'run'))
- depends_on('py-pytest@6.1.2:6', type=('build', 'run'))
+ depends_on('py-pytest@6.1.0:', when='@1.2.1:', type=('build', 'run'))
+ depends_on('py-pytest@6.1.0:6', when='@0.10:1.2.0', type=('build', 'run'))
+ depends_on('py-pytest@6.1.2:6', when='@:0.9', type=('build', 'run'))
+ depends_on('python@3.7.0:3', when='@1.3:', type=('build', 'run'))
+ depends_on('python@3.6.1:3', when='@:1.2', type=('build', 'run'))
+ depends_on('py-nbclient@0.6.6:0.6', when='@1.3.1:', type=('build', 'run'))
+ depends_on('py-nbclient@0.5.13:0.5', when='@1.3.0', type=('build', 'run'))
+ depends_on('py-nbclient@0.5.5:0.5', when='@1.2', type=('build', 'run'))
+ depends_on('py-nbclient@0.3:0', when='@:1.1', type=('build', 'run'))
+ depends_on('py-nbformat@5.0.8:5', type=('build', 'run'))
+ depends_on('py-pygments@2.7.3:2', type=('build', 'run'))
+ depends_on('py-ipykernel@5.4.0:', when='@0.7:', type=('build', 'run'))
+ depends_on('py-ipykernel@5.4.0:5', when='@0.5', type=('build', 'run'))
diff --git a/var/spack/repos/builtin/packages/py-traitlets/package.py b/var/spack/repos/builtin/packages/py-traitlets/package.py
index 895950d9dc..e4584fe75d 100644
--- a/var/spack/repos/builtin/packages/py-traitlets/package.py
+++ b/var/spack/repos/builtin/packages/py-traitlets/package.py
@@ -11,6 +11,7 @@ class PyTraitlets(PythonPackage):
pypi = "traitlets/traitlets-5.0.4.tar.gz"
+ version('5.3.0', sha256='0bb9f1f9f017aa8ec187d8b1b2a7a6626a2a1d877116baba52a129bfa124f8e2')
version('5.1.1', sha256='059f456c5a7c1c82b98c2e8c799f39c9b8128f6d0d46941ee118daace9eb70c7')
version('5.0.4', sha256='86c9351f94f95de9db8a04ad8e892da299a088a64fd283f9f6f18770ae5eae1b')
version('4.3.3', sha256='d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7')
@@ -25,7 +26,8 @@ class PyTraitlets(PythonPackage):
depends_on('python@3.7:', when='@5:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.3:', type=('build', 'run'))
- depends_on('py-setuptools@40.8:', type='build')
+ depends_on('py-hatchling@0.25:', when='@5.2.1.post0:', type='build')
+ depends_on('py-setuptools@40.8:', when='@:5.2.1.a', type='build')
depends_on('py-ipython-genutils', when='@:5.0', type=('build', 'run'))
depends_on('py-six', when='@:4', type=('build', 'run'))
depends_on('py-decorator', when='@:4', type=('build', 'run'))