From 8eaaf546bfb6c2c0fd73c2630c66ecdb1a51aff3 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 28 Feb 2017 17:06:03 -0500 Subject: python-pyasn1: update to version 2.2.3 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyasn1.inc | 7 +++++-- meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb | 2 -- meta-python/recipes-devtools/python/python-pyasn1_0.2.3.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.2.3.bb | 2 ++ 5 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.2.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.2.3.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 e740305ed0..4eb2d9bedc 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc @@ -3,11 +3,14 @@ HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" -SRC_URI[md5sum] = "800d0114db2084f7256586dadf37d1aa" -SRC_URI[sha256sum] = "6b42f96b942406712e0be5ea2bbbc57d8f30c7835a4904c9c195cc669736d435" +SRC_URI[md5sum] = "79f98135071c8dd5c37b6c923c51be45" +SRC_URI[sha256sum] = "738c4ebd88a718e700ee35c8d129acce2286542daa80a82823a7073644f706ad" RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-codecs \ ${PYTHON_PN}-lang \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-math \ ${PYTHON_PN}-shell \ " diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb deleted file mode 100644 index 4461918cac..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.2.2.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.2.3.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.2.3.bb new file mode 100644 index 0000000000..4461918cac --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.2.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.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.2.3.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.2.3.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.2.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit 1.2.3-korg