14
0

Accepting request 687119 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/687119
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-unixsocket?expand=0&rev=2
This commit is contained in:
2019-03-29 19:36:14 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 20 18:39:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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 <tchvatal@suse.com> Tue Mar 5 12:40:55 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -20,7 +20,7 @@
Name: python-requests-unixsocket Name: python-requests-unixsocket
Version: 0.1.5 Version: 0.1.5
Release: 0 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 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/msabramo/requests-unixsocket URL: https://github.com/msabramo/requests-unixsocket
@@ -41,7 +41,8 @@ BuildRequires: %{python_module waitress}
%python_subpackages %python_subpackages
%description %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 %prep
%setup -q -n requests-unixsocket-%{version} %setup -q -n requests-unixsocket-%{version}