summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-02-10 09:55:28 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-02-10 11:24:21 -0500
commitee8a9a8bbeb462889f525e6fb56c946bf8d099e8 (patch)
tree0c28f7d295ed35263204b41759ff2021fe5e563b /meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb
parent9b458aea648c1253c3ce08eec718025b1a20ef81 (diff)
downloadmeta-cloud-services-ee8a9a8bbeb462889f525e6fb56c946bf8d099e8.tar.gz
python-dogpile: core: update SRC_URI* sums
Attempting to build openstack-image-controller I was getting 'Fetcher failure ... /dogpile.core-0.4.1.tar.gz'. Checksum mismatch! Update the sums to match the expected values. Unfortunately upstream repackaged the tarball after updating some of the python egg files without bumping the package version or providing any details about the updates. The new tarball matches the md5 listed on the upstream website (https://pypi.python.org/pypi/dogpile.core) so the update does not seem to be malicious. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb b/meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb
index 3079c39..0b33455 100644
--- a/meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-dogpile.core_0.4.1.bb
@@ -9,8 +9,8 @@ SRCNAME = "dogpile.core"
9 9
10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "https://pypi.python.org/packages/source/d/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "5f76cce023d505a5375b07e094c3260f" 12SRC_URI[md5sum] = "01cb19f52bba3e95c9b560f39341f045"
13SRC_URI[sha256sum] = "af2555702811d56846778d39451cf822b04b3f13347080c121a4977fefdfcbff" 13SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16