From 27610838dd6147427ba4527fe72a9eff1230a31b Mon Sep 17 00:00:00 2001 From: "Seth R. Johnson" Date: Sun, 12 Jun 2022 12:24:46 -0400 Subject: py-sphinxcontrib-bibtex: new version 2.4.2 (#31097) --- .../builtin/packages/py-sphinxcontrib-bibtex/package.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-sphinxcontrib-bibtex/package.py b/var/spack/repos/builtin/packages/py-sphinxcontrib-bibtex/package.py index 60459d2e7a..add48d547a 100644 --- a/var/spack/repos/builtin/packages/py-sphinxcontrib-bibtex/package.py +++ b/var/spack/repos/builtin/packages/py-sphinxcontrib-bibtex/package.py @@ -11,6 +11,7 @@ class PySphinxcontribBibtex(PythonPackage): pypi = "sphinxcontrib-bibtex/sphinxcontrib-bibtex-0.3.5.tar.gz" + version('2.4.2', sha256='65b023ee47f35f1f03ac4d71c824e67c624c7ecac1bb26e83623271a01f9da86') version('2.2.1', sha256='00d474092e04b1d941e645cf6c027632a975cd0b9337cf47d379f63a5928f334') version('2.2.0', sha256='7500843e154d76983c23bca5ca7380965e0725c46b8f484c1322d0b58a6ce3b2') version('2.1.4', sha256='f53ec0cd534d2c8f0a51b4b3473ced46e9cb0dd99a7c5019249fe0ef9cbef18e') @@ -18,21 +19,20 @@ class PySphinxcontribBibtex(PythonPackage): version('1.0.0', sha256='629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0') version('0.3.5', sha256='c93e2b4a0d14f0ab726f95f0a33c1675965e9df3ed04839635577b8f978206cd') - depends_on('python@2.7:2.8,3.3:', type=('build', 'run')) depends_on('python@3.5:', type=('build', 'run'), when='@1:') depends_on('python@3.6:', type=('build', 'run'), when='@2:') depends_on('py-setuptools', type='build') depends_on('py-latexcodec@0.3.0:', type=('build', 'run'), when='@:0.3.6') - depends_on('py-pybtex@0.17:', type=('build', 'run'), when='@:1.9.9') - depends_on('py-pybtex@0.20:', type=('build', 'run'), when='@2.0.0:') - depends_on('py-pybtex-docutils@0.2.0:', type=('build', 'run'), when='@:1.9.9') - depends_on('py-pybtex-docutils@0.2.2:', type=('build', 'run'), when='@2.0.0:') - depends_on('py-pybtex-docutils@1.0.0:', type=('build', 'run'), when='@2.2.0:') + depends_on('py-pybtex@0.17:', type=('build', 'run'), when='@:1') + depends_on('py-pybtex@0.20:', type=('build', 'run'), when='@2:2.3') + depends_on('py-pybtex@0.24:', type=('build', 'run'), when='@2.4:') + depends_on('py-pybtex-docutils@0.2.0:', type=('build', 'run'), when='@:1') + depends_on('py-pybtex-docutils@0.2.2:', type=('build', 'run'), when='@2:') + depends_on('py-pybtex-docutils@1.0.0:', type=('build', 'run'), when='@2.2:') depends_on('py-six@1.4.1:', type=('build', 'run'), when='@0.3.5') - depends_on('py-sphinx@1.0:', type=('build', 'run'), when='@:1.9.9') + depends_on('py-sphinx@1.0:', type=('build', 'run'), when='@:1') depends_on('py-sphinx@2.0:', type=('build', 'run'), when='@2.0.0:') depends_on('py-sphinx@2.1:', type=('build', 'run'), when='@2.1.3:') depends_on('py-oset@0.1.3:', type=('build', 'run'), when='@:2.0.0') - depends_on('py-ordereddict@1.1:', when='^python@:2.6', type=('build', 'run')) depends_on('py-docutils@0.8:', type=('build', 'run'), when='@2.1.0:') depends_on('py-dataclasses', when='@2.2.0: ^python@:3.6', type=('build', 'run')) -- cgit v1.2.3-60-g2f50