From 0d2f0e570b471d91728b1571658d33b044370542 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Mon, 8 Feb 2016 10:01:18 -0500 Subject: python-six: uprev to latest The openstack layer requires a version of six >= 1.9.0 Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-requests_2.3.0.bb | 29 ------------------------ recipes-devtools/python/python-requests_2.8.1.bb | 28 +++++++++++++++++++++++ recipes-devtools/python/python-six_1.10.0.bb | 17 ++++++++++++++ recipes-devtools/python/python-six_1.7.3.bb | 18 --------------- 4 files changed, 45 insertions(+), 47 deletions(-) delete mode 100644 recipes-devtools/python/python-requests_2.3.0.bb create mode 100644 recipes-devtools/python/python-requests_2.8.1.bb create mode 100644 recipes-devtools/python/python-six_1.10.0.bb delete mode 100644 recipes-devtools/python/python-six_1.7.3.bb diff --git a/recipes-devtools/python/python-requests_2.3.0.bb b/recipes-devtools/python/python-requests_2.3.0.bb deleted file mode 100644 index 6f38bf1c..00000000 --- a/recipes-devtools/python/python-requests_2.3.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -HOMEPAGE = "http://python-requests.org" -SUMMARY = "Python HTTP for Humans." -DESCRIPTION = "\ - Requests is an Apache2 Licensed HTTP library, written in Python, \ - for human beings. \ - . \ - Most existing Python modules for sending HTTP requests are extremely \ - verbose and cumbersome. Python's builtin urllib2 module provides most \ - of the HTTP capabilities you should need, but the api is thoroughly \ - broken. It requires an enormous amount of work (even method overrides) \ - to perform the simplest of tasks. \ - . \ - Things shouldn't be this way. Not in Python \ - " -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c7869e52c8275537186de35e3cd5f9ec" - -PR = "r0" -SRCNAME = "requests" - -SRC_URI = "http://pypi.python.org/packages/source/r/requests/${SRCNAME}-${PV}.tar.gz" - -SRC_URI[md5sum] = "7449ffdc8ec9ac37bbcd286003c80f00" -SRC_URI[sha256sum] = "1c1473875d846fe563d70868acf05b1953a4472f4695b7b3566d1d978957b8fc" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools diff --git a/recipes-devtools/python/python-requests_2.8.1.bb b/recipes-devtools/python/python-requests_2.8.1.bb new file mode 100644 index 00000000..187f97ae --- /dev/null +++ b/recipes-devtools/python/python-requests_2.8.1.bb @@ -0,0 +1,28 @@ +HOMEPAGE = "http://python-requests.org" +SUMMARY = "Python HTTP for Humans." +DESCRIPTION = "\ + Requests is an Apache2 Licensed HTTP library, written in Python, \ + for human beings. \ + . \ + Most existing Python modules for sending HTTP requests are extremely \ + verbose and cumbersome. Python's builtin urllib2 module provides most \ + of the HTTP capabilities you should need, but the api is thoroughly \ + broken. It requires an enormous amount of work (even method overrides) \ + to perform the simplest of tasks. \ + . \ + Things shouldn't be this way. Not in Python \ + " +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=58c7e163c9f8ee037246da101c6afd1e" + +SRCNAME = "requests" + +SRC_URI = "http://pypi.python.org/packages/source/r/requests/${SRCNAME}-${PV}.tar.gz" + +SRC_URI[md5sum] = "a27ea3d72d7822906ddce5e252d6add9" +SRC_URI[sha256sum] = "84fe8d5bf4dcdcc49002446c47a146d17ac10facf00d9086659064ac43b6c25b" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools diff --git a/recipes-devtools/python/python-six_1.10.0.bb b/recipes-devtools/python/python-six_1.10.0.bb new file mode 100644 index 00000000..a84a4c49 --- /dev/null +++ b/recipes-devtools/python/python-six_1.10.0.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Python 2 and 3 compatibility utilities" +HOMEPAGE = "http://pypi.python.org/pypi/six/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6f00d4a50713fa859858dd9abaa35b21" + +SRCNAME = "six" + +SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "34eed507548117b2ab523ab14b2f8b55" +SRC_URI[sha256sum] = "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit setuptools diff --git a/recipes-devtools/python/python-six_1.7.3.bb b/recipes-devtools/python/python-six_1.7.3.bb deleted file mode 100644 index 07dcafdf..00000000 --- a/recipes-devtools/python/python-six_1.7.3.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Python 2 and 3 compatibility utilities" -HOMEPAGE = "http://pypi.python.org/pypi/six/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=530f34047c21ad45b3199946dd90bea5" - -PR = "r1" -SRCNAME = "six" - -SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "784c6e5541c3c4952de9c0a966a0a80b" -SRC_URI[sha256sum] = "7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit setuptools -- cgit v1.2.3-54-g00ecf