From 2a8c6ae0f30e3b739776a7dcdc8a2eb919e49b11 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 5 Aug 2020 01:10:46 +0800 Subject: python3-subunit: upgrade 1.1.0 -> 1.4.0 -License-Update: Change to PKG-INFO containing licenses information. Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-subunit_1.1.0.bb | 12 ------------ .../recipes-devtools/python/python3-subunit_1.4.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-subunit_1.1.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python3-subunit_1.4.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-subunit_1.1.0.bb b/meta-openstack/recipes-devtools/python/python-subunit_1.1.0.bb deleted file mode 100644 index c18d1c4..0000000 --- a/meta-openstack/recipes-devtools/python/python-subunit_1.1.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "Python implementation of subunit test streaming protocol" -HOMEPAGE = "https://pypi.python.org/pypi/python-subunit/" -SECTION = "devel/python" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://README;md5=e5b524e1b2c67c88fc64439ee4a850aa" - -PYPI_PACKAGE = "python-subunit" - -SRC_URI[md5sum] = "d2c09c93346077ced675c9f718e6a0f1" -SRC_URI[sha256sum] = "d9a7606e9610828d68c1d2f0f5abbb421e34e518b8f4882c8b2e08176281bf88" - -inherit setuptools3 pypi diff --git a/meta-openstack/recipes-devtools/python/python3-subunit_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-subunit_1.4.0.bb new file mode 100644 index 0000000..02a6b2e --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-subunit_1.4.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Python implementation of subunit test streaming protocol" +HOMEPAGE = "https://pypi.python.org/pypi/python-subunit/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=b5969d1df4dc7ff4882889baa132a694" + +PYPI_PACKAGE = "python-subunit" + +SRC_URI[md5sum] = "30f1ab20651d94442dd9a7f8c9e8d633" +SRC_URI[sha256sum] = "042039928120fbf392e8c983d60f3d8ae1b88f90a9f8fd7188ddd9c26cad1e48" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf