From 3782ba0f4c835851a3472d1dceca1291fcf19e43 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 17 Apr 2025 15:32:28 +0300 Subject: python3-pytest-aiohttp: Upgrade 1.0.5 -> 1.1.0 Upgrade to release 1.1.0: - Drop Python 3.8 - Export the plugin types at top-level - Add host parameter to aiohttp_server fixture Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-pytest-aiohttp_1.1.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb') 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 new file mode 100644 index 0000000000..7bd7e4fe8a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb @@ -0,0 +1,16 @@ +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" + +SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc" + +PYPI_PACKAGE = "pytest_aiohttp" + +inherit pypi python_setuptools_build_meta + +PYPI_PACKAGE = "pytest_aiohttp" + +RDEPENDS:${PN} += "python3-aiohttp" -- cgit v1.2.3-54-g00ecf