Accepting request 1127546 from devel:languages:python:pytest

- 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/request/show/1127546
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpx?expand=0&rev=8
This commit is contained in:
2023-11-20 20:19:27 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41b2899d92d89669e744fc9f556e8a30cee83b683644087689f46fc8aaf79afa
size 28645

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3f67b79ef41734d59ba6ddafa9ce73fa5351ae0cb84d4ab88eb86a9b54f6707
size 29044

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>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-httpx
Version: 0.26.0
Version: 0.27.0
Release: 0
Summary: Send responses to httpx
License: MIT