From 720c3af048875f016fca6e2d6b37053db319a744 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 26 Jun 2018 14:00:56 +0800 Subject: python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3 The license checksum changes but the license remains the same. The change is only about year, 2017 -> 2018. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyasn1.inc | 7 ++++--- meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb | 6 ------ meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb | 2 ++ 5 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index f3c32e08af..614b6d4eda 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc @@ -1,10 +1,11 @@ SUMMARY = "Python library implementing ASN.1 types." HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=815ac3f9ca693006349094b358ab3155" -SRC_URI[md5sum] = "cb5883ddc6a9f405600429f37cf0759c" -SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15" + +SRC_URI[sha256sum] = "fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc" +SRC_URI[md5sum] = "311fff5b2a1303a8cdc334c8867a06f4" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ 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 deleted file mode 100644 index a13c74dda8..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit pypi setuptools -require python-pyasn1.inc - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-lang \ -" diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb new file mode 100644 index 0000000000..a13c74dda8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb @@ -0,0 +1,6 @@ +inherit pypi setuptools +require python-pyasn1.inc + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-lang \ +" 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 deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.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.4.3.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit 1.2.3-korg