From 01a44dabf0ee9dbe1a7f466213a23d33c397ae1d Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Tue, 11 Sep 2018 17:29:16 +0800 Subject: :python-mox3:0.25.0->0.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upgrade python-mox3 from 0.25.0 to 0.26.0. Signed-off-by: Hong Liu Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-mox3_0.25.0.bb | 24 ---------------------- .../recipes-devtools/python/python-mox3_0.26.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-mox3_0.26.0.bb diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb deleted file mode 100644 index 062fc7c..0000000 --- a/meta-openstack/recipes-devtools/python/python-mox3_0.25.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "mox3: mock object framework for Python" -HOMEPAGE = "https://pypi.python.org/pypi/mox3/0.9.0" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "77bb9a6a57187b708d822bad05c51e0e" -SRC_URI[sha256sum] = "b7476f7a2dfe4d7ad743e3cbbf04ade624b3a208a0042f3f8b2ae7b00559543a" - -inherit setuptools pypi - -DEPENDS += "\ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += " \ - python-pbr \ - python-fixtures \ -" diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.26.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.26.0.bb new file mode 100644 index 0000000..73de2b3 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-mox3_0.26.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "mox3: mock object framework for Python" +HOMEPAGE = "https://pypi.python.org/pypi/mox3/0.9.0" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[md5sum] = "c05b14ecb25d040f00b0d5ef3b370e20" +SRC_URI[sha256sum] = "b13c0b8459d6fb0688f9a4e70feeec43fa2cca05b727fc01156789596e083bb1" + +inherit setuptools pypi + +DEPENDS += "\ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-fixtures \ +" -- cgit v1.2.3-54-g00ecf