From a187ec0002cbe0496964a35ad81f13b2532a1798 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 24 Oct 2017 20:13:38 -0400 Subject: python-pyasn1: update to version 0.3.7 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-pyasn1.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb | 2 -- meta-python/recipes-devtools/python/python-pyasn1_0.3.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.3.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index dedb19190..aa375f66c 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] = "a2d01c561d4996055641bbbb74eda58f" -SRC_URI[sha256sum] = "f0380ea97db0ede095a0dd87ce3003d46c197191f924206e43f776fc77e51f09" +SRC_URI[md5sum] = "d58ecd0d9ff07218073c5acb12974254" +SRC_URI[sha256sum] = "187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb deleted file mode 100644 index 4461918ca..000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.3.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.3.7.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.3.7.bb new file mode 100644 index 000000000..4461918ca --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.3.7.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb deleted file mode 100644 index a5e2a7136..000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb new file mode 100644 index 000000000..a5e2a7136 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit v1.2.3-54-g00ecf