diff options
author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-10-17 14:25:24 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-17 08:33:53 -0700 |
commit | 01265fad4ebaa1253666e4918a2b2e4965cdb774 (patch) | |
tree | 332cbf443067b5bcde7e90a193b8b7a914d20862 /meta-python/recipes-devtools | |
parent | 049ec11f0e2aaf47fd8e13a7736f2d58e0331512 (diff) | |
download | meta-openembedded-01265fad4ebaa1253666e4918a2b2e4965cdb774.tar.gz |
python-jsonschema: upgrade 3.0.2 -> 3.1.1
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb (renamed from meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index c772e9eb5..d9ccf1cad 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -2,8 +2,8 @@ SUMMARY = "An implementation of JSON Schema validation for Python" | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "2b44d00dccc96d7ba3839190263152eb" | 5 | SRC_URI[md5sum] = "a802ab85600074a726ef6acc4e6a8148" |
6 | SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d" | 6 | SRC_URI[sha256sum] = "2fa0684276b6333ff3c0b1b27081f4b2305f0a36cf702a23db50edb141893c3f" |
7 | 7 | ||
8 | DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" | 8 | DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" |
9 | 9 | ||
diff --git a/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb b/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb index b677c646e..b677c646e 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb index 926990747..926990747 100644 --- a/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb | |||