From b76cedf440e124e10d6374f86672ba6dacccea73 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 19 Dec 2017 10:41:20 -0500 Subject: python-simplejson: update to version 3.13.2 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-simplejson.inc | 4 ++-- meta-python/recipes-devtools/python/python-simplejson_3.12.0.bb | 2 -- meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-simplejson_3.12.0.bb | 7 ------- meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb | 7 +++++++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.12.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb diff --git a/meta-python/recipes-devtools/python/python-simplejson.inc b/meta-python/recipes-devtools/python/python-simplejson.inc index 50524f3597..95df3f356f 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] = "048548acae58984b3e939b3bcf182c8e" -SRC_URI[sha256sum] = "df5e38f5e0a24abe0e02276aa5c3f8504150047a51c0b6b848b8153e6e6d395e" +SRC_URI[md5sum] = "870bf6257465ce2ee8cad14e2394f7eb" +SRC_URI[sha256sum] = "4c4ecf20e054716cc1e5a81cadc44d3f4027108d8dd0861d8b1e3bd7a32d4f0a" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-simplejson_3.12.0.bb b/meta-python/recipes-devtools/python/python-simplejson_3.12.0.bb deleted file mode 100644 index e33edfebaa..0000000000 --- a/meta-python/recipes-devtools/python/python-simplejson_3.12.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-simplejson.inc 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 new file mode 100644 index 0000000000..e33edfebaa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-simplejson_3.13.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-simplejson.inc diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.12.0.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.12.0.bb deleted file mode 100644 index d44bc1526d..0000000000 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.12.0.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit setuptools3 -require python-simplejson.inc - -# Requires _pydecimal which is in misc -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-misc \ -" 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 new file mode 100644 index 0000000000..d44bc1526d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.13.2.bb @@ -0,0 +1,7 @@ +inherit setuptools3 +require python-simplejson.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ +" -- cgit v1.2.3-54-g00ecf