14
0

Accepting request 765077 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/765077
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aiohttp-socks?expand=0&rev=2
This commit is contained in:
2020-01-17 15:08:29 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Jan 16 16:21:13 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.3.4
* Resolve proxy host explicitly
* Add Proxy chaining support
* Fix StreamSocketReadWriteMixin.read_all
* Add HTTP proxy support
-------------------------------------------------------------------
Mon Feb 25 11:09:50 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aiohttp-socks
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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.2.2
Version: 0.3.4
Release: 0
Summary: SOCKS proxy connector for aiohttp
License: Apache-2.0
@@ -31,6 +31,7 @@ BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-aiohttp >= 2.3.2
Requires: python-attrs >= 19.2.0
BuildArch: noarch
# SECTION test requirements
#BuildRequires: %{python_module aiohttp >= 2.3.2}
@@ -56,7 +57,7 @@ dos2unix README.md
%check
# tests need access to the internet
#%%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix}
#%%pytest
%files %{python_files}
%doc README.md