From 71bd6f0ff6cabb58e6edcbaf6ec82ec31670bae6 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 22 Jan 2025 17:45:39 +0200 Subject: python3-aioresponses: Upgrade 0.7.7 -> 0.7.8 Upgrade to release 0.7.8. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-aioresponses_0.7.7.bb | 25 ---------------------- .../python/python3-aioresponses_0.7.8.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb (limited to 'meta-python/recipes-devtools/python') 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 deleted file mode 100644 index 1f801877c6..0000000000 --- a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.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] = "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" diff --git a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.bb new file mode 100644 index 0000000000..1b74b839a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.8.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] = "b861cdfe5dc58f3b8afac7b0a6973d5d7b2cb608dd0f6253d16b8ee8eaf6df11" + +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