From c5a00091f5b296f56229417323b8eb0fa8c1d531 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 9 Jul 2018 18:06:52 -0400 Subject: python-simplejson: update to version 3.16.0 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-simplejson.inc | 4 ++-- meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb | 4 ---- meta-python/recipes-devtools/python/python-simplejson_3.16.0.bb | 4 ++++ meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb | 2 -- meta-python/recipes-devtools/python/python3-simplejson_3.16.0.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb create mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.16.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.16.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc index e28d51859e..3d36f96089 100644 --- a/meta-python/recipes-devtools/python/python-simplejson.inc +++ b/meta-python/recipes-devtools/python/python-simplejson.inc @@ -4,8 +4,8 @@ HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e" -SRC_URI[md5sum] = "870bf6257465ce2ee8cad14e2394f7eb" -SRC_URI[sha256sum] = "4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a" +SRC_URI[md5sum] = "744fa99aed207478f8fbf9dd9f04fad3" +SRC_URI[sha256sum] = "b1f329139ba647a9548aa05fb95d046b4a677643070dc2afc05fa2e975d09ca5" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb b/meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb deleted file mode 100644 index 24ad9a9608..0000000000 --- a/meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-simplejson.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-re" diff --git a/meta-python/recipes-devtools/python/python-simplejson_3.16.0.bb b/meta-python/recipes-devtools/python/python-simplejson_3.16.0.bb new file mode 100644 index 0000000000..24ad9a9608 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-simplejson_3.16.0.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-simplejson.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-re" diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb deleted file mode 100644 index 38f406c5de..0000000000 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-simplejson.inc diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.16.0.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.16.0.bb new file mode 100644 index 0000000000..38f406c5de --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.16.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-simplejson.inc -- cgit 1.2.3-korg