From d9a406ffe2cb2ffd74d37cbf7a65cf3eb3a22790 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:34 +0800 Subject: python3-aioresponses: upgrade 0.7.6 -> 0.7.7 Changelog: =========== - fix: invalid rst code - Merge pull request #262 from bdraco/3110_compat - Fix compat with aiohttp 3.11.0+ - Merge pull request #233 from outp1/master - Merge pull request #251 from chs2/feat/callable-raise-for-status - Merge pull request #256 from DanielNoord/patch-1 - Update __version__ to latest released version - Merge pull request #254 from gaby/packaging - Add packaging to requirements.txt - feat: support raise_for_status as callable Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-aioresponses_0.7.7.bb | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb (limited to 'meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb') diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb new file mode 100644 index 0000000000..1f801877c6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb @@ -0,0 +1,25 @@ +SUMMARY = "Mock out requests made by ClientSession from aiohttp package" +HOMEPAGE = "https://github.com/pnuckowski/aioresponses" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57" + +SRC_URI[sha256sum] = "66292f1d5c94a3cb984f3336d806446042adb17347d3089f2d3962dd6e5ba55a" + +DEPENDS += "python3-pbr-native" + +inherit setuptools3 pypi + +RDEPENDS:${PN} += "python3-aiohttp \ + python3-asyncio \ + python3-core \ + python3-json \ + python3-math \ + python3-multidict \ + python3-netclient \ + python3-packaging \ + python3-unittest \ + python3-yarl" + +# optionally needs asynctest asynctest.case ddt but recipes do not exist for them + +PYPI_PACKAGE = "aioresponses" -- cgit v1.2.3-54-g00ecf