From 31c4542f28ff089c2e982e5b036228520e6d82ba Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 2 Aug 2019 14:10:24 +0800 Subject: python-pyasn1: upgrade 0.4.5 -> 0.4.6 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-pyasn1.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyasn1_0.4.5.bb | 6 ------ meta-python/recipes-devtools/python/python-pyasn1_0.4.6.bb | 6 ++++++ meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.4.6.bb | 2 ++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.5.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.4.6.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.4.6.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 3827feabae..1086f30bf6 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=a14482d15c2249de3b6f0e8a47e021fd" -SRC_URI[md5sum] = "f3c0cfbf882a20811be5ad5a41f74b82" -SRC_URI[sha256sum] = "da2420fe13a9452d8ae97a0e478adde1dee153b11ba832a95b223a2ba01c10f7" +SRC_URI[md5sum] = "67f1da0cf680761d29169e54e7d53159" +SRC_URI[sha256sum] = "b773d5c9196ffbc3a1e13bdf909d446cad80a039aa3340bcad72f395b76ebc86" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ 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 deleted file mode 100644 index a13c74dda8..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.4.5.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.6.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.6.bb new file mode 100644 index 0000000000..a13c74dda8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.6.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.5.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.bb deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.5.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.6.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.6.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.6.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit v1.2.3-54-g00ecf