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>
2018.08.x
Bernd Kuhls 2018-07-31 17:02:05 +02:00 committed by Thomas Petazzoni
parent a957cdfbb6
commit 7aa35a8f96
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,5 @@
# md5 from https://pypi.python.org/pypi/idna/json, sha256 locally computed
md5 fc1d992bef73e8824db411bb5d21f012 idna-2.5.tar.gz
sha256 3cb5ce08046c4e3a560fc02f138d0ac63e00f8ce5901a56b32ec8b7994082aab idna-2.5.tar.gz
# md5, sha256 from https://pypi.org/pypi/idna/json
md5 0e5bb69018ddef1b9d95f681182be82c idna-2.7.tar.gz
sha256 684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16 idna-2.7.tar.gz
# Locally computed sha256 checksums
sha256 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e LICENSE.rst

View File

@ -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