From 593067153e36128a1901b53ea5d9f0ff95c29734 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 5 Sep 2019 12:14:54 +0900 Subject: python-mox3:upgrade 0.27.0 -> 0.28.0 Signed-off-by: Yuan Chao Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-mox3_0.27.0.bb | 24 ---------------------- .../recipes-devtools/python/python-mox3_0.28.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb deleted file mode 100644 index 215c63f..0000000 --- a/meta-openstack/recipes-devtools/python/python-mox3_0.27.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -DESCRIPTION = "mox3: mock object framework for Python" -HOMEPAGE = "https://pypi.python.org/pypi/mox3" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI[md5sum] = "fa4fd9d9a12c388707c1579e2a6338dc" -SRC_URI[sha256sum] = "210ccaf5829de3e133f0fb8ab798cdb82663aae09b715130fc4765f18234162a" - -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.28.0.bb b/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb new file mode 100644 index 0000000..28ffe16 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-mox3_0.28.0.bb @@ -0,0 +1,24 @@ +DESCRIPTION = "mox3: mock object framework for Python" +HOMEPAGE = "https://pypi.python.org/pypi/mox3" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI[md5sum] = "c930d8479996541b04447a67e96e4a62" +SRC_URI[sha256sum] = "8094868e70f814b4a526ecc592365437bc93a7dd60341321344987b3e8dba49d" + +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