From 8915b25daea81c9a478a11ebca850035e02a1e9f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 25 Sep 2017 18:39:13 -0400 Subject: [PATCH] python-pyasn1: update to version 0.3.6 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyasn1.inc | 4 ++-- .../python/{python-pyasn1_0.3.5.bb => python-pyasn1_0.3.6.bb} | 0 .../{python3-pyasn1_0.3.5.bb => python3-pyasn1_0.3.6.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python-pyasn1_0.3.5.bb => python-pyasn1_0.3.6.bb} (100%) rename meta-python/recipes-devtools/python/{python3-pyasn1_0.3.5.bb => python3-pyasn1_0.3.6.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index 4bb214f13..dedb19190 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" -SRC_URI[md5sum] = "285377a0ebc63a3fe903a08135241997" -SRC_URI[sha256sum] = "c7a1186416bcdaf19b56f5b2506200306d7d4cf222d3d7c2d4cb600ccacdaf1b" +SRC_URI[md5sum] = "a2d01c561d4996055641bbbb74eda58f" +SRC_URI[sha256sum] = "f0380ea97db0ede095a0dd87ce3003d46c197191f924206e43f776fc77e51f09" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb similarity index 100% rename from meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb rename to meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb rename to meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb