summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-13 11:06:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-14 16:19:43 +0000
commitca040077063aee177bae96968f8e3e7e59c286ca (patch)
treee2e966976857269aeab7d7eef21f208461368dca /meta/recipes-devtools/python/python3-subunit_1.4.0.bb
parent4e7a076d2cee634e9863149cd473a731c431b23e (diff)
downloadpoky-ca040077063aee177bae96968f8e3e7e59c286ca.tar.gz
python3-subunit: upgrade 1.4.0 -> 1.4.1
Changelog: ========= IMPROVEMENTS ------------- * Add support for Python 3.9 * Add support for Python 3.10 * Drop support for Python 2.7, 3.4, and 3.5 * Convert python scripts to entry_points. * Migrate CI from travis to GitHub actions. * Add options to output filter to set timestamps. * Remove dependency on unittest2. BUGFIXES ---------- * Fix tests with testtools >= 2.5.0. * Mark rawstrings as such, fixing warnings. (From OE-Core rev: 8841a4c49ff57bc03f68408883a73ec3a4a75e99) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-subunit_1.4.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-subunit_1.4.0.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
deleted file mode 100644
index e4e3bf191d..0000000000
--- a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1SUMMARY = "Python implementation of subunit test streaming protocol"
2HOMEPAGE = "https://pypi.org/project/python-subunit/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://README.rst;beginline=1;endline=20;md5=909c08e291647fd985fbe5d9836d51b6"
6
7PYPI_PACKAGE = "python-subunit"
8
9SRC_URI[sha256sum] = "042039928120fbf392e8c983d60f3d8ae1b88f90a9f8fd7188ddd9c26cad1e48"
10
11inherit pypi setuptools3
12
13RDEPENDS:${PN} = " python3-testtools"
14
15BBCLASSEXTEND = "nativesdk"