summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-04-07 00:20:04 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-04-07 00:21:51 -0400
commit5e6205e3f8f598a4baeaea25354854dd0059f733 (patch)
treecc56d8acf5e3e669458f341b44147f2d57edd451 /meta-openstack/recipes-devtools/python
parentf3210ec132a82482eaea8fad2c9748d08cdfeb6a (diff)
downloadmeta-cloud-services-5e6205e3f8f598a4baeaea25354854dd0059f733.tar.gz
python-six: update to 1.6.1
For compatibility with opnestack icehouse and more python3 compatible applications, updating to python-six 1.6.1. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-six_1.6.1.bb (renamed from meta-openstack/recipes-devtools/python/python-six_1.4.1.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb b/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb
index b3c0409..36b9053 100644
--- a/meta-openstack/recipes-devtools/python/python-six_1.4.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Python 2 and 3 compatibility utilities"
2HOMEPAGE = "http://pypi.python.org/pypi/six/" 2HOMEPAGE = "http://pypi.python.org/pypi/six/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "UNKNOWN" 4LICENSE = "UNKNOWN"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=aa39e09066d6ba3a8c8b2db7cbd8bd70" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=530f34047c21ad45b3199946dd90bea5"
6 6
7PR = "r0" 7PR = "r0"
8SRCNAME = "six" 8SRCNAME = "six"
@@ -10,9 +10,9 @@ SRCNAME = "six"
10SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ 10SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
11" 11"
12 12
13SRC_URI[md5sum] = "bdbb9e12d3336c198695aa4cf3a61d62" 13SRC_URI[md5sum] = "07d606ac08595d795bf926cc9985674f"
14SRC_URI[sha256sum] = "f045afd6dffb755cc0411acb7ce9acc4de0e71261d4b5f91de2e68d9aa5f8367" 14SRC_URI[sha256sum] = "d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d"
15 15
16S = "${WORKDIR}/${SRCNAME}-${PV}" 16S = "${WORKDIR}/${SRCNAME}-${PV}"
17 17
18inherit distutils 18inherit setuptools