forked from pool/python-pytest-httpx
Accepting request 1137816 from devel:languages:python:pytest
- update to 0.28.0: * Requires `httpx`==0.26.\* OBS-URL: https://build.opensuse.org/request/show/1137816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-httpx?expand=0&rev=9
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3f67b79ef41734d59ba6ddafa9ce73fa5351ae0cb84d4ab88eb86a9b54f6707
|
||||
size 29044
|
||||
3
pytest_httpx-0.28.0-gh.tar.gz
Normal file
3
pytest_httpx-0.28.0-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5c2256d229edc2a3bcea2cb549644f32e822a7d032f2186e783d35681de5382
|
||||
size 29111
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user