forked from pool/python-requests-unixsocket
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:
committed by
Git OBS Bridge
parent
da0ae00761
commit
826e7f2e14
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a91bc0138f61fb3396de6358fa81e2cd069a150ade5111f869df01d8bc9d294c
|
|
||||||
size 10499
|
|
3
requests-unixsocket-0.2.0.tar.gz
Normal file
3
requests-unixsocket-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea
|
||||||
|
size 13303
|
Reference in New Issue
Block a user