From 1842785eae36cc5c4687437f0ca0c4373209433b Mon Sep 17 00:00:00 2001 From: iarspider Date: Wed, 27 Oct 2021 18:47:28 +0200 Subject: New version: py-commonmark 0.9.1 (#26983) --- var/spack/repos/builtin/packages/py-commonmark/package.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'var') 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') -- cgit v1.2.3-70-g09d2