From dbbee6e75d6a2506bd10f5e894a716a538cea87b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 3 Jan 2018 17:39:34 -0500 Subject: python-jsonpatch: update to version 1.21 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-jsonpatch.inc | 4 ++-- meta-python/recipes-devtools/python/python-jsonpatch_1.20.bb | 2 -- meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb | 2 ++ meta-python/recipes-devtools/python/python3-jsonpatch_1.20.bb | 6 ------ meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb | 6 ++++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-jsonpatch_1.20.bb create mode 100644 meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb delete mode 100644 meta-python/recipes-devtools/python/python3-jsonpatch_1.20.bb create mode 100644 meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb diff --git a/meta-python/recipes-devtools/python/python-jsonpatch.inc b/meta-python/recipes-devtools/python/python-jsonpatch.inc index 8653de9be0..838dbe3321 100644 --- a/meta-python/recipes-devtools/python/python-jsonpatch.inc +++ b/meta-python/recipes-devtools/python/python-jsonpatch.inc @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=32b15c843b7a329130f4e266a281ebb3" inherit pypi -SRC_URI[md5sum] = "b82b9ecad4cdef86bf0b88cbdbf7a8b9" -SRC_URI[sha256sum] = "b12594a0cfe634bdd2a5c027250af2dd84932d493568e88ae722871edc3eb02d" +SRC_URI[md5sum] = "0b20d819daf120ed3fef3be608f2ce18" +SRC_URI[sha256sum] = "11f5ffdf543a83047a2f54ac28f8caad7f34724cb1ea26b27547fd974f1a2153" RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-stringold" diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.20.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.20.bb deleted file mode 100644 index e45699a6d6..0000000000 --- a/meta-python/recipes-devtools/python/python-jsonpatch_1.20.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-jsonpatch.inc diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb new file mode 100644 index 0000000000..e45699a6d6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-jsonpatch_1.21.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-jsonpatch.inc diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.20.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.20.bb deleted file mode 100644 index eb55934858..0000000000 --- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.20.bb +++ /dev/null @@ -1,6 +0,0 @@ -inherit setuptools3 -require python-jsonpatch.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-enum \ -" diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb new file mode 100644 index 0000000000..eb55934858 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb @@ -0,0 +1,6 @@ +inherit setuptools3 +require python-jsonpatch.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum \ +" -- cgit 1.2.3-korg