From e08670d4362b57373557fbe6b31cbffffa465acc Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 27 Nov 2017 15:00:02 -0500 Subject: python-pyasn1: update to version 0.4.2 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.7.bb | 2 -- meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.3.7.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index aa375f66ce..2539101ce3 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] = "d58ecd0d9ff07218073c5acb12974254" -SRC_URI[sha256sum] = "187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965" +SRC_URI[md5sum] = "cb5883ddc6a9f405600429f37cf0759c" +SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ 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 deleted file mode 100644 index 4461918cac..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.3.7.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.4.2.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb new file mode 100644 index 0000000000..4461918cac --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +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 deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.7.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.4.2.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit 1.2.3-korg