diff options
author | 2021-01-05 15:34:21 +0800 | |
---|---|---|
committer | 2021-01-10 23:16:28 -0500 | |
commit | 13d4f9e5496e2486d47303e19c849dc2645ad480 (patch) | |
tree | 6c6a7a6c738804037584439a2d6b02c9db3533c1 | |
parent | 6efe53be6f6f8f008b1f34212770ff665edbb4ec (diff) | |
download | meta-cloud-services-13d4f9e5496e2486d47303e19c849dc2645ad480.tar.gz meta-cloud-services-13d4f9e5496e2486d47303e19c849dc2645ad480.tar.bz2 meta-cloud-services-13d4f9e5496e2486d47303e19c849dc2645ad480.zip |
python3-httpretty: upgrade 1.0.2 -> 1.0.3
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb (renamed from meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb index 07427460..e288c8e5 100644 --- a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb @@ -7,8 +7,8 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=d87f7868a62b8d598eab40164594d21b" -SRC_URI[md5sum] = "1f6b9b64818837134b93839e5c7051bb" -SRC_URI[sha256sum] = "24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868" +SRC_URI[md5sum] = "f42d7dcee7efa3b4aa842494abb23cac" +SRC_URI[sha256sum] = "9335cbd8f38745e0e2dc4755d8932a77d378d93e15804969504b1e6b568d613c" inherit setuptools3 pypi |