From c4b47e17df54ad48b7953d11e450d41329b41f91 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 16 Feb 2017 18:09:34 -0500 Subject: python-jsonschema: update to version 2.6.0 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-jsonschema.inc | 4 ++-- meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb | 8 -------- meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb | 8 ++++++++ meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb | 8 -------- meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | 8 ++++++++ 5 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.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 3466457e09..74933f58cd 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] = "374e848fdb69a3ce8b7e778b47c30640" -SRC_URI[sha256sum] = "36673ac378feed3daa5956276a829699056523d7961027911f064b52255ead41" +SRC_URI[md5sum] = "50c6b69a373a8b55ff1e0ec6e78f13f4" +SRC_URI[sha256sum] = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02" RDEPENDS_${PN} += " \ ${PYTHON_PN}-core \ diff --git a/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb deleted file mode 100644 index 3bb5220188..0000000000 --- a/meta-python/recipes-devtools/python/python-jsonschema_2.5.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit pypi setuptools -require python-jsonschema.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-argparse \ - ${PYTHON_PN}-contextlib \ - ${PYTHON_PN}-functools32 \ -" 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 new file mode 100644 index 0000000000..3bb5220188 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools +require python-jsonschema.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-functools32 \ +" diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb deleted file mode 100644 index 53b88396fe..0000000000 --- a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -inherit pypi setuptools3 -require python-jsonschema.inc - -DEPENDS += "python3-vcversioner" - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-misc \ -" 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 new file mode 100644 index 0000000000..53b88396fe --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb @@ -0,0 +1,8 @@ +inherit pypi setuptools3 +require python-jsonschema.inc + +DEPENDS += "python3-vcversioner" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ +" -- cgit 1.2.3-korg