From c18a2e2f03faa1e61abe688be316fbf2323178bb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 31 Oct 2013 09:11:30 -0400 Subject: python-six: uprev for havana Havana component require a newer python-six, so we uprev to the 1.4.1 version. Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-six_1.3.0.bb | 18 ------------------ .../recipes-devtools/python/python-six_1.4.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-six_1.3.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-six_1.4.1.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-six_1.3.0.bb deleted file mode 100644 index 86823a1..0000000 --- a/meta-openstack/recipes-devtools/python/python-six_1.3.0.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 = "UNKNOWN" -LIC_FILES_CHKSUM = "file://LICENSE;md5=aa39e09066d6ba3a8c8b2db7cbd8bd70" - -PR = "r0" -SRCNAME = "six" - -SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ -" - -SRC_URI[md5sum] = "ec47fe6070a8a64c802363d2c2b1e2ee" -SRC_URI[sha256sum] = "d59793f9b255bd00de800b97f9a50cce4fc8a44c205f7defa5bb7d691d13b852" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils diff --git a/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb b/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb new file mode 100644 index 0000000..b3c0409 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Python 2 and 3 compatibility utilities" +HOMEPAGE = "http://pypi.python.org/pypi/six/" +SECTION = "devel/python" +LICENSE = "UNKNOWN" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aa39e09066d6ba3a8c8b2db7cbd8bd70" + +PR = "r0" +SRCNAME = "six" + +SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ +" + +SRC_URI[md5sum] = "bdbb9e12d3336c198695aa4cf3a61d62" +SRC_URI[sha256sum] = "f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils -- cgit v1.2.3-54-g00ecf