py-cryptography: add 36.0.1 (#28950)

This commit is contained in:
Manuela Kuhn 2022-02-16 00:44:37 +01:00 committed by GitHub
parent 52d4e209e2
commit 23ddfba16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ class PyCryptography(PythonPackage):
homepage = "https://github.com/pyca/cryptography"
pypi = "cryptography/cryptography-1.8.1.tar.gz"
version('36.0.1', sha256='53e5c1dc3d7a953de055d77bef2ff607ceef7a2aac0353b5d630ab67f7423638')
version('35.0.0', sha256='9933f28f70d0517686bd7de36166dda42094eac49415459d9bdf5e7df3e0086d')
version('3.4.8', sha256='94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c')
version('3.4.7', sha256='3d10de8116d25649631977cb37da6cbdd2d6fa0e0281d014a5b7d337255ca713')
@ -24,7 +25,6 @@ class PyCryptography(PythonPackage):
variant('idna', default=False, when='@2.5:3.0', description='Deprecated U-label support')
# dependencies taken from https://github.com/pyca/cryptography/blob/master/setup.py
depends_on('python@3.6:', when='@3.4:', type=('build', 'run'))
depends_on('python@2.7:2.8,3.4:', when='@2.3.1:', type=('build', 'run'))
depends_on('python@2.6:2.8,3.4:', type=('build', 'run'))