diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb (renamed from meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpatch_1.3.bb (renamed from meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb (renamed from meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb) | 4 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb (renamed from meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb) | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb b/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb index e813d05..822c878 100644 --- a/meta-openstack/recipes-devtools/python/python-anyjson_0.2.4.bb +++ b/meta-openstack/recipes-devtools/python/python-anyjson_0.3.3.bb | |||
| @@ -12,7 +12,7 @@ S = "${WORKDIR}/${SRCNAME}-${PV}" | |||
| 12 | 12 | ||
| 13 | inherit setuptools | 13 | inherit setuptools |
| 14 | 14 | ||
| 15 | SRC_URI[md5sum] = "ed707033ad6cee0a44db199c289a4c80" | 15 | SRC_URI[md5sum] = "2ea28d6ec311aeeebaf993cb3008b27c" |
| 16 | SRC_URI[sha256sum] = "27ddec5bc9220c13f405cb30adee9b5db17a608f56935618785219348c8a90ac" | 16 | SRC_URI[sha256sum] = "37812d863c9ad3e35c0734c42e0bf0320ce8c3bed82cd20ad54cb34d158157ba" |
| 17 | 17 | ||
| 18 | RDEPENDS_${PN} = "python-simplejson" | 18 | 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_1.3.bb index 39ce853..4289926 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpatch_0.10.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpatch_1.3.bb | |||
| @@ -9,8 +9,8 @@ SRCNAME = "jsonpatch" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "d9a96bdfe208c42415b1749f1b591fa7" | 12 | SRC_URI[md5sum] = "d3485ea3bb242656b4d8f167baccfbf2" |
| 13 | SRC_URI[sha256sum] = "86409f5c0a8392a277488dd11fc0f603e7241c95cf547b7048e30e69b7f74107" | 13 | SRC_URI[sha256sum] = "a937c97325aa81ed6e326bd7c34f87f932b6c08ab89549e83c3d9098637d0390" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb index 214c1cf..7f097f9 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_0.5.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.1.bb | |||
| @@ -9,8 +9,8 @@ SRCNAME = "jsonpointer" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "41fe4189279b9c6cd35a4131cb2498f2" | 12 | RC_URI[md5sum] = "51f0959e633b533057e9eb8cc508e468" |
| 13 | SRC_URI[sha256sum] = "6a27fb4cb590a118d0f8c7e367f902cf553abf5dcb4b7938cdc91cc36e3e4bdf" | 13 | SRC_URI[sha256sum] = "a0fe333840d5191f14592ce9fc791bae57546564680a1aef5657edf88f29c366" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb index 92cec50..a24464d 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonschema_0.7.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.3.0.bb | |||
| @@ -2,15 +2,15 @@ DESCRIPTION = "An implementation of JSON-Schema validation for Python" | |||
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" | 2 | HOMEPAGE = "http://pypi.python.org/pypi/jsonschema" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=833b6ec380e7cdfcdab8ea6138da2e34" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7a60a81c146ec25599a3e1dabb8610a8" |
| 6 | 6 | ||
| 7 | PR = "0" | 7 | PR = "0" |
| 8 | SRCNAME = "jsonschema" | 8 | SRCNAME = "jsonschema" |
| 9 | 9 | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" | 10 | SRC_URI = "http://pypi.python.org/packages/source/j/${SRCNAME}/${SRCNAME}-${PV}.zip" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "b93f9bd7864d7c5c587951efa4c0a80f" | 12 | SRC_URI[md5sum] = "0275f70c5f7c65657555ff478a4fc89c" |
| 13 | SRC_URI[sha256sum] = "703b92b969d245b060b37055305110539507dfdc64ac1760b1868ca489c121e0" | 13 | SRC_URI[sha256sum] = "c085fca29eeb7e42500aa2769f933b003becd95a95819b4565a734170de84497" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
