diff mbox series

[meta-python,3/6] python3-pytest-aiohttp: Upgrade 1.0.5 -> 1.1.0

Message ID 20250417123231.3063208-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/6] python3-yarl: Upgrade 1.19.0 -> 1.20.0 | expand

Commit Message

Leon Anavi April 17, 2025, 12:32 p.m. UTC
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 <leon.anavi@konsulko.com>
---
 ...-aiohttp_1.0.5.bb => python3-pytest-aiohttp_1.1.0.bb} | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-aiohttp_1.0.5.bb => python3-pytest-aiohttp_1.1.0.bb} (59%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
similarity index 59%
rename from meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb
rename to meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
index 977ce807f9..7bd7e4fe8a 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb
@@ -4,8 +4,13 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482"
 
 DEPENDS = "python3-setuptools-scm-native"
-SRC_URI[sha256sum] = "880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a"
+
+SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc"
+
+PYPI_PACKAGE = "pytest_aiohttp"
 
 inherit pypi python_setuptools_build_meta
 
-PYPI_PACKAGE = "pytest-aiohttp"
+PYPI_PACKAGE = "pytest_aiohttp"
+
+RDEPENDS:${PN} += "python3-aiohttp"