forked from pool/python-pytest-httpx
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d68300f5a74124e4e7aaef3df8d0c9fa716cbe80a202cde44975747d9e3bdb59
|
||||
size 38955
|
||||
3
pytest_httpx-0.35.0-gh.tar.gz
Normal file
3
pytest_httpx-0.35.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0653073f7690ea1ab068cc5872655ff79634377441dce1f71ae7396721df915
|
||||
size 39029
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user