From 82272f6a636f09d39b9d43c899aeb006bd2d0a0646b877a5841bda7d06a489ed Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 19 Nov 2023 10:51:21 +0000 Subject: [PATCH] - 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 --- pytest_httpx-0.26.0-gh.tar.gz | 3 --- pytest_httpx-0.27.0-gh.tar.gz | 3 +++ python-pytest-httpx.changes | 11 +++++++++++ python-pytest-httpx.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pytest_httpx-0.26.0-gh.tar.gz create mode 100644 pytest_httpx-0.27.0-gh.tar.gz diff --git a/pytest_httpx-0.26.0-gh.tar.gz b/pytest_httpx-0.26.0-gh.tar.gz deleted file mode 100644 index 49fd8f0..0000000 --- a/pytest_httpx-0.26.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41b2899d92d89669e744fc9f556e8a30cee83b683644087689f46fc8aaf79afa -size 28645 diff --git a/pytest_httpx-0.27.0-gh.tar.gz b/pytest_httpx-0.27.0-gh.tar.gz new file mode 100644 index 0000000..7f480a1 --- /dev/null +++ b/pytest_httpx-0.27.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f67b79ef41734d59ba6ddafa9ce73fa5351ae0cb84d4ab88eb86a9b54f6707 +size 29044 diff --git a/python-pytest-httpx.changes b/python-pytest-httpx.changes index f1f9b97..c757d5a 100644 --- a/python-pytest-httpx.changes +++ b/python-pytest-httpx.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 19 10:48:03 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-pytest-httpx.spec b/python-pytest-httpx.spec index 6c7492d..0a9329b 100644 --- a/python-pytest-httpx.spec +++ b/python-pytest-httpx.spec @@ -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