From ade80c2aa87d42d66004305e449ab161a9a1bbc8 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 22 Feb 2016 08:35:04 -0500 Subject: python-msgpack: update to 0.4.7 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb | 11 ----------- meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb create mode 100644 meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb deleted file mode 100644 index 55a2ff1910..0000000000 --- a/meta-python/recipes-devtools/python/python-msgpack_0.4.5.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "MessagePack (de)serializer" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" - -PR = "r0" - -SRC_URI[md5sum] = "3b82bc542d5599896695512e7c32f42d" -SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb" - -PYPI_PACKAGE = "msgpack-python" -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb new file mode 100644 index 0000000000..3b7853e91f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb @@ -0,0 +1,11 @@ +SUMMARY = "MessagePack (de)serializer" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" + +PR = "r0" + +SRC_URI[md5sum] = "eb2aad1081534ef3a9f32a0ecd350b9b" +SRC_URI[sha256sum] = "5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b" + +PYPI_PACKAGE = "msgpack-python" +inherit pypi setuptools -- cgit v1.2.3-54-g00ecf