summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-07-16 17:36:30 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-07-22 23:20:53 -0400
commitecb68a9cd08813ea8ad40566bae652bd283a43cc (patch)
tree6bfb918b7a94b524473f9574b5a39fd4bd5be023
parentb62d95b36ec442b21ce4e22a8ea25296f852d19a (diff)
downloadmeta-cloud-services-ecb68a9cd08813ea8ad40566bae652bd283a43cc.tar.gz
python-httpretty:0.8.14 -> 0.9.5
1.Upgrade python-httpretty from 0.8.14 to 0.9.5. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-httpretty_0.9.5.bb (renamed from meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.5.bb
index a315fff..e39ad05 100644
--- a/meta-openstack/recipes-devtools/python/python-httpretty_0.8.14.bb
+++ b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.5.bb
@@ -5,10 +5,10 @@ DESCRIPTION = "HTTP client mock for Python"
5HOMEPAGE = "https://pypi.python.org/pypi/httpretty" 5HOMEPAGE = "https://pypi.python.org/pypi/httpretty"
6SECTION = "devel/python" 6SECTION = "devel/python"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://COPYING;md5=88d874c445b42d9bcea5d211bbc6b8bd" 8LIC_FILES_CHKSUM = "file://COPYING;md5=113a91608a1d89039af9393c39bcaa2c"
9 9
10SRC_URI[md5sum] = "2a6bbf270fafc77647b0479d95d0544c" 10SRC_URI[md5sum] = "e0e4294987c02181b1141c9ceb81783f"
11SRC_URI[sha256sum] = "83c176bbac9d68a45a5cca54f2d5be7e6b16a063adf6f334e7fd0eee272e976e" 11SRC_URI[sha256sum] = "543fa2bd9c319bfa1e1de9e37d7c9c08fa926a692b65b0be5df4b2f069fd0ad7"
12 12
13inherit setuptools pypi 13inherit setuptools pypi
14 14