diff --git a/python-requests-unixsocket.changes b/python-requests-unixsocket.changes index 5ae1b16..6c8fd09 100644 --- a/python-requests-unixsocket.changes +++ b/python-requests-unixsocket.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 28 08:48:45 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-requests-unixsocket.spec b/python-requests-unixsocket.spec index 61e7abc..6381d7e 100644 --- a/python-requests-unixsocket.spec +++ b/python-requests-unixsocket.spec @@ -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 diff --git a/requests-unixsocket-0.1.5.tar.gz b/requests-unixsocket-0.1.5.tar.gz deleted file mode 100644 index 799d714..0000000 --- a/requests-unixsocket-0.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a91bc0138f61fb3396de6358fa81e2cd069a150ade5111f869df01d8bc9d294c -size 10499 diff --git a/requests-unixsocket-0.2.0.tar.gz b/requests-unixsocket-0.2.0.tar.gz new file mode 100644 index 0000000..c84a208 --- /dev/null +++ b/requests-unixsocket-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea +size 13303