From 66cf04e7778ac5ea81cca3fc7e9ad1741ac0f9c1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 9 Jun 2026 18:29:05 +0800 Subject: [PATCH] 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 --- ...-pytest-aiohttp_1.1.0.bb => python3-pytest-aiohttp_1.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pytest-aiohttp_1.1.0.bb => python3-pytest-aiohttp_1.1.1.bb} (83%) 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.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb rename to meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.1.bb index 9a5c0b3bf4..91a619eab1 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.1.bb @@ -10,7 +10,7 @@ DEPENDS = "\ python3-aiohttp-native \ " -SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc" +SRC_URI[sha256sum] = "3aa9c9fe26e543eaccc7eb0add381c685ba3ed3e2fed0af74540f63bcd31458d" PYPI_PACKAGE = "pytest_aiohttp"