From da0ae00761993ef8fbfc880a86b7d1cc648b0de7589c6db3d4c7394744d2d9f9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 21 Mar 2019 07:05:47 +0000 Subject: [PATCH] Accepting request 687026 from home:jengelh:branches:devel:languages:python - Make the descriptions say what it is, not what the user is to do. OBS-URL: https://build.opensuse.org/request/show/687026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-unixsocket?expand=0&rev=4 --- python-requests-unixsocket.changes | 5 +++++ python-requests-unixsocket.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-requests-unixsocket.changes b/python-requests-unixsocket.changes index 0450c88..5ae1b16 100644 --- a/python-requests-unixsocket.changes +++ b/python-requests-unixsocket.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 20 18:39:29 UTC 2019 - Jan Engelhardt + +- Make the descriptions say what it is, not what the user is to do. + ------------------------------------------------------------------- Tue Mar 5 12:40:55 UTC 2019 - Tomáš Chvátal diff --git a/python-requests-unixsocket.spec b/python-requests-unixsocket.spec index 238fc6e..61e7abc 100644 --- a/python-requests-unixsocket.spec +++ b/python-requests-unixsocket.spec @@ -20,7 +20,7 @@ Name: python-requests-unixsocket Version: 0.1.5 Release: 0 -Summary: Use requests to talk HTTP via a UNIX domain socket +Summary: UNIX domain socket backend for python-requests License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/msabramo/requests-unixsocket @@ -41,7 +41,8 @@ BuildRequires: %{python_module waitress} %python_subpackages %description -Use requests to talk HTTP via a UNIX domain socket +With this module, python-requests is enhanced by the ability to talk +HTTP via a UNIX domain socket. %prep %setup -q -n requests-unixsocket-%{version}