Hello community,
here is the log from the commit of package python-pytest-httpserver for
openSUSE:Factory checked in at 2019-08-27 10:23:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpserver (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-httpserver.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpserver"
Tue Aug 27 10:23:48 2019 rev:4 rq:726063 version:0.3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-httpserver/python-pytest-httpserver.changes
2019-08-05 10:38:27.511319522 +0200
+++
/work/SRC/openSUSE:Factory/.python-pytest-httpserver.new.7948/python-pytest-httpserver.changes
2019-08-27 10:23:58.115929247 +0200
@@ -1,0 +2,5 @@
+Mon Aug 26 05:23:14 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use slightly more detailed description.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-httpserver.spec ++++++
--- /var/tmp/diff_new_pack.vg5eUf/_old 2019-08-27 10:23:58.947929192 +0200
+++ /var/tmp/diff_new_pack.vg5eUf/_new 2019-08-27 10:23:58.947929192 +0200
@@ -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 @@
%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}