From ff334f8d56618ff9d6610f9d604c3f1f0b650567 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 29 Apr 2015 11:08:24 +0800 Subject: python-jsonpath-rw: upgrade to 1.4.0 Signed-off-by: Jackie Huang Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-jsonpath-rw_1.3.0.bb | 17 ----------------- .../recipes-devtools/python/python-jsonpath-rw_1.4.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 17 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.3.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.3.0.bb deleted file mode 100644 index daa23a3..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.3.0.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "A robust and significantly extended implementation of JSONPath for Python" -HOMEPAGE = "https://github.com/kennknowles/python-jsonpath-rw" -SECTION = "devel/python" -LICENSE = "BSD+" -LIC_FILES_CHKSUM = "file://README.rst;md5=e3c17535d150260c7235db4e85145fa1" - -PR = "r0" -SRCNAME = "jsonpath-rw" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "5d1d8d10a21b38637cbd0a84f4b30843" -SRC_URI[sha256sum] = "d4869e5c540e797189acca97f1fef2dfaf5dc3560fd25109d44e353e8eacabbc" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb new file mode 100644 index 0000000..61c96d0 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpath-rw_1.4.0.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "A robust and significantly extended implementation of JSONPath for Python" +HOMEPAGE = "https://github.com/kennknowles/python-jsonpath-rw" +SECTION = "devel/python" +LICENSE = "BSD+" +LIC_FILES_CHKSUM = "file://README.rst;md5=02384665f821c394981e0dd1faec9a7d" + +SRCNAME = "jsonpath-rw" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "3a807e05c2c12158fc6bb0a402fd5778" +SRC_URI[sha256sum] = "05c471281c45ae113f6103d1268ec7a4831a2e96aa80de45edc89b11fac4fbec" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools -- cgit v1.2.3-54-g00ecf