From 19c7597ac254f71fc1ca06cd4c8603a4231fec3b 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 (From meta-openembedded commit: 271f24dd4b0be5fd639587f6513c07c732fb60ee) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-asn1crypto_1.2.0.bb | 29 ---------------------- recipes-devtools/python/python-asn1crypto_1.3.0.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 recipes-devtools/python/python-asn1crypto_1.2.0.bb create mode 100644 recipes-devtools/python/python-asn1crypto_1.3.0.bb diff --git a/recipes-devtools/python/python-asn1crypto_1.2.0.bb b/recipes-devtools/python/python-asn1crypto_1.2.0.bb deleted file mode 100644 index 14788aa..0000000 --- a/recipes-devtools/python/python-asn1crypto_1.2.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "A fast, pure Python library for parsing and serializing ASN.1 structures" -DESCRIPTION = "Fast ASN.1 parser and serializer with definitions for private \ -keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, \ -PKCS#12, PKCS#5, X.509 and TSP" -HOMEPAGE = "https://github.com/wbond/asn1crypto" -SECTION = "devel/python" - -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" - -SRC_URI[md5sum] = "fc3815cdd4812505e3ee297740c5f5d3" -SRC_URI[sha256sum] = "87620880a477123e01177a1f73d0f327210b43a3cdbd714efcd2fa49a8d7b384" - -PYPI_PACKAGE = "asn1crypto" - -inherit pypi setuptools - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-codecs \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-ctypes \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-io \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-textutils \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/recipes-devtools/python/python-asn1crypto_1.3.0.bb b/recipes-devtools/python/python-asn1crypto_1.3.0.bb new file mode 100644 index 0000000..90c6d83 --- /dev/null +++ b/recipes-devtools/python/python-asn1crypto_1.3.0.bb @@ -0,0 +1,29 @@ +SUMMARY = "A fast, pure Python library for parsing and serializing ASN.1 structures" +DESCRIPTION = "Fast ASN.1 parser and serializer with definitions for private \ +keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, \ +PKCS#12, PKCS#5, X.509 and TSP" +HOMEPAGE = "https://github.com/wbond/asn1crypto" +SECTION = "devel/python" + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7439e38f5e04ff62fae436184786b7ca" + +SRC_URI[md5sum] = "daad112940181917e3ff169b47b9bd9a" +SRC_URI[sha256sum] = "5a215cb8dc12f892244e3a113fe05397ee23c5c4ca7a69cd6e69811755efc42d" + +PYPI_PACKAGE = "asn1crypto" + +inherit pypi setuptools + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-codecs \ + ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-ctypes \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-io \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-textutils \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg