diff --git a/python-pytest-httpserver.changes b/python-pytest-httpserver.changes index 103f963..9a1a369 100644 --- a/python-pytest-httpserver.changes +++ b/python-pytest-httpserver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt + +- Use slightly more detailed description. + ------------------------------------------------------------------- Thu Aug 1 09:06:38 UTC 2019 - Tomáš Chvátal diff --git a/python-pytest-httpserver.spec b/python-pytest-httpserver.spec index 359e26c..6a61f53 100644 --- a/python-pytest-httpserver.spec +++ b/python-pytest-httpserver.spec @@ -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}