From 11d5ba95c3349f50e077041bb794cec7e50b7fd07066178d65d963c1f1b4a8ff Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Feb 2024 21:22:19 +0000 Subject: [PATCH] - update to 0.29.0: * Add support for `pytest`==8.\* OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpx?expand=0&rev=19 --- pytest_httpx-0.28.0-gh.tar.gz | 3 --- pytest_httpx-0.29.0-gh.tar.gz | 3 +++ python-pytest-httpx.changes | 6 ++++++ python-pytest-httpx.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 pytest_httpx-0.28.0-gh.tar.gz create mode 100644 pytest_httpx-0.29.0-gh.tar.gz diff --git a/pytest_httpx-0.28.0-gh.tar.gz b/pytest_httpx-0.28.0-gh.tar.gz deleted file mode 100644 index 9876811..0000000 --- a/pytest_httpx-0.28.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5c2256d229edc2a3bcea2cb549644f32e822a7d032f2186e783d35681de5382 -size 29111 diff --git a/pytest_httpx-0.29.0-gh.tar.gz b/pytest_httpx-0.29.0-gh.tar.gz new file mode 100644 index 0000000..675092f --- /dev/null +++ b/pytest_httpx-0.29.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099ec2e8fcba7d47862588fddf25d5315d3fa51c2aac8525d0f0b551e63d0540 +size 29203 diff --git a/python-pytest-httpx.changes b/python-pytest-httpx.changes index 571a7be..2e707ab 100644 --- a/python-pytest-httpx.changes +++ b/python-pytest-httpx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 1 21:21:49 UTC 2024 - Dirk Müller + +- update to 0.29.0: + * Add support for `pytest`==8.\* + ------------------------------------------------------------------- Tue Jan 9 21:38:43 UTC 2024 - Dirk Müller diff --git a/python-pytest-httpx.spec b/python-pytest-httpx.spec index a92fcb7..7acaf66 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.28.0 +Version: 0.29.0 Release: 0 Summary: Send responses to httpx License: MIT