summaryrefslogtreecommitdiffstats
path: root/package/python-msgpack
diff options
context:
space:
mode:
authorMauro Condarelli <mc5686@mclink.it>2016-02-02 01:44:56 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-02 09:14:48 +0100
commit6709fad224692ae5e0788bbd30145f7d622b52a4 (patch)
tree56a983c6e2f040c28c8aef10a8136d0fcfb622c5 /package/python-msgpack
parent2e2eff303095366092e11278bc0689e707cf9ef5 (diff)
downloadbuildroot-6709fad224692ae5e0788bbd30145f7d622b52a4.tar.gz
buildroot-6709fad224692ae5e0788bbd30145f7d622b52a4.zip
python-msgpack: bump to 0.4.7
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>
Diffstat (limited to 'package/python-msgpack')
-rw-r--r--package/python-msgpack/Config.in1
-rw-r--r--package/python-msgpack/python-msgpack.hash3
-rw-r--r--package/python-msgpack/python-msgpack.mk2
3 files changed, 4 insertions, 2 deletions
diff --git a/package/python-msgpack/Config.in b/package/python-msgpack/Config.in
index ed0b43255d..e740835090 100644
--- a/package/python-msgpack/Config.in
+++ b/package/python-msgpack/Config.in
@@ -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
index 0000000000..636aa905e2
--- /dev/null
+++ b/package/python-msgpack/python-msgpack.hash
@@ -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
diff --git a/package/python-msgpack/python-msgpack.mk b/package/python-msgpack/python-msgpack.mk
index adf78b24eb..344b7bf150 100644
--- a/package/python-msgpack/python-msgpack.mk
+++ b/package/python-msgpack/python-msgpack.mk
@@ -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
OpenPOWER on IntegriCloud