diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-17 15:32:28 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:06 -0700 |
commit | 3782ba0f4c835851a3472d1dceca1291fcf19e43 (patch) | |
tree | 65c037ec8233e2c3627a9952eba1930f973ba032 /meta-python | |
parent | 4ff67681969ade98e879a8cd09de05a778f4f1c2 (diff) | |
download | meta-openembedded-3782ba0f4c835851a3472d1dceca1291fcf19e43.tar.gz |
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 <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-aiohttp_1.0.5.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
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 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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c251ea89d32d196dddd14c669ed3d482" |
5 | 5 | ||
6 | DEPENDS = "python3-setuptools-scm-native" | 6 | DEPENDS = "python3-setuptools-scm-native" |
7 | SRC_URI[sha256sum] = "880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a" | 7 | |
8 | SRC_URI[sha256sum] = "147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc" | ||
9 | |||
10 | PYPI_PACKAGE = "pytest_aiohttp" | ||
8 | 11 | ||
9 | inherit pypi python_setuptools_build_meta | 12 | inherit pypi python_setuptools_build_meta |
10 | 13 | ||
11 | PYPI_PACKAGE = "pytest-aiohttp" | 14 | PYPI_PACKAGE = "pytest_aiohttp" |
15 | |||
16 | RDEPENDS:${PN} += "python3-aiohttp" | ||