From 6411f5f73b676438ecc3468a06fa4500d8aa92d4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 19 Sep 2017 10:36:12 -0400 Subject: python-pyasn1: update to version 0.3.5 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyasn1.inc | 4 ++-- meta-python/recipes-devtools/python/python-pyasn1_0.3.4.bb | 2 -- meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyasn1_0.3.4.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.3.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index 4166b89c7b..4bb214f13d 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc @@ -3,8 +3,8 @@ HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" -SRC_URI[md5sum] = "738e645ff075c9eb95fbee0411529323" -SRC_URI[sha256sum] = "3946ff0ab406652240697013a89d76e388344866033864ef2b097228d1f0101a" +SRC_URI[md5sum] = "285377a0ebc63a3fe903a08135241997" +SRC_URI[sha256sum] = "c7a1186416bcdaf19b56f5b2506200306d7d4cf222d3d7c2d4cb600ccacdaf1b" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-codecs \ diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.3.4.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.3.4.bb deleted file mode 100644 index 4461918cac..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.3.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb new file mode 100644 index 0000000000..4461918cac --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.3.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.4.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.4.bb deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.3.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit 1.2.3-korg