From 5fc1c31209261f577fc934e1d6493c78b48e3952 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 24 Jul 2017 14:26:34 -0400 Subject: python-simplejson: update to version 3.11.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-simplejson.inc | 4 ++-- meta-python/recipes-devtools/python/python-simplejson_3.10.0.bb | 2 -- meta-python/recipes-devtools/python/python-simplejson_3.11.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb | 7 ------- meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb | 7 +++++++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python-simplejson_3.11.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-simplejson_3.11.1.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 2eed199655..13c04568ff 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] = "426a9631d22851a7a970b1a677368b15" -SRC_URI[sha256sum] = "953be622e88323c6f43fad61ffd05bebe73b9fd9863a46d68b052d2aa7d71ce2" +SRC_URI[md5sum] = "6e2f1bd5fb0a926facf5d89d217a7183" +SRC_URI[sha256sum] = "01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-simplejson_3.10.0.bb b/meta-python/recipes-devtools/python/python-simplejson_3.10.0.bb deleted file mode 100644 index e33edfebaa..0000000000 --- a/meta-python/recipes-devtools/python/python-simplejson_3.10.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.11.1.bb b/meta-python/recipes-devtools/python/python-simplejson_3.11.1.bb new file mode 100644 index 0000000000..e33edfebaa --- /dev/null +++ b/meta-python/recipes-devtools/python/python-simplejson_3.11.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-simplejson.inc diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.10.0.bb deleted file mode 100644 index d44bc1526d..0000000000 --- a/meta-python/recipes-devtools/python/python3-simplejson_3.10.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.11.1.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb new file mode 100644 index 0000000000..d44bc1526d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-simplejson_3.11.1.bb @@ -0,0 +1,7 @@ +inherit setuptools3 +require python-simplejson.inc + +# Requires _pydecimal which is in misc +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ +" -- cgit 1.2.3-korg