diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-07-31 17:02:05 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-31 21:51:59 +0200 |
commit | 7aa35a8f96a062dea6193ea72da46a5a9493d58a (patch) | |
tree | 427600d940d2b435f93131387c9fb366fce2cd34 /package/python-idna/python-idna.mk | |
parent | a957cdfbb69d094cf17909eee64cd11dafdc84ab (diff) | |
download | buildroot-7aa35a8f96a062dea6193ea72da46a5a9493d58a.tar.gz buildroot-7aa35a8f96a062dea6193ea72da46a5a9493d58a.zip |
package/python-idna: bump version to 2.7
Updated package using scanpypi, added license hash.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-idna/python-idna.mk')
-rw-r--r-- | package/python-idna/python-idna.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-idna/python-idna.mk b/package/python-idna/python-idna.mk index c8d1793e0a..d5c57955a3 100644 --- a/package/python-idna/python-idna.mk +++ b/package/python-idna/python-idna.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_IDNA_VERSION = 2.5 +PYTHON_IDNA_VERSION = 2.7 PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz -PYTHON_IDNA_SITE = https://pypi.python.org/packages/d8/82/28a51052215014efc07feac7330ed758702fc0581347098a81699b5281cb +PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/65/c4/80f97e9c9628f3cac9b98bfca0402ede54e0563b56482e3e6e45c43c4935 PYTHON_IDNA_LICENSE = BSD-3-Clause PYTHON_IDNA_LICENSE_FILES = LICENSE.rst PYTHON_IDNA_SETUP_TYPE = setuptools |