From fbddd862d4e19348338aded752cf5f48a5c5dda3 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 6 Nov 2013 01:06:50 -0500 Subject: python-json*: uprev json packages OpenStack Havana requires newer versions of the json packages, so we uprev them to the latest. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-anyjson_0.2.4.bb | 18 ------------------ .../recipes-devtools/python/python-anyjson_0.3.3.bb | 18 ++++++++++++++++++ .../recipes-devtools/python/python-jsonpatch_0.10.bb | 19 ------------------- .../recipes-devtools/python/python-jsonpatch_1.3.bb | 19 +++++++++++++++++++ .../recipes-devtools/python/python-jsonpointer_0.5.bb | 17 ----------------- .../recipes-devtools/python/python-jsonpointer_1.1.bb | 17 +++++++++++++++++ .../recipes-devtools/python/python-jsonschema_0.7.bb | 17 ----------------- .../python/python-jsonschema_2.3.0.bb | 17 +++++++++++++++++ 8 files changed, 71 insertions(+), 71 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb create mode 100644 meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb create mode 100644 meta-openstack/recipes-devtools/python/python-jsonpatch_1.3.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb create mode 100644 meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb delete mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb create mode 100644 meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb (limited to 'meta-openstack/recipes-devtools') diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb deleted file mode 100644 index e813d05..0000000 --- a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Loads the best available JSON implementation available in a common interface" -HOMEPAGE = "https://bitbucket.org/runeh/anyjson" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08" - -PR = "r0" -SRCNAME = "anyjson" - -SRC_URI = "http://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -SRC_URI[md5sum] = "ed707033ad6cee0a44db199c289a4c80" -SRC_URI[sha256sum] = "27ddec5bc9220c13f405cb30adee9b5db17a608f56935618785219348c8a90ac" - -RDEPENDS_${PN} = "python-simplejson" diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb new file mode 100644 index 0000000..822c878 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Loads the best available JSON implementation available in a common interface" +HOMEPAGE = "https://bitbucket.org/runeh/anyjson" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=989aa97e73c912a83a3c873fa11deb08" + +PR = "r0" +SRCNAME = "anyjson" + +SRC_URI = "http://pypi.python.org/packages/source/a/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c" +SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" + +RDEPENDS_${PN} = "python-simplejson" diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb deleted file mode 100644 index 39ce853..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.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 = "0" -SRCNAME = "jsonpatch" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "d9a96bdfe208c42415b1749f1b591fa7" -SRC_URI[sha256sum] = "86409f5c0a8392a277488dd11fc0f603e7241c95cf547b7048e30e69b7f74107" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools - -RDEPENDS_${PN} += "python-jsonpointer" diff --git a/meta-openstack/recipes-devtools/python/python-jsonpatch_1.3.bb b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.3.bb new file mode 100644 index 0000000..4289926 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.3.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 = "0" +SRCNAME = "jsonpatch" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "d3485ea3bb242656b4d8f167baccfbf2" +SRC_URI[sha256sum] = "a937c97325aa81ed6e326bd7c34f87f932b6c08ab89549e83c3d9098637d0390" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools + +RDEPENDS_${PN} += "python-jsonpointer" diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb deleted file mode 100644 index 214c1cf..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Identify specific nodes in a JSON document" -HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c" - -PR = "0" -SRCNAME = "jsonpointer" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "41fe4189279b9c6cd35a4131cb2498f2" -SRC_URI[sha256sum] = "6a27fb4cb590a118d0f8c7e367f902cf553abf5dcb4b7938cdc91cc36e3e4bdf" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb new file mode 100644 index 0000000..7f097f9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Identify specific nodes in a JSON document" +HOMEPAGE = "https://github.com/stefankoegl/python-json-pointer" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://jsonpointer.py;beginline=3;endline=31;md5=5e663c88967b53590856107a043d605c" + +PR = "0" +SRCNAME = "jsonpointer" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" + +RC_URI[md5sum] = "51f0959e633b533057e9eb8cc508e468" +SRC_URI[sha256sum] = "a0fe333840d5191f14592ce9fc791bae57546564680a1aef5657edf88f29c366" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb deleted file mode 100644 index 92cec50..0000000 --- a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "An implementation of JSON-Schema validation for Python" -HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=833b6ec380e7cdfcdab8ea6138da2e34" - -PR = "0" -SRCNAME = "jsonschema" - -SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" - -SRC_URI[md5sum] = "b93f9bd7864d7c5c587951efa4c0a80f" -SRC_URI[sha256sum] = "703b92b969d245b060b37055305110539507dfdc64ac1760b1868ca489c121e0" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb new file mode 100644 index 0000000..a24464d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "An implementation of JSON-Schema validation for Python" +HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" + +PR = "0" +SRCNAME = "jsonschema" + +SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" + +SRC_URI[md5sum] = "0275f70c5f7c65657555ff478a4fc89c" +SRC_URI[sha256sum] = "c085fca29eeb7e42500aa2769f933b003becd95a95819b4565a734170de84497" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf