- update to 0.27.0:

* Explicit support for python `3.12`.
  * Custom HTTP transport are now handled (parent call to
    `handle_async_request` or `handle_request`).
  * Only HTTP transport are now mocked, this should not have any
    impact, however if it does, please feel free to open an issue
    describing your use case.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpx?expand=0&rev=15
This commit is contained in:
2023-11-19 10:51:21 +00:00
committed by Git OBS Bridge
parent 9e7dc9765d
commit 82272f6a63
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Nov 19 10:48:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.27.0:
* Explicit support for python `3.12`.
* Custom HTTP transport are now handled (parent call to
`handle_async_request` or `handle_request`).
* Only HTTP transport are now mocked, this should not have any
impact, however if it does, please feel free to open an issue
describing your use case.
-------------------------------------------------------------------
Tue Nov 7 19:44:01 UTC 2023 - Dirk Müller <dmueller@suse.com>