package/python-idna: bump to version 2.9

The license file hash has changed, due to the following changes:

 - A line "License: bsd-3-clause" is being added

 - The copyright year is updated to "Copyright (c) 2013-2020, Kim
   Davies. All rights reserved."

 - Details about portions of the codec and unit tests code being under
   the PSF license are removed.

 - Details about the unit tests including Unicode License Agreement
   code are removed.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2020-03-26 16:06:31 -06:00 committed by Thomas Petazzoni
parent dde1bcf0e2
commit 237d31bf52
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/idna/json
md5 2e9ae0b4a0b26d1747c6127cdb060bc1 idna-2.8.tar.gz
sha256 c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407 idna-2.8.tar.gz
md5 870b8b80267f00f0faf1b7ba4bdbf14e idna-2.9.tar.gz
sha256 7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb idna-2.9.tar.gz
# Locally computed sha256 checksums
sha256 0d4bc7abd48dcfb14e24254ee404066737ff0167144e222914a2113b8794683e LICENSE.rst
sha256 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32 LICENSE.rst

View File

@ -4,10 +4,10 @@
#
################################################################################
PYTHON_IDNA_VERSION = 2.8
PYTHON_IDNA_VERSION = 2.9
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/ad/13/eb56951b6f7950cadb579ca166e448ba77f9d24efc03edd7e55fa57d04b7
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/cb/19/57503b5de719ee45e83472f339f617b0c01ad75cba44aba1e4c97c2b0abd
PYTHON_IDNA_LICENSE = BSD-3-Clause
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
PYTHON_IDNA_SETUP_TYPE = setuptools