From 189c69ca6496f94fcb93eb994abaa87b28a43b52 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. (From meta-openembedded commit: 151b1b975167a695c5efaf6dfcd5977d24a7978b) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-asn1crypto.inc | 6 +++--- recipes-devtools/python/python-asn1crypto_0.24.0.bb | 7 ------- recipes-devtools/python/python-asn1crypto_1.0.1.bb | 7 +++++++ 3 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 recipes-devtools/python/python-asn1crypto_0.24.0.bb create mode 100644 recipes-devtools/python/python-asn1crypto_1.0.1.bb diff --git a/recipes-devtools/python/python-asn1crypto.inc b/recipes-devtools/python/python-asn1crypto.inc index e85ce9a..b18dbaf 100644 --- a/recipes-devtools/python/python-asn1crypto.inc +++ b/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/recipes-devtools/python/python-asn1crypto_0.24.0.bb b/recipes-devtools/python/python-asn1crypto_0.24.0.bb deleted file mode 100644 index 46aace2..0000000 --- a/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/recipes-devtools/python/python-asn1crypto_1.0.1.bb b/recipes-devtools/python/python-asn1crypto_1.0.1.bb new file mode 100644 index 0000000..46aace2 --- /dev/null +++ b/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 \ +" -- cgit 1.2.3-korg