python-msgpack: bump to 0.4.7
authorMauro Condarelli <mc5686@mclink.it>
Tue, 2 Feb 2016 00:44:56 +0000 (01:44 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 Feb 2016 08:14:48 +0000 (09:14 +0100)
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-msgpack/Config.in
package/python-msgpack/python-msgpack.hash [new file with mode: 0644]
package/python-msgpack/python-msgpack.mk

index ed0b43255dff55d035efb6f8f905f672f4d7a848..e74083509053b5b1b00bdeb0c6d0af8375e87dd4 100644 (file)
@@ -1,6 +1,5 @@
 config BR2_PACKAGE_PYTHON_MSGPACK
        bool "python-msgpack"
-       depends on BR2_PACKAGE_PYTHON
        select BR2_PACKAGE_MSGPACK
        depends on BR2_INSTALL_LIBSTDCPP # msgpack
        depends on BR2_ARCH_HAS_ATOMICS # msgpack
diff --git a/package/python-msgpack/python-msgpack.hash b/package/python-msgpack/python-msgpack.hash
new file mode 100644 (file)
index 0000000..636aa90
--- /dev/null
@@ -0,0 +1,3 @@
+# md5 from https://pypi.python.org/pypi?:action=show_md5&digest=eb2aad1081534ef3a9f32a0ecd350b9b, sha356 locally computed.
+md5    eb2aad1081534ef3a9f32a0ecd350b9b  msgpack-python-0.4.7.tar.gz
+sha256 5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b  msgpack-python-0.4.7.tar.gz
index adf78b24eb1565948154161b8cb2665a94121dd5..344b7bf1508b0b860d2a7c1ad632b380215fa4a6 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_MSGPACK_VERSION = 0.4.0
+PYTHON_MSGPACK_VERSION = 0.4.7
 PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
 PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python
 PYTHON_MSGPACK_LICENSE = Apache-2.0