[meta-python,3/3] python3-jsonpointer: Upgrade 2.1 -> 2.2

Message ID 20211122103222.31758-3-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-imageio: Upgrade 2.11.0 -> 2.11.1 | expand

Commit Message

Leon Anavi Nov. 22, 2021, 10:32 a.m. UTC
Upgrade to release 2.2:

- Add method and add classmethod tag
- Add test for get_parts (new method)

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb b/meta-python/recipes-devtools/python/python3-jsonpointer_2.2.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb
rename to meta-python/recipes-devtools/python/python3-jsonpointer_2.2.bb
index fb3d9e0da..225fde755 100644
--- a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonpointer_2.2.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=32b15c843b7a329130f4e266a281ebb3"
 
 inherit pypi ptest setuptools3
 
-SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962"
+SRC_URI[sha256sum] = "f09f8deecaaa5aea65b5eb4f67ca4e54e1a61f7a11c75085e360fe6feb6a48bf"
 
 RDEPENDS:${PN} += " \
     ${PYTHON_PN}-json \