diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-04-28 15:16:58 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-04-28 07:02:49 -0700 |
| commit | ffa75162386ec4caa267607f3c45aa2f9b311c8f (patch) | |
| tree | 83a418a1e9618cf574cd50a6becac0b6d60073ec /meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb | |
| parent | ea24a53834a3b0f470102199584931867fa0619f (diff) | |
| download | meta-openembedded-ffa75162386ec4caa267607f3c45aa2f9b311c8f.tar.gz | |
python3-httpcore: Upgrade 1.0.8 -> 1.0.9
Upgrade to release 1.0.9:
- Resolve GHSA-vqfr-h8mv-ghfj with h11 dependency update
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb b/meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb new file mode 100644 index 0000000000..d8f8400006 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-httpcore_1.0.9.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | SUMMARY = "A minimal low-level HTTP client." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1c1f23b073da202e1f4f9e426490210c" | ||
| 5 | |||
| 6 | inherit pypi python_hatchling | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8" | ||
| 9 | |||
| 10 | DEPENDS += "\ | ||
| 11 | python3-hatch-fancy-pypi-readme-native \ | ||
| 12 | " | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "" | ||
| 15 | PACKAGECONFIG[http2] = ",,,python3-h2" | ||
| 16 | PACKAGECONFIG[socks] = ",,,python3-socksio" | ||
| 17 | PACKAGECONFIG[asyncio] = ",,,python3-anyio" | ||
| 18 | # Don't provide "trio" PACKAGECONFIG as nothing provides "python3-trio" currently. | ||
| 19 | # If somebody needs this please feel free to add python3-trio and enable the | ||
| 20 | # packageconfig below: | ||
| 21 | #PACKAGECONFIG[trio] = ",,,python3-trio" | ||
| 22 | |||
| 23 | RDEPENDS:${PN} += "\ | ||
| 24 | python3-certifi \ | ||
| 25 | python3-h11 \ | ||
| 26 | " | ||
