- update to 0.28.0:

* Requires `httpx`==0.26.\*

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpx?expand=0&rev=17
This commit is contained in:
2024-01-09 21:39:39 +00:00
committed by Git OBS Bridge
parent 82272f6a63
commit 546d5472da
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 9 21:38:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.28.0:
* Requires `httpx`==0.26.\*
-------------------------------------------------------------------
Sun Nov 19 10:48:03 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-httpx
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-httpx
Version: 0.27.0
Version: 0.28.0
Release: 0
Summary: Send responses to httpx
License: MIT
@@ -28,12 +28,12 @@ BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module httpx >= 0.25.0}
BuildRequires: %{python_module httpx >= 0.26.0}
BuildRequires: %{python_module pytest >= 7.0}
BuildRequires: %{python_module pytest-asyncio >= 0.20.0}
# /SECTION
BuildRequires: fdupes
Requires: python-httpx >= 0.25.0
Requires: python-httpx >= 0.26.0
Requires: python-pytest >= 7.0
BuildArch: noarch
%python_subpackages