diff --git a/pytest_httpx-0.27.0-gh.tar.gz b/pytest_httpx-0.27.0-gh.tar.gz deleted file mode 100644 index 7f480a1..0000000 --- a/pytest_httpx-0.27.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3f67b79ef41734d59ba6ddafa9ce73fa5351ae0cb84d4ab88eb86a9b54f6707 -size 29044 diff --git a/pytest_httpx-0.28.0-gh.tar.gz b/pytest_httpx-0.28.0-gh.tar.gz new file mode 100644 index 0000000..9876811 --- /dev/null +++ b/pytest_httpx-0.28.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c2256d229edc2a3bcea2cb549644f32e822a7d032f2186e783d35681de5382 +size 29111 diff --git a/python-pytest-httpx.changes b/python-pytest-httpx.changes index c757d5a..571a7be 100644 --- a/python-pytest-httpx.changes +++ b/python-pytest-httpx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 9 21:38:43 UTC 2024 - Dirk Müller + +- update to 0.28.0: + * Requires `httpx`==0.26.\* + ------------------------------------------------------------------- Sun Nov 19 10:48:03 UTC 2023 - Dirk Müller diff --git a/python-pytest-httpx.spec b/python-pytest-httpx.spec index 0a9329b..a92fcb7 100644 --- a/python-pytest-httpx.spec +++ b/python-pytest-httpx.spec @@ -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