diff mbox series

[meta-python,11/37] python3-aioresponses: upgrade 0.7.8 -> 0.7.9

Message ID 20260630092206.322-11-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/37] 7zip: upgrade 26.01 -> 26.02 | expand

Commit Message

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

Fix double-query-encoding bug

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-aioresponses_0.7.8.bb => python3-aioresponses_0.7.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aioresponses_0.7.8.bb => python3-aioresponses_0.7.9.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb
rename to meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb
index 4fe9577b7b..87081fc658 100644
--- a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb
+++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.9.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/pnuckowski/aioresponses"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57"
 
-SRC_URI[sha256sum] = "b861cdfe5dc58f3b8afac7b0a6973d5d7b2cb608dd0f6253d16b8ee8eaf6df11"
+SRC_URI[sha256sum] = "1dcfa28938fc006f046a98383a7c07ac180be7a492c1ed557f5cd7b0805357d3"
 
 DEPENDS += "python3-pbr-native"