From 68e84f61692827408472efdad0caa4638e5f11037cff2bc4a72758543bcaea50 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 23 Feb 2021 03:58:09 +0000 Subject: [PATCH] - Update to 0.5.5: * Fix asyncio DeprecationWarning: The loop argument is deprecated * Make deprecated API (SocksConnector etc) available again * Misc fixes, remove deprecated API (SocksConnector etc) * Fix cancellation handling * Improve timeouts handling * First use ipv4 when resolving hostnames * Change the default value of the family parameter to AF_UNSPEC * Make it compatible with aiohttp 2.x again OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-socks?expand=0&rev=9 --- aiohttp_socks-0.3.4.tar.gz | 3 --- aiohttp_socks-0.5.5.tar.gz | 3 +++ python-aiohttp-socks.changes | 13 +++++++++++++ python-aiohttp-socks.spec | 5 ++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 aiohttp_socks-0.3.4.tar.gz create mode 100644 aiohttp_socks-0.5.5.tar.gz diff --git a/aiohttp_socks-0.3.4.tar.gz b/aiohttp_socks-0.3.4.tar.gz deleted file mode 100644 index c0b812b..0000000 --- a/aiohttp_socks-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdea1d99c14fd3884968a34a6ecb2784f4c48e657aec99ec1b986a10812287bd -size 13805 diff --git a/aiohttp_socks-0.5.5.tar.gz b/aiohttp_socks-0.5.5.tar.gz new file mode 100644 index 0000000..8210087 --- /dev/null +++ b/aiohttp_socks-0.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb2059756bde34c55bb429541cbf2eba3fd53e36ac80875b461221e2858b04a +size 8185 diff --git a/python-aiohttp-socks.changes b/python-aiohttp-socks.changes index 23de0d5..5da8ff6 100644 --- a/python-aiohttp-socks.changes +++ b/python-aiohttp-socks.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 23 03:56:05 UTC 2021 - Steve Kowalik + +- Update to 0.5.5: + * Fix asyncio DeprecationWarning: The loop argument is deprecated + * Make deprecated API (SocksConnector etc) available again + * Misc fixes, remove deprecated API (SocksConnector etc) + * Fix cancellation handling + * Improve timeouts handling + * First use ipv4 when resolving hostnames + * Change the default value of the family parameter to AF_UNSPEC + * Make it compatible with aiohttp 2.x again + ------------------------------------------------------------------- Thu Jan 16 16:21:13 UTC 2020 - Marketa Calabkova diff --git a/python-aiohttp-socks.spec b/python-aiohttp-socks.spec index b05c65d..28e5266 100644 --- a/python-aiohttp-socks.spec +++ b/python-aiohttp-socks.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp-socks # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,11 +19,10 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-aiohttp-socks -Version: 0.3.4 +Version: 0.5.5 Release: 0 Summary: SOCKS proxy connector for aiohttp License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/romis2012/aiohttp-socks Source: https://files.pythonhosted.org/packages/source/a/aiohttp_socks/aiohttp_socks-%{version}.tar.gz BuildRequires: %{python_module setuptools}