From 13d4f9e5496e2486d47303e19c849dc2645ad480 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 5 Jan 2021 15:34:21 +0800 Subject: python3-httpretty: upgrade 1.0.2 -> 1.0.3 Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-httpretty_1.0.2.bb | 24 ---------------------- .../python/python3-httpretty_1.0.3.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb deleted file mode 100644 index 0742746..0000000 --- a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb +++ /dev/null @@ -1,24 +0,0 @@ -# -# Copyright (C) 2014 Wind River Systems, Inc. -# -DESCRIPTION = "HTTP client mock for Python" -HOMEPAGE = "https://pypi.python.org/pypi/httpretty" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=d87f7868a62b8d598eab40164594d21b" - -SRC_URI[md5sum] = "1f6b9b64818837134b93839e5c7051bb" -SRC_URI[sha256sum] = "24a6fd2fe1c76e94801b74db8f52c0fb42718dc4a199a861b305b1a492b9d868" - -inherit setuptools3 pypi - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - " - -RDEPENDS_${PN} = " \ - ${PYTHON_PN}-crypt \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-core \ -" diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb new file mode 100644 index 0000000..e288c8e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.3.bb @@ -0,0 +1,24 @@ +# +# Copyright (C) 2014 Wind River Systems, Inc. +# +DESCRIPTION = "HTTP client mock for Python" +HOMEPAGE = "https://pypi.python.org/pypi/httpretty" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=d87f7868a62b8d598eab40164594d21b" + +SRC_URI[md5sum] = "f42d7dcee7efa3b4aa842494abb23cac" +SRC_URI[sha256sum] = "9335cbd8f38745e0e2dc4755d8932a77d378d93e15804969504b1e6b568d613c" + +inherit setuptools3 pypi + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +RDEPENDS_${PN} = " \ + ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-core \ +" -- cgit v1.2.3-54-g00ecf