diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-11-22 12:32:22 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-24 09:31:08 -0800 |
commit | 05ecf0d4ff955f3debe1a8e2988d78f4aeaa3b57 (patch) | |
tree | 0ac6bae994b463c5bcfd8006779b06af50611794 /meta-python | |
parent | d436be7ef0ff6bd6120e59f0dd3c5d3db2f82caa (diff) | |
download | meta-openembedded-05ecf0d4ff955f3debe1a8e2988d78f4aeaa3b57.tar.gz |
python3-jsonpointer: Upgrade 2.1 -> 2.2
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonpointer_2.2.bb (renamed from meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonpointer_2.1.bb b/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" | |||
5 | 5 | ||
6 | inherit pypi ptest setuptools3 | 6 | inherit pypi ptest setuptools3 |
7 | 7 | ||
8 | SRC_URI[sha256sum] = "5a34b698db1eb79ceac454159d3f7c12a451a91f6334a4f638454327b7a89962" | 8 | SRC_URI[sha256sum] = "f09f8deecaaa5aea65b5eb4f67ca4e54e1a61f7a11c75085e360fe6feb6a48bf" |
9 | 9 | ||
10 | RDEPENDS:${PN} += " \ | 10 | RDEPENDS:${PN} += " \ |
11 | ${PYTHON_PN}-json \ | 11 | ${PYTHON_PN}-json \ |