14
0

Accepting request 726704 from home:mcalabkova:branches:devel:languages:python

- update to version 0.2.0
  * Remove support for Python 2.6
  * Add support for Python 3.6
  * Add Python 3.7
  * Close socket on deletion
  * Allow UnixAdapter to accept max_retries parameter
  * Many other changes

OBS-URL: https://build.opensuse.org/request/show/726704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-unixsocket?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-08-28 09:01:26 +00:00
committed by Git OBS Bridge
parent da0ae00761
commit 826e7f2e14
4 changed files with 16 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-requests-unixsocket
Version: 0.1.5
Version: 0.2.0
Release: 0
Summary: UNIX domain socket backend for python-requests
License: Apache-2.0
@@ -57,7 +57,7 @@ sed -i -e '/addopts/d' pytest.ini
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v requests_unixsocket/tests
%pytest requests_unixsocket/tests
%files %{python_files}
%doc AUTHORS ChangeLog README.rst