14
0

- update to 0.7.1:

Pin python-socks dependency to the >=2.0.0
  Upgrade python-socks to 2.0.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-socks?expand=0&rev=13
This commit is contained in:
2022-01-15 17:22:36 +00:00
committed by Git OBS Bridge
parent f8b69c3fb4
commit f04f032a3a
4 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 15 17:22:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <jslaby@suse.cz>

View File

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