summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorManuela Kuhn <36827019+manuelakuhn@users.noreply.github.com>2021-07-09 16:52:49 +0200
committerGitHub <noreply@github.com>2021-07-09 16:52:49 +0200
commitaaeaa0516de542f5bfdbf57701fa79e4e835b2d5 (patch)
tree511538cc2cb7572cf9294844e22566bbf3ca553c /var
parent463c7042651c720c1f18ceedefa39956d7a0fc80 (diff)
downloadspack-aaeaa0516de542f5bfdbf57701fa79e4e835b2d5.tar.gz
spack-aaeaa0516de542f5bfdbf57701fa79e4e835b2d5.tar.bz2
spack-aaeaa0516de542f5bfdbf57701fa79e4e835b2d5.tar.xz
spack-aaeaa0516de542f5bfdbf57701fa79e4e835b2d5.zip
py-jeepney: add v0.6.0 (#24674)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-jeepney/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-jeepney/package.py b/var/spack/repos/builtin/packages/py-jeepney/package.py
index d202a5e9f9..e4004afe8a 100644
--- a/var/spack/repos/builtin/packages/py-jeepney/package.py
+++ b/var/spack/repos/builtin/packages/py-jeepney/package.py
@@ -10,6 +10,8 @@ class PyJeepney(PythonPackage):
homepage = "https://gitlab.com/takluyver/jeepney"
pypi = "jeepney/jeepney-0.4.3.tar.gz"
+ version('0.6.0', sha256='7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657')
version('0.4.3', sha256='3479b861cc2b6407de5188695fa1a8d57e5072d7059322469b62628869b8e36e')
- depends_on('python@3.5:', type=('build', 'run'))
+ depends_on('python@3.6:', when='@0.5:', type=('build', 'run'))
+ depends_on('python@3.5:', when='@:0.4', type=('build', 'run'))