summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-04-29 11:08:53 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-29 12:29:41 -0400
commit4225ae423b73fbbc297f23239c43e23b5a40d4a7 (patch)
treeb0700870bf3504268ffa50b963641c1f17ee2730 /meta-openstack/recipes-devtools
parentad2cfd49a12ff2d4bf7138da9ae563da76e439f7 (diff)
downloadmeta-cloud-services-4225ae423b73fbbc297f23239c43e23b5a40d4a7.tar.gz
python-testrepository: upgrade to 0.0.20
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb (renamed from meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb
index f4e708e..edb6fe8 100644
--- a/meta-openstack/recipes-devtools/python/python-testrepository_0.0.18.bb
+++ b/meta-openstack/recipes-devtools/python/python-testrepository_0.0.20.bb
@@ -4,13 +4,12 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"
6 6
7PR = "r0"
8SRCNAME = "testrepository" 7SRCNAME = "testrepository"
9 8
10SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 10
12SRC_URI[md5sum] = "f1f234caa753179ccfad8f7f764ddde4" 11SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b"
13SRC_URI[sha256sum] = "ba15301c6ec6bf1b8e0dad10ac7313b11e17ceb8d28ec4a3625c9aaa766727fd" 12SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb"
14 13
15 14
16S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"