From f2b080fb47903f58506b180d398476e1b92ab8f2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 22 Feb 2017 19:13:50 -0500 Subject: python-pyasn1: update to version 0.2.2 Verify the license terms remain intact and update the location and checksum to match the latest copyright modifications Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyasn1.inc | 6 +++--- meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb | 2 -- meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.bb | 2 -- meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb create mode 100644 meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.bb create mode 100644 meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index 72cabc4843..e740305ed0 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc @@ -1,10 +1,10 @@ SUMMARY = "Python library implementing ASN.1 types." HOMEPAGE = "http://pyasn1.sourceforge.net/" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=425e62320d430219736139b134db2fc4" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" -SRC_URI[md5sum] = "f00a02a631d4016818659d1cc38d229a" -SRC_URI[sha256sum] = "853cacd96d1f701ddd67aa03ecc05f51890135b7262e922710112f12a2ed2a7f" +SRC_URI[md5sum] = "800d0114db2084f7256586dadf37d1aa" +SRC_URI[sha256sum] = "6b42f96b942406712e0be5ea2bbbc57d8f30c7835a4904c9c195cc669736d435" RDEPENDS_${PN}_class-target += " \ ${PYTHON_PN}-lang \ diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.bb deleted file mode 100644 index 4461918cac..0000000000 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.1.9.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.2.2.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb new file mode 100644 index 0000000000..4461918cac --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.2.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-pyasn1.inc diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.bb deleted file mode 100644 index a5e2a71362..0000000000 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.1.9.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.2.2.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb new file mode 100644 index 0000000000..a5e2a71362 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.2.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-pyasn1.inc -- cgit 1.2.3-korg