summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-11-01 20:18:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-03 07:46:46 +0000
commit7254fe39ca9615fd0cf929ff689cd6bc1c3750d2 (patch)
tree98575ce5acb35ec76e4aad7ea69dbb7cd69325b9 /meta
parentcd17a8ac97c6c72e9758a75bb05abeb4714ee8e8 (diff)
downloadpoky-7254fe39ca9615fd0cf929ff689cd6bc1c3750d2.tar.gz
python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0
https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst#090-2022-10-28 0.9.0 (2022-10-28) * Python 3.11 is officially supported. * Dropped support for Python 3.6. (From OE-Core rev: 30f77f222f4929a7bf1eac34d4b3912167db4316) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/python/python3-pytest-subtests_0.9.0.bb (renamed from meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb b/meta/recipes-devtools/python/python3-pytest-subtests_0.9.0.bb
index b092912b32..bfaff39077 100644
--- a/meta/recipes-devtools/python/python3-pytest-subtests_0.8.0.bb
+++ b/meta/recipes-devtools/python/python3-pytest-subtests_0.9.0.bb
@@ -7,7 +7,7 @@ BUGTRACKER = "https://github.com/pytest-dev/pytest-subtests/issues"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=242b4e17fa287dcf7aef372f6bc3dcb1"
9 9
10SRC_URI[sha256sum] = "46eb376022e926950816ccc23502de3277adcc1396652ddb3328ce0289052c4d" 10SRC_URI[sha256sum] = "c0317cd5f6a5eb3e957e89dbe4fc3322a9afddba2db8414355ed2a2cb91a844e"
11 11
12inherit pypi setuptools3 12inherit pypi setuptools3
13 13