- Update to 0.35.0:

* Requires httpx==0.28.*

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpx?expand=0&rev=23
This commit is contained in:
2024-12-16 04:00:27 +00:00
committed by Git OBS Bridge
parent 59e9dcc038
commit 494ebe2651
4 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 16 04:00:04 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.35.0:
* Requires httpx==0.28.*
-------------------------------------------------------------------
Mon Nov 25 09:16:55 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-httpx
Version: 0.34.0
Version: 0.35.0
Release: 0
Summary: Send responses to httpx
License: MIT
@@ -30,13 +30,13 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module httpx >= 0.27.0 with %python-httpx < 0.28}
BuildRequires: %{python_module httpx >= 0.28.0 with %python-httpx < 0.29}
BuildRequires: %{python_module pytest >= 8.0}
BuildRequires: %{python_module pytest-asyncio >= 0.24.0}
# /SECTION
BuildRequires: fdupes
Requires: python-pytest >= 8.0
Requires: (python-httpx >= 0.27.0 with python-httpx < 0.28)
Requires: (python-httpx >= 0.28.0 with python-httpx < 0.29)
BuildArch: noarch
%python_subpackages