diff options
author | 2015-12-08 18:33:29 +0100 | |
---|---|---|
committer | 2015-12-11 12:11:29 -0500 | |
commit | 8499e3795089836919374040edf0c8d2180f8a57 (patch) | |
tree | d4392f3a1e430d4d7e3068e44f3d20c0808837be | |
parent | f6dbf1d830928f5708f4e88d1f0b00b85d16d10e (diff) | |
download | meta-cloud-services-8499e3795089836919374040edf0c8d2180f8a57.tar.gz meta-cloud-services-8499e3795089836919374040edf0c8d2180f8a57.tar.bz2 meta-cloud-services-8499e3795089836919374040edf0c8d2180f8a57.zip |
python-msgpack: upgrade 0.4.5 -> 0.4.6
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb (renamed from meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb index 206b03dd..96ec047f 100644 --- a/meta-openstack/recipes-devtools/python/python-msgpack_0.4.5.bb +++ b/meta-openstack/recipes-devtools/python/python-msgpack_0.4.6.bb @@ -9,8 +9,8 @@ SRCNAME = "msgpack-python" SRC_URI = "https://pypi.python.org/packages/source/m/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "3b82bc542d5599896695512e7c32f42d" -SRC_URI[sha256sum] = "a07cd6615a6bf38cfa2f010b121c7e77b74a3e7b971ef3e475c3d33308014cbb" +SRC_URI[md5sum] = "8b317669314cf1bc881716cccdaccb30" +SRC_URI[sha256sum] = "bfcc581c9dbbf07cc2f951baf30c3249a57e20dcbd60f7e6ffc43ab3cc614794" S = "${WORKDIR}/${SRCNAME}-${PV}" |