py-azure-core: Added v1.21.1 (#28208)

This commit is contained in:
Marcus Boden 2022-01-03 18:24:04 +01:00 committed by GitHub
parent 997dba8ffd
commit 94f5d0a3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,14 @@ class PyAzureCore(PythonPackage):
homepage = "https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/core/azure-core"
pypi = "azure-core/azure-core-1.7.0.zip"
version('1.21.1', sha256='88d2db5cf9a135a7287dc45fdde6b96f9ca62c9567512a3bb3e20e322ce7deb2')
version('1.7.0', sha256='a66da240a287f447f9867f54ba09ea235895cec13ea38c5f490ce4eedefdd75c')
version('1.6.0', sha256='d10b74e783cff90d56360e61162afdd22276d62dc9467e657ae866449eae7648')
depends_on('py-setuptools', type='build')
depends_on('py-requests@2.18.4:', type=('build', 'run'))
depends_on('py-six@1.6:', type=('build', 'run'))
depends_on('py-six@1.6:', when='@:1.21', type=('build', 'run'))
depends_on('py-six@1.11:', when='@1.21:', type=('build', 'run'))
depends_on('py-azure-nspkg', when='^python@:2', type=('build', 'run'))
depends_on('py-enum34@1.0.4:', when='^python@:3.3', type=('build', 'run'))
depends_on('py-typing', when='^python@:3.4', type=('build', 'run'))