From 8c1a3bad507c9ccb07f26b18cda2f320edc24d5dbde59b8f734f589525300647 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Aug 2019 06:59:56 +0000 Subject: [PATCH] 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 --- python-pytest-httpserver.changes | 5 +++++ python-pytest-httpserver.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) 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}