package/python-xlrd: bump to version 1.2.0
authorAsaf Kahlon <asafka7@gmail.com>
Tue, 27 Aug 2019 17:28:10 +0000 (20:28 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 29 Aug 2019 20:24:35 +0000 (22:24 +0200)
The license file was changed from xlrd/licences.py to LICENSE in the
following upstream commit:

  https://github.com/python-excel/xlrd/commit/e7bcab2f4527b5a3d5118938076571e9e7566c2b

While the formatting has changed, the contents are the same. We take
this opportunity to add the hash of the license file.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
[Thomas: fix license file details]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-xlrd/python-xlrd.hash
package/python-xlrd/python-xlrd.mk

index 8075605a95b48e5d14e2eb144a59a387dedabf42..0a66a2112a094b643fce828c9da4b378d7caedad 100644 (file)
@@ -1,4 +1,5 @@
-# md5 from https://pypi.python.org/pypi/xlrd/json
-md5    9a91b688cd4945477ac28187a54f9a3b  xlrd-1.0.0.tar.gz
-# sha256 calculated by scanpypi
-sha256 0ff87dd5d50425084f7219cb6f86bb3eb5aa29063f53d50bf270ed007e941069  xlrd-1.0.0.tar.gz
+# md5, sha256 from https://pypi.org/pypi/xlrd/json
+md5    e5d5b96924d791b22898b622eb3e918e  xlrd-1.2.0.tar.gz
+sha256 546eb36cee8db40c3eaa46c351e67ffee6eeb5fa2650b71bc4c758a29a1b29b2  xlrd-1.2.0.tar.gz
+# locally calculated
+sha256  b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815  LICENSE
index 5d1363886d04f2e77342cb29de51e1018513e0ca..c94e054b5b157fbe6623474ae790c86bf6b06398 100644 (file)
@@ -4,12 +4,12 @@
 #
 ################################################################################
 
-PYTHON_XLRD_VERSION = 1.0.0
+PYTHON_XLRD_VERSION = 1.2.0
 PYTHON_XLRD_SOURCE = xlrd-$(PYTHON_XLRD_VERSION).tar.gz
-PYTHON_XLRD_SITE = https://pypi.python.org/packages/42/85/25caf967c2d496067489e0bb32df069a8361e1fd96a7e9f35408e56b3aab
+PYTHON_XLRD_SITE = https://files.pythonhosted.org/packages/aa/05/ec9d4fcbbb74bbf4da9f622b3b61aec541e4eccf31d3c60c5422ec027ce2
 PYTHON_XLRD_SETUP_TYPE = setuptools
 PYTHON_XLRD_LICENSE = BSD-3-Clause
-PYTHON_XLRD_LICENSE_FILES = xlrd/licences.py
+PYTHON_XLRD_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
 $(eval $(host-python-package))