summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2017-01-13 17:22:26 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-14 19:26:18 -0500
commitcae119bc7ec674263f6d53f4db2eae1d897a0c8d (patch)
treedfb6fcbec8ca135ddae285bde80faf4e57125120 /recipes-devtools/python
parentb6d051a19770e65bd23bccbd2fc6e948092a6f16 (diff)
downloadmeta-virtualization-cae119bc7ec674263f6d53f4db2eae1d897a0c8d.tar.gz
python-webob 1.4.1 -> 1.6.0
Upgrade python-webob from 1.4.1 to 1.6.0. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python')
-rw-r--r--recipes-devtools/python/python-webob_1.6.0.bb (renamed from recipes-devtools/python/python-webob_1.4.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-webob_1.4.1.bb b/recipes-devtools/python/python-webob_1.6.0.bb
index 18b38066..71c74ffd 100644
--- a/recipes-devtools/python/python-webob_1.4.1.bb
+++ b/recipes-devtools/python/python-webob_1.6.0.bb
@@ -9,8 +9,8 @@ SRCNAME = "WebOb"
9 9
10SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "a5c6e8ba5431756e6a5d5ec56047ec94" 12SRC_URI[md5sum] = "089d7fc6745f175737800237c7287802"
13SRC_URI[sha256sum] = "12f8b98390befc47336d2c0e5bad9cc48609d808eabb3f8675dc1027a3a9e9db" 13SRC_URI[sha256sum] = "63d262d8f61b516321f786879c9277fa2209f7f57eb47b537eeecfea383d55b7"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16