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 | |
| 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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb (renamed from meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb) | 2 |
1 files changed, 1 insertions, 1 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.7.bb index a99c80f592..1f801877c6 100644 --- a/meta-python/recipes-devtools/python/python3-aioresponses_0.7.6.bb +++ b/meta-python/recipes-devtools/python/python3-aioresponses_0.7.7.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pnuckowski/aioresponses" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b22b40d5974300051216633098387c57" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "f795d9dbda2d61774840e7e32f5366f45752d1adc1b74c9362afd017296c7ee1" | 6 | SRC_URI[sha256sum] = "66292f1d5c94a3cb984f3336d806446042adb17347d3089f2d3962dd6e5ba55a" |
| 7 | 7 | ||
| 8 | DEPENDS += "python3-pbr-native" | 8 | DEPENDS += "python3-pbr-native" |
| 9 | 9 | ||
