[meta-python,4/5] python3-simplejson: Upgrade 3.17.5 -> 3.17.6

Message ID 20211119102740.2676-4-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-prompt-toolkit: Upgrade 3.0.21 -> 3.0.22 | expand

Commit Message

Leon Anavi Nov. 19, 2021, 10:27 a.m. UTC
Upgrade to release 3.17.6:

- Declare support for Python 3.10 and add wheels

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-simplejson_3.17.5.bb => python3-simplejson_3.17.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-simplejson_3.17.5.bb => python3-simplejson_3.17.6.bb} (87%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb b/meta-python/recipes-devtools/python/python3-simplejson_3.17.6.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb
rename to meta-python/recipes-devtools/python/python3-simplejson_3.17.6.bb
index 7c92761c4..b836f97fe 100644
--- a/meta-python/recipes-devtools/python/python3-simplejson_3.17.5.bb
+++ b/meta-python/recipes-devtools/python/python3-simplejson_3.17.6.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "http://cheeseshop.python.org/pypi/simplejson"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c6338d7abd321c0b50a2a547e441c52e"
 
-SRC_URI[sha256sum] = "91cfb43fb91ff6d1e4258be04eee84b51a4ef40a28d899679b9ea2556322fb50"
+SRC_URI[sha256sum] = "cf98038d2abf63a1ada5730e91e84c642ba6c225b0198c3684151b1f80c5f8a6"
 
 inherit pypi setuptools3