package/python-thrift: bump version to 0.9.3
authorBernd Kuhls <bernd.kuhls@t-online.de>
Thu, 6 Oct 2016 19:29:41 +0000 (21:29 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Oct 2016 13:15:20 +0000 (15:15 +0200)
PYTHON_THRIFT_SUBDIR is not needed anymore.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-thrift/python-thrift.hash
package/python-thrift/python-thrift.mk

index 811aa988e3dedc282e068f9ddcfcb846c4bf63e9..72269eb83676a974794dab2aaa17cddf2bed7347 100644 (file)
@@ -1,2 +1,3 @@
-# From https://www.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz.md5
-md5    89f63cc4d0100912f4a1f8a9dee63678        thrift-0.9.2.tar.gz
+# md5 from https://pypi.python.org/pypi/thrift/json, sha256 locally computed
+md5    b519551d7a086bb0b4f222a8f566b7e8  thrift-0.9.3.tar.gz
+sha256 dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e  thrift-0.9.3.tar.gz
index 99641b8b4b89f9ae6dc43b62c02d131669ec6aa5..d0e3a146856e47c45538d21ae1efbdfc81f7ed23 100644 (file)
@@ -4,12 +4,11 @@
 #
 ################################################################################
 
-PYTHON_THRIFT_VERSION = 0.9.2
+PYTHON_THRIFT_VERSION = 0.9.3
 PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
-PYTHON_THRIFT_SITE = http://www.us.apache.org/dist/thrift/$(PYTHON_THRIFT_VERSION)
+PYTHON_THRIFT_SITE = https://pypi.python.org/packages/ae/58/35e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55
 PYTHON_THRIFT_LICENSE = Apache-2.0
-PYTHON_THRIFT_LICENSE_FILES = LICENSE
+PYTHON_THRIFT_LICENSE_FILES = setup.py
 PYTHON_THRIFT_SETUP_TYPE = setuptools
-PYTHON_THRIFT_SUBDIR = lib/py
 
 $(eval $(python-package))