14
0

Accepting request 726706 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/726706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-unixsocket?expand=0&rev=3
This commit is contained in:
2019-09-02 11:20:17 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 28 08:48:45 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 20 18:39:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Wed Mar 20 18:39:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a91bc0138f61fb3396de6358fa81e2cd069a150ade5111f869df01d8bc9d294c
size 10499

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea
size 13303