diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-14 18:38:36 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:35 -0700 |
| commit | 845d15ae2ad6ee0ed26b80a89a554b446b254c25 (patch) | |
| tree | 62fef566f310e0636542e4650c7eb5748450728d /meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb | |
| parent | 02e82f58c2e10f8af14946dce487853658fa0c6c (diff) | |
| download | meta-openembedded-845d15ae2ad6ee0ed26b80a89a554b446b254c25.tar.gz | |
python3-pytest-httpx: upgrade 0.36.0 -> 0.36.2
License-Update: Copyright year updated to 2026.
Fixed:
Document how to ignore query parameters while matching on URL.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb new file mode 100644 index 0000000000..ac1a53d224 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | SUMMARY = "Send responses to httpx." | ||
| 2 | HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b6746540997ba13df3f30783db069bc" | ||
| 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "05a56527484f7f4e8c856419ea379b8dc359c36801c4992fdb330f294c690356" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 10 | |||
| 11 | DEPENDS += "python3-setuptools-scm-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "\ | ||
| 14 | python3-httpx (>=0.28) \ | ||
| 15 | python3-pytest (>=8) \ | ||
| 16 | " | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += "\ | ||
| 19 | python3-pytest-cov \ | ||
| 20 | python3-pytest-asyncio \ | ||
| 21 | " | ||
| 22 | |||
| 23 | PYPI_PACKAGE = "pytest_httpx" | ||
| 24 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
