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.6.bb | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb (limited to 'meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb') diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb deleted file mode 100644 index a99c80f592..0000000000 --- a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb +++ /dev/null @@ -1,25 +0,0 @@ -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] = "f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1" - -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