From 01265fad4ebaa1253666e4918a2b2e4965cdb774 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 17 Oct 2019 14:25:24 +0800 Subject: python-jsonschema: upgrade 3.0.2 -> 3.1.1 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-jsonschema.inc | 4 ++-- .../recipes-devtools/python/python-jsonschema_3.0.2.bb | 12 ------------ .../recipes-devtools/python/python-jsonschema_3.1.1.bb | 12 ++++++++++++ .../recipes-devtools/python/python3-jsonschema_3.0.2.bb | 2 -- .../recipes-devtools/python/python3-jsonschema_3.1.1.bb | 2 ++ 5 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb (limited to 'meta-python/recipes-devtools') 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" -SRC_URI[md5sum] = "2b44d00dccc96d7ba3839190263152eb" -SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d" +SRC_URI[md5sum] = "a802ab85600074a726ef6acc4e6a8148" +SRC_URI[sha256sum] = "2fa0684276b6333ff3c0b1b27081f4b2305f0a36cf702a23db50edb141893c3f" DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" diff --git a/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb b/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb deleted file mode 100644 index b677c646e..000000000 --- a/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -inherit pypi setuptools -require python-jsonschema.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-argparse \ - ${PYTHON_PN}-contextlib \ - ${PYTHON_PN}-functools32 \ - ${PYTHON_PN}-lang \ - ${PYTHON_PN}-re \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-textutils \ -" diff --git a/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb b/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb new file mode 100644 index 000000000..b677c646e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jsonschema_3.1.1.bb @@ -0,0 +1,12 @@ +inherit pypi setuptools +require python-jsonschema.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-functools32 \ + ${PYTHON_PN}-lang \ + ${PYTHON_PN}-re \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-textutils \ +" diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb deleted file mode 100644 index 926990747..000000000 --- a/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-jsonschema.inc diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb new file mode 100644 index 000000000..926990747 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonschema_3.1.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-jsonschema.inc -- cgit v1.2.3-54-g00ecf