From 80b6e6f151588765000cf17d2b86d0ded762def1 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 19 Dec 2017 10:42:06 -0500 Subject: python-asn1crypto: update to version 0.24.0 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-asn1crypto.inc | 4 ++-- meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb | 2 -- meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb | 2 ++ meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb | 8 -------- meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb | 8 ++++++++ 5 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb create mode 100644 meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-asn1crypto_0.24.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 92c71989d8..0d3ee41528 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=52010cd3c7d7bd965b55721ef4d93ec2" PYPI_PACKAGE = "asn1crypto" -SRC_URI[md5sum] = "97d54665c397b72b165768398dfdd876" -SRC_URI[sha256sum] = "0874981329cfebb366d6584c3d16e913f2a0eb026c9463efcc4aaf42a9d94d70" +SRC_URI[md5sum] = "de3520426e81a6581352d4366f310eb1" +SRC_URI[sha256sum] = "9d5c20441baf0cb60a4ac34cc447c6c189024b6b4c6cd7877034f4965c464e49" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb deleted file mode 100644 index 6af60c2d42..0000000000 --- a/meta-python/recipes-devtools/python/python-asn1crypto_0.23.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-asn1crypto.inc 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 new file mode 100644 index 0000000000..6af60c2d42 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-asn1crypto_0.24.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-asn1crypto.inc diff --git a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb b/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb deleted file mode 100644 index bc672158a9..0000000000 --- a/meta-python/recipes-devtools/python/python3-asn1crypto_0.23.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit setuptools3 -require python-asn1crypto.inc - -RDEPENDS_${PN}_class-target += " \ - ${PYTHON_PN}-enum \ - ${PYTHON_PN}-selectors \ - ${PYTHON_PN}-shell \ -" 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 new file mode 100644 index 0000000000..bc672158a9 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-asn1crypto_0.24.0.bb @@ -0,0 +1,8 @@ +inherit setuptools3 +require python-asn1crypto.inc + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-enum \ + ${PYTHON_PN}-selectors \ + ${PYTHON_PN}-shell \ +" -- cgit v1.2.3-54-g00ecf