summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authoriarspider <iarspider@gmail.com>2021-10-27 18:47:28 +0200
committerGitHub <noreply@github.com>2021-10-27 11:47:28 -0500
commit1842785eae36cc5c4687437f0ca0c4373209433b (patch)
treec970140f6ffbddc7d7faec981baa899ca41e2419 /var
parentacb8ab338d3df901ec430daa073eff7c1a845b9b (diff)
downloadspack-1842785eae36cc5c4687437f0ca0c4373209433b.tar.gz
spack-1842785eae36cc5c4687437f0ca0c4373209433b.tar.bz2
spack-1842785eae36cc5c4687437f0ca0c4373209433b.tar.xz
spack-1842785eae36cc5c4687437f0ca0c4373209433b.zip
New version: py-commonmark 0.9.1 (#26983)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-commonmark/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-commonmark/package.py b/var/spack/repos/builtin/packages/py-commonmark/package.py
index 09fcc65150..8ace6e4164 100644
--- a/var/spack/repos/builtin/packages/py-commonmark/package.py
+++ b/var/spack/repos/builtin/packages/py-commonmark/package.py
@@ -14,7 +14,9 @@ class PyCommonmark(PythonPackage):
homepage = "https://github.com/readthedocs/commonmark.py"
pypi = "commonmark/commonmark-0.9.0.tar.gz"
+ version('0.9.1', sha256='452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60')
version('0.9.0', sha256='867fc5db078ede373ab811e16b6789e9d033b15ccd7296f370ca52d1ee792ce0')
depends_on('py-setuptools', type='build')
- depends_on('py-future', type=('build', 'run'))
+ depends_on('py-future', type=('build', 'run'), when='@0.9.0')
+ depends_on('py-future@0.14.0:', type=('build', 'run'), when='@0.9.1: ^python@:2.8')