New version: py-rsa 4.7.2 (#27581)
This commit is contained in:
parent
6fa0feb7de
commit
a9a6e00d14
1 changed files with 2 additions and 0 deletions
|
@ -12,8 +12,10 @@ class PyRsa(PythonPackage):
|
|||
homepage = "https://stuvel.eu/rsa"
|
||||
pypi = "rsa/rsa-3.4.2.tar.gz"
|
||||
|
||||
version('4.7.2', sha256='9d689e6ca1b3038bc82bf8d23e944b6b6037bc02301a574935b2dd946e0353b9')
|
||||
version('4.0', sha256='1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487')
|
||||
version('3.4.2', sha256='25df4e10c263fb88b5ace923dd84bf9aa7f5019687b5e55382ffcdb8bede9db5')
|
||||
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-pyasn1@0.1.3:', type=('build', 'run'))
|
||||
depends_on('python@3.5:3', type=('build', 'run'), when='@4.7.2:')
|
||||
|
|
Loading…
Reference in a new issue