diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-09 17:55:43 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-09 15:11:01 -0800 |
| commit | fd9bab33e2e7595d0de0784912639bd853dd3f03 (patch) | |
| tree | 8fe833a9d61d76560dd9452c3e76cf2cf422c910 /meta-python/recipes-devtools/python | |
| parent | 3f13fbc5c29dccbd205eac51752654475ad831f0 (diff) | |
| download | meta-openembedded-fd9bab33e2e7595d0de0784912639bd853dd3f03.tar.gz | |
python3-pytest-httpx: upgrade 0.35.0 -> 0.36.0
License-Update: Copyright year updated to 2025
Changelog:
===========
- pytest required version is now 9.
- Explicit support for python 3.14.
- match_params parameter is now available on responses and callbacks
registration, as well as request(s) retrieval. Allowing to provide query
parameters as a dict instead of being part of the matched URL.
- This parameter allows to perform partial query params matching (refer to
documentation for more information).
- URL with more than one value for the same parameter were not matched properly
(matching was performed on the first value).
- httpx_mock.add_exception is now properly documented (accepts BaseException
instead of Exception).
- pytest 8 is not supported anymore.
- python 3.9 is not supported anymore.
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')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb index a419f8841e..1cdf3d3d23 100644 --- a/meta-python/recipes-devtools/python/python3-pytest-httpx_0.35.0.bb +++ b/meta-python/recipes-devtools/python/python3-pytest-httpx_0.36.0.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | SUMMARY = "Send responses to httpx." | 1 | SUMMARY = "Send responses to httpx." |
| 2 | HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" | 2 | HOMEPAGE = "https://github.com/Colin-b/pytest_httpx" |
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=80d06bde9296c367ea063b11e9518842" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8dcb0d82b1d402b6be745fc78dde254b" |
| 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" | 5 | RECIPE_MAINTAINER = "Tom Geelen <t.f.g.geelen@gmail.com>" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "d619ad5d2e67734abfbb224c3d9025d64795d4b8711116b1a13f72a251ae511f" | 7 | SRC_URI[sha256sum] = "9edb66a5fd4388ce3c343189bc67e7e1cb50b07c2e3fc83b97d511975e8a831b" |
| 8 | 8 | ||
| 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest | 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest |
| 10 | 10 | ||
