From 66cf04e7778ac5ea81cca3fc7e9ad1741ac0f9c1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Jun 2026 18:29:05 +0800 Subject: python3-pytest-aiohttp: upgrade 1.1.0 -> 1.1.1 Changelog: =========== - Drop Python 3.9 - Typing improvements Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-pytest-aiohttp_1.1.0.bb | 19 ------------------- .../python/python3-pytest-aiohttp_1.1.1.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb deleted file mode 100644 index 9a5c0b3bf4..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "pytest plugin for aiohttp support" -HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" - -DEPENDS = "\ - python3-setuptools-scm-native \ - python3-pytest-native \ - python3-pytest-asyncio-native \ - python3-aiohttp-native \ -" - -SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc" - -PYPI_PACKAGE = "pytest_aiohttp" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} += "python3-aiohttp" diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.1.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.1.bb new file mode 100644 index 0000000000..91a619eab1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.1.bb @@ -0,0 +1,19 @@ +SUMMARY = "pytest plugin for aiohttp support" +HOMEPAGE = "https://github.com/aio-libs/pytest-aiohttp" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" + +DEPENDS = "\ + python3-setuptools-scm-native \ + python3-pytest-native \ + python3-pytest-asyncio-native \ + python3-aiohttp-native \ +" + +SRC_URI[sha256sum] = "3aa9c9fe26e543eaccc7eb0add381c685ba3ed3e2fed0af74540f63bcd31458d" + +PYPI_PACKAGE = "pytest_aiohttp" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += "python3-aiohttp" -- cgit v1.2.3-54-g00ecf