From 845d15ae2ad6ee0ed26b80a89a554b446b254c25 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Apr 2026 18:38:36 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-pytest-httpx_0.36.0.bb | 24 ---------------------- .../python/python3-pytest-httpx_0.36.2.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb deleted file mode 100644 index 1cdf3d3d23..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "Send responses to httpx." -HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8dcb0d82b1d402b6be745fc78dde254b" -RECIPE_MAINTAINER = "Tom Geelen " - -SRC_URI[sha256sum] = "9edb66a5fd4388ce3c343189bc67e7e1cb50b07c2e3fc83b97d511975e8a831b" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += "\ - python3-httpx (>=0.28) \ - python3-pytest (>=8) \ -" - -RDEPENDS:${PN}-ptest += "\ - python3-pytest-cov \ - python3-pytest-asyncio \ -" - -PYPI_PACKAGE = "pytest_httpx" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 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 @@ +SUMMARY = "Send responses to httpx." +HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b6746540997ba13df3f30783db069bc" +RECIPE_MAINTAINER = "Tom Geelen " + +SRC_URI[sha256sum] = "05a56527484f7f4e8c856419ea379b8dc359c36801c4992fdb330f294c690356" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += "\ + python3-httpx (>=0.28) \ + python3-pytest (>=8) \ +" + +RDEPENDS:${PN}-ptest += "\ + python3-pytest-cov \ + python3-pytest-asyncio \ +" + +PYPI_PACKAGE = "pytest_httpx" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" -- cgit v1.2.3-54-g00ecf