New versions: py-pyasn1 0.4.8, py-pyasn1-modules 0.2.8 (#27453)

* New versions: py-pyasn1 0.4.8, py-pyasn1-modules 0.2.8

* Update package.py
This commit is contained in:
iarspider 2021-11-16 21:52:56 +01:00 committed by GitHub
parent df5892ac89
commit b194b957ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -14,10 +14,11 @@ class PyPyasn1Modules(PythonPackage):
homepage = "https://github.com/etingof/pyasn1-modules"
pypi = "pyasn1-modules/pyasn1-modules-0.2.6.tar.gz"
version('0.2.8', sha256='905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e')
version('0.2.6', sha256='43c17a83c155229839cc5c6b868e8d0c6041dba149789b6d6e28801c64821722')
version('0.2.5', sha256='ef721f68f7951fab9b0404d42590f479e30d9005daccb1699b0a51bb4177db96')
depends_on('python@2.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pyasn1@0.4.6:0.4', type=('build', 'run'), when='@0.2.6')
depends_on('py-pyasn1@0.4.6:0.4', type=('build', 'run'), when='@0.2.6:')
depends_on('py-pyasn1@0.4.1:0.4', type=('build', 'run'), when='@0.2.5')

View File

@ -14,6 +14,7 @@ class PyPyasn1(PythonPackage):
homepage = "https://github.com/etingof/pyasn1"
pypi = "pyasn1/pyasn1-0.4.6.tar.gz"
version('0.4.8', sha256='aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba')
version('0.4.6', sha256='b773d5c9196ffbc3a1e13bdf909d446cad80a039aa3340bcad72f395b76ebc86')
version('0.4.5', sha256='da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7')
version('0.2.3', sha256='738c4ebd88a718e700ee35c8d129acce2286542daa80a82823a7073644f706ad')