diff --git a/aiohttp_socks-0.6.0.tar.gz b/aiohttp_socks-0.6.0.tar.gz deleted file mode 100644 index bf51302..0000000 --- a/aiohttp_socks-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b95dcfba3740c8499f4ff633846d72108459d25650ebc1ae8b299cb817088013 -size 8300 diff --git a/aiohttp_socks-0.7.1.tar.gz b/aiohttp_socks-0.7.1.tar.gz new file mode 100644 index 0000000..b258751 --- /dev/null +++ b/aiohttp_socks-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2215cac4891ef3fa14b7d600ed343ed0f0a670c23b10e4142aa862b3db20341a +size 8109 diff --git a/python-aiohttp-socks.changes b/python-aiohttp-socks.changes index 599ce61..2dafb30 100644 --- a/python-aiohttp-socks.changes +++ b/python-aiohttp-socks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 15 17:22:13 UTC 2022 - Dirk Müller + +- update to 0.7.1: + Pin python-socks dependency to the >=2.0.0 + Upgrade python-socks to 2.0.0 + ------------------------------------------------------------------- Wed Apr 21 05:47:04 UTC 2021 - Jiri Slaby diff --git a/python-aiohttp-socks.spec b/python-aiohttp-socks.spec index 006ccfa..7177ce6 100644 --- a/python-aiohttp-socks.spec +++ b/python-aiohttp-socks.spec @@ -1,7 +1,7 @@ # # spec file for package python-aiohttp-socks # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-aiohttp-socks -Version: 0.6.0 +Version: 0.7.1 Release: 0 Summary: SOCKS proxy connector for aiohttp License: Apache-2.0 @@ -31,13 +31,13 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-aiohttp >= 2.3.2 Requires: python-attrs >= 19.2.0 -Requires: python-python-socks >= 1.0.1 +Requires: python-python-socks >= 2.0.0 BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module aiohttp >= 2.3.2} BuildRequires: %{python_module attrs >= 1.0.1} #BuildRequires: %%{python_module pytest-asyncio} -BuildRequires: %{python_module python-socks >= 1.0.1} +BuildRequires: %{python_module python-socks >= 2.0.0} #BuildRequires: %%{python_module pytest} #BuildRequires: 3proxy # /SECTION