From cf344caf876c5a3c11a3f9d5a5a08c53568c88f3 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 18 Oct 2019 16:20:22 +0800 Subject: python-httpretty: upgrade 0.9.6 -> 0.9.7 Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-httpretty.inc | 4 ++-- meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb | 3 --- meta-openstack/recipes-devtools/python/python-httpretty_0.9.7.bb | 3 +++ meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb | 3 --- meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb | 3 +++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb create mode 100644 meta-openstack/recipes-devtools/python/python-httpretty_0.9.7.bb delete mode 100644 meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-httpretty.inc b/meta-openstack/recipes-devtools/python/python-httpretty.inc index f39e283..97bd6b3 100644 --- a/meta-openstack/recipes-devtools/python/python-httpretty.inc +++ b/meta-openstack/recipes-devtools/python/python-httpretty.inc @@ -7,8 +7,8 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://COPYING;md5=113a91608a1d89039af9393c39bcaa2c" -SRC_URI[md5sum] = "3b881b519e0f405caaf8aaa63f3508c0" -SRC_URI[sha256sum] = "01b52d45077e702eda491f4fe75328d3468fd886aed5dcc530003e7b2b5939dc" +SRC_URI[md5sum] = "2fc3d0dc986200be95ce8ad3ef56bc04" +SRC_URI[sha256sum] = "66216f26b9d2c52e81808f3e674a6fb65d4bf719721394a1a9be926177e55fbe" inherit pypi diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb deleted file mode 100644 index 8993807..0000000 --- a/meta-openstack/recipes-devtools/python/python-httpretty_0.9.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools -require python-httpretty.inc - diff --git a/meta-openstack/recipes-devtools/python/python-httpretty_0.9.7.bb b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.7.bb new file mode 100644 index 0000000..8993807 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-httpretty_0.9.7.bb @@ -0,0 +1,3 @@ +inherit setuptools +require python-httpretty.inc + diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb deleted file mode 100644 index b9f7699..0000000 --- a/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.6.bb +++ /dev/null @@ -1,3 +0,0 @@ -inherit setuptools3 -require python-httpretty.inc - diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb new file mode 100644 index 0000000..b9f7699 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-httpretty_0.9.7.bb @@ -0,0 +1,3 @@ +inherit setuptools3 +require python-httpretty.inc + -- cgit v1.2.3-54-g00ecf