From 151b1b975167a695c5efaf6dfcd5977d24a7978b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 9 Oct 2019 16:23:24 +0800 Subject: python-asn1crypto: upgrade 0.24.0 -> 1.0.1 -License-Update: Copyright year updated to 2019. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-asn1crypto.inc | 6 +++--- meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb | 7 ------- meta-python/recipes-devtools/python/python-asn1crypto_1.0.1.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb | 6 ------ meta-python/recipes-devtools/python/python3-asn1crypto_1.0.1.bb | 6 ++++++ 5 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb create mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_1.0.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_1.0.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-asn1crypto.inc b/meta-python/recipes-devtools/python/python-asn1crypto.inc index e85ce9a912..b18dbaf335 100644 --- a/meta-python/recipes-devtools/python/python-asn1crypto.inc +++ b/meta-python/recipes-devtools/python/python-asn1crypto.inc @@ -2,12 +2,12 @@ DESCRIPTION = "A fast, pure Python library for parsing and serializing ASN.1 str HOMEPAGE = "https://github.com/wbond/asn1crypto" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=52010cd3c7d7bd965b55721ef4d93ec2" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" PYPI_PACKAGE = "asn1crypto" -SRC_URI[md5sum] = "de3520426e81a6581352d4366f310eb1" -SRC_URI[sha256sum] = "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49" +SRC_URI[md5sum] = "cf33950b47b5148e29f1d62a6b6c009b" +SRC_URI[sha256sum] = "0b199f211ae690df3db4fd6c1c4ff976497fb1da689193e368eedbadc53d9292" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb deleted file mode 100644 index 46aace286f..0000000000 --- a/meta-python/recipes-devtools/python/python-asn1crypto_0.24.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.0.1.bb b/meta-python/recipes-devtools/python/python-asn1crypto_1.0.1.bb new file mode 100644 index 0000000000..46aace286f --- /dev/null +++ b/meta-python/recipes-devtools/python/python-asn1crypto_1.0.1.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_0.24.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb deleted file mode 100644 index cfbe57520c..0000000000 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.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.0.1.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_1.0.1.bb new file mode 100644 index 0000000000..cfbe57520c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_1.0.1.bb @@ -0,0 +1,6 @@ +inherit setuptools3 +require python-asn1crypto.inc + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-shell \ +" -- cgit 1.2.3-korg