From 4ebaa75321253f2523e1ace51c86947218528bb1 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Sun, 28 Apr 2019 10:58:50 +0800 Subject: python-pyasn1: upgrade 0.4.4 -> 0.4.5 -Upgrade from python-pyasn1_0.4.4.bb to python-pyasn1_0.4.5.bb. -Upgrade from python3-pyasn1_0.4.4.bb to python3-pyasn1_0.4.5.bb -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyasn1.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyasn1_0.4.4.bb | 6 ------ meta-python/recipes-devtools/python/python-pyasn1_0.4.5.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-pyasn1_0.4.4.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb | 2 ++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index ab34d25084..3827feabae 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc @@ -1,10 +1,10 @@ SUMMARY = "Python library implementing ASN.1 types." HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=815ac3f9ca693006349094b358ab3155" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd" -SRC_URI[md5sum] = "0d182b71e1f72fe147d7957bc90be7f2" -SRC_URI[sha256sum] = "f58f2a3d12fd754aa123e9fa74fb7345333000a035f3921dbdaa08597aa53137" +SRC_URI[md5sum] = "f3c0cfbf882a20811be5ad5a41f74b82" +SRC_URI[sha256sum] = "da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.4.4.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.4.bb deleted file mode 100644 index a13c74dda8..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.4.4.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.5.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.5.bb new file mode 100644 index 0000000000..a13c74dda8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.5.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.4.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.4.bb deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.4.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.5.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit 1.2.3-korg