From 271f24dd4b0be5fd639587f6513c07c732fb60ee Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 13 Jan 2020 09:09:39 -0800 Subject: python-asn1crypto: 1.2.0 -> 1.3.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-asn1crypto.inc | 4 ++-- meta-python/recipes-devtools/python/python-asn1crypto_1.2.0.bb | 7 ------- meta-python/recipes-devtools/python/python-asn1crypto_1.3.0.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-asn1crypto_1.2.0.bb | 6 ------ meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb | 6 ++++++ 5 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_1.3.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_1.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc index 9b8c1cb048..de6e1a55bb 100644 --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" PYPI_PACKAGE = "asn1crypto" -SRC_URI[md5sum] = "fc3815cdd4812505e3ee297740c5f5d3" -SRC_URI[sha256sum] = "87620880a477123e01177a1f73d0f327210b43a3cdbd714efcd2fa49a8d7b384" +SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a" +SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_1.2.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_1.2.0.bb deleted file mode 100644 index 46aace286f..0000000000 --- a/meta-python/recipes-devtools/python/python-asn1crypto_1.2.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools -require python-asn1crypto.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-textutils \ -" diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_1.3.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_1.3.0.bb new file mode 100644 index 0000000000..46aace286f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-asn1crypto_1.3.0.bb @@ -0,0 +1,7 @@ +inherit setuptools +require python-asn1crypto.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-textutils \ +" diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.2.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.2.0.bb deleted file mode 100644 index cfbe57520c..0000000000 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_1.2.0.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools3 -require python-asn1crypto.inc - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-shell \ -" diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb new file mode 100644 index 0000000000..cfbe57520c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.3.0.bb @@ -0,0 +1,6 @@ +inherit setuptools3 +require python-asn1crypto.inc + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-shell \ +" -- cgit v1.2.3-54-g00ecf