Bump py-botocore and add python constraints (#25210)
* Bump py-botocore and add python constraints * Update var/spack/repos/builtin/packages/py-botocore/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
parent
4e9bccf2ef
commit
bdc3bde74b
@ -12,12 +12,18 @@ class PyBotocore(PythonPackage):
|
||||
homepage = "https://github.com/boto/botocore"
|
||||
pypi = "botocore/botocore-1.13.44.tar.gz"
|
||||
|
||||
version('1.21.12', sha256='8710d03b9de3e3d94ed410f3e83809ca02050b091100d68c22ff7bf986f29fb6')
|
||||
version('1.20.27', sha256='4477803f07649f4d80b17d054820e7a09bb2cb0792d0decc2812108bc3759c4a')
|
||||
version('1.19.52', sha256='dc5ec23deadbe9327d3c81d03fddf80805c549059baabd80dea605941fe6a221')
|
||||
version('1.13.44', sha256='a4409008c32a3305b9c469c5cc92edb5b79d6fcbf6f56fe126886b545f0a4f3f')
|
||||
version('1.13.38', sha256='15766a367f39dba9de3c6296aaa7da31030f08a0117fd12685e7df682d8acee2')
|
||||
version('1.12.169', sha256='25b44c3253b5ed1c9093efb57ffca440c5099a2d62fa793e8b6c52e72f54b01e')
|
||||
|
||||
depends_on('python@2.6:', when='@1.12:1.13', type=('build', 'run'))
|
||||
depends_on('python@2.7:', when='@1.19', type=('build', 'run'))
|
||||
depends_on('python@2.7:2.8,3.6:', when='@1.20', type=('build', 'run'))
|
||||
depends_on('python@3.6:', when='@1.21:', type=('build', 'run'))
|
||||
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-jmespath@0.7.1:0.999', type=('build', 'run'))
|
||||
depends_on('py-docutils@0.10:0.15', type=('build', 'run'), when='@:1.17.999')
|
||||
|
Loading…
Reference in New Issue
Block a user