diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-18 17:29:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 16:59:12 -0800 |
| commit | d9a406ffe2cb2ffd74d37cbf7a65cf3eb3a22790 (patch) | |
| tree | 27d5b7a362020ee7a7958ca5f87770394113a819 /meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb | |
| parent | 3172c415d55450d90f1522d939f761fc6dc4e446 (diff) | |
| download | meta-openembedded-d9a406ffe2cb2ffd74d37cbf7a65cf3eb3a22790.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb | 25 |
1 files changed, 0 insertions, 25 deletions
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 @@ | |||
| 1 | SUMMARY = "Mock out requests made by ClientSession from aiohttp package" | ||
| 2 | HOMEPAGE = "https://github.com/pnuckowski/aioresponses" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1" | ||
| 7 | |||
| 8 | DEPENDS += "python3-pbr-native" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS:${PN} += "python3-aiohttp \ | ||
| 13 | python3-asyncio \ | ||
| 14 | python3-core \ | ||
| 15 | python3-json \ | ||
| 16 | python3-math \ | ||
| 17 | python3-multidict \ | ||
| 18 | python3-netclient \ | ||
| 19 | python3-packaging \ | ||
| 20 | python3-unittest \ | ||
| 21 | python3-yarl" | ||
| 22 | |||
| 23 | # optionally needs asynctest asynctest.case ddt but recipes do not exist for them | ||
| 24 | |||
| 25 | PYPI_PACKAGE = "aioresponses" | ||
