diff mbox series

[meta-python,22/30] python3-pytest-aiohttp: upgrade 1.1.0 -> 1.1.1

Message ID 20260609102913.2204-22-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/30] boost-sml: upgrade 1.1.13 -> 1.2.0 | expand

Commit Message

Wang Mingyu June 9, 2026, 10:29 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Drop Python 3.9
- Typing improvements

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-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 mbox series

Patch

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"