Accepting request 725997 from home:jengelh:branches:devel:languages:python:pytest

- Use slightly more detailed description.

OBS-URL: https://build.opensuse.org/request/show/725997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-httpserver?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-08-26 06:59:56 +00:00
committed by Git OBS Bridge
parent a48cb77794
commit 8c1a3bad50
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Use slightly more detailed description.
-------------------------------------------------------------------
Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -21,7 +21,7 @@
Name: python-pytest-httpserver
Version: 0.3.3
Release: 0
Summary: A httpserver for pytest
Summary: A HTTP server for pytest
License: MIT
Group: Development/Languages/Python
URL: https://www.github.com/csernazs/pytest-httpserver
@@ -43,7 +43,10 @@ BuildRequires: %{python_module requests}
%python_subpackages
%description
pytest-httpserver is a httpserver for pytest.
This library is for testing HTTP clients without contacting the real
HTTP server. In other words, it is a fake HTTP server which is
accessible via localhost can be started with the pre-defined expected
HTTP requests and their responses.
%prep
%setup -q -n pytest_httpserver-%{version}