From b534bf97b621b95907af1f65c1bd50a9deab57a9 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Fri, 23 Aug 2019 15:22:35 +0900 Subject: python-jsonschema: upgrade 2.6.0 -> 3.0.2 Add dependency on setuptools-scm-native Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-jsonschema.inc | 6 +++--- .../recipes-devtools/python/python-jsonschema_2.6.0.bb | 12 ------------ .../recipes-devtools/python/python-jsonschema_3.0.2.bb | 12 ++++++++++++ .../recipes-devtools/python/python3-jsonschema_2.6.0.bb | 2 -- .../recipes-devtools/python/python3-jsonschema_3.0.2.bb | 2 ++ 5 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 6fdc02498..8f5bdaa58 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc @@ -2,10 +2,10 @@ SUMMARY = "An implementation of JSON Schema validation for Python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" -SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4" -SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02" +SRC_URI[md5sum] = "2b44d00dccc96d7ba3839190263152eb" +SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d" -DEPENDS += "${PYTHON_PN}-vcversioner-native" +DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" RDEPENDS_${PN} += " \ ${PYTHON_PN}-core \ diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb deleted file mode 100644 index b677c646e..000000000 --- a/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.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.0.2.bb b/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.bb new file mode 100644 index 000000000..b677c646e --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jsonschema_3.0.2.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_2.6.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb deleted file mode 100644 index 926990747..000000000 --- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.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.0.2.bb b/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb new file mode 100644 index 000000000..926990747 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonschema_3.0.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-jsonschema.inc -- cgit v1.2.3-54-g00ecf