From 2076891a3f97d33ddd0485211b905abd4d9fbbcf Mon Sep 17 00:00:00 2001 From: Diego Rondini Date: Thu, 27 Mar 2014 13:10:41 +0100 Subject: [PATCH] python-autobahn: upgrade to version 0.8.6 Changes: * upgraded python-autobahn to latest upstream * updated license checksum because upstream increased copyright year from 2013 to 2014 Signed-off-by: Diego Rondini Signed-off-by: Martin Jansa --- .../{python-autobahn_0.5.14.bb => python-autobahn_0.8.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/python/{python-autobahn_0.5.14.bb => python-autobahn_0.8.6.bb} (87%) diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb similarity index 87% rename from meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb rename to meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb index 0208c8b50e..a1e8c5f98b 100644 --- a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb +++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb @@ -5,10 +5,10 @@ HOMEPAGE = "http://autobahn.ws/python" SECTION = "console/network" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=81964ceb3ab93bfb5e8cfbcd26f3af9c" +LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3" SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip" -SRC_URI[md5sum] = "e2c80ba3e46428b32837537609d4d582" +SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" S = "${WORKDIR}/autobahn-${PV}"