From a96e4cceaeb02aa62980f05d6d89ba84d0d70731 Mon Sep 17 00:00:00 2001 From: Li xin Date: Thu, 6 Aug 2015 16:11:58 +0800 Subject: python-jsonpatch: upgrade 1.9 -> 1.11 Signed-off-by: Li Xin Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jsonpatch_1.11.bb | 19 +++++++++++++++++++ .../recipes-devtools/python/python-jsonpatch_1.9.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb new file mode 100644 index 0000000..3d9f058 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.11.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "An implementation of the JSON Patch format" +HOMEPAGE = "https://github.com/stefankoegl/python-json-patch" +SECTION = "devel/python" +LICENSE = "BSD+" +LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe" + +PR = "r0" +SRCNAME = "jsonpatch" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "9f2d0aa31f99cc97089a203c5bed3924" +SRC_URI[sha256sum] = "22d0bc0f5522a4a03dd9fb4c4cdf7c1f03256546c88be4c61e5ceabd22280e47" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-jsonpointer" diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb deleted file mode 100644 index 24c87b0..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.9.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "An implementation of the JSON Patch format" -HOMEPAGE = "https://github.com/stefankoegl/python-json-patch" -SECTION = "devel/python" -LICENSE = "BSD+" -LIC_FILES_CHKSUM = "file://jsonpatch.py;beginline=3;endline=30;md5=5cd7d1fbd6b236ed142e4285624f58fe" - -PR = "r0" -SRCNAME = "jsonpatch" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "5eee76359052a1c289cf61eaf037332d" -SRC_URI[sha256sum] = "e997076450992aa7af2f4ae6c3e7767d390ddb6746979c74fd2092bb8fbdf5b2" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-jsonpointer" -- cgit v1.2.3-54-g00ecf