From 0eeaf9476c3d84a7bf2738523d7c4bdfddf0cbfd Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 4 Nov 2023 13:40:34 -0700 Subject: python3-pytest-asyncio: upgrade 0.21.1 -> 0.22.0 Signed-off-by: Khem Raj --- .../python/python3-pytest-asyncio_0.21.1.bb | 16 ---------------- .../python/python3-pytest-asyncio_0.22.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-asyncio_0.22.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.1.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.1.bb deleted file mode 100644 index c96c0e0801..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.21.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77" - -SRC_URI[sha256sum] = "40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d" - -inherit pypi python_setuptools_build_meta - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += " \ - python3-pytest \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.22.0.bb b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.22.0.bb new file mode 100644 index 0000000000..8fa77ac056 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-asyncio_0.22.0.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "pytest-asyncio is an Apache2 licensed library, written in Python, for testing asyncio code with pytest" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=136e4f49dbf29942c572a3a8f6e88a77" + +SRC_URI[sha256sum] = "01da1bf94ff0b969cc8d760104f7c1011903d0d658bdaef0bbae769660a7fbc4" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + python3-pytest \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf