summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2021-11-24 21:02:18 +0100
committerGitHub <noreply@github.com>2021-11-24 12:02:18 -0800
commit191de76ccbda78ecf2d1db196dc24ff9cbf46e54 (patch)
treeb3dcaaf2568ef8757d0fd065ae31be765e5818d4 /var
parentb500d40a2582bfa3fce86c57bb912adbb6ee9aa2 (diff)
downloadspack-191de76ccbda78ecf2d1db196dc24ff9cbf46e54.tar.gz
spack-191de76ccbda78ecf2d1db196dc24ff9cbf46e54.tar.bz2
spack-191de76ccbda78ecf2d1db196dc24ff9cbf46e54.tar.xz
spack-191de76ccbda78ecf2d1db196dc24ff9cbf46e54.zip
py-testpath package: add version 0.5.0 (#27630)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-testpath/package.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-testpath/package.py b/var/spack/repos/builtin/packages/py-testpath/package.py
index f5f8cd4a3a..9766e052ea 100644
--- a/var/spack/repos/builtin/packages/py-testpath/package.py
+++ b/var/spack/repos/builtin/packages/py-testpath/package.py
@@ -13,4 +13,7 @@ class PyTestpath(PythonPackage):
homepage = "https://github.com/jupyter/testpath"
pypi = "testpath/testpath-0.4.2.tar.gz"
+ version('0.5.0', sha256='1acf7a0bcd3004ae8357409fc33751e16d37ccc650921da1094a86581ad1e417')
version('0.4.2', sha256='b694b3d9288dbd81685c5d2e7140b81365d46c29f5db4bc659de5aa6b98780f8')
+
+ depends_on('python@3.5:', type=('build', 'run'), when='@0.5.0:')