14
0

Accepting request 874461 from devel:languages:python

- 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/request/show/874461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp-socks?expand=0&rev=3
This commit is contained in:
2021-02-23 19:21:33 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 23 03:56:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <mcalabkova@suse.com>

View File

@@ -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}