Add latest version of py-idna (#13313)

This commit is contained in:
Adam J. Stewart 2019-10-20 11:14:46 -05:00 committed by GitHub
parent ac0fee0f34
commit e05d165f92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,9 +11,10 @@ class PyIdna(PythonPackage):
"""Internationalized Domain Names for Python (IDNA 2008 and UTS #46) """ """Internationalized Domain Names for Python (IDNA 2008 and UTS #46) """
homepage = "https://github.com/kjd/idna" homepage = "https://github.com/kjd/idna"
url = "https://pypi.io/packages/source/i/idna/idna-2.5.tar.gz" url = "https://pypi.io/packages/source/i/idna/idna-2.8.tar.gz"
version('2.8', sha256='c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407')
version('2.5', sha256='3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab') version('2.5', sha256='3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab')
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type=('build', 'link')) depends_on('py-setuptools', type=('build', 'link'))
depends_on('python@2.6:', type=('build', 'run'))