14
0

Accepting request 765047 from home:mcalabkova:branches:devel:languages:python

- update to 0.18.4
  * handle time.time() not making progress
  * handle SOCKSError in _connect_one 
  * socks.py: Add SOCKSRandomAuth

OBS-URL: https://build.opensuse.org/request/show/765047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiorpcX?expand=0&rev=10
This commit is contained in:
Tomáš Chvátal
2020-01-16 19:32:35 +00:00
committed by Git OBS Bridge
parent 193f88a2c9
commit 66863960c7
4 changed files with 13 additions and 5 deletions

BIN
0.18.3.tar.gz LFS

Binary file not shown.

BIN
0.18.4.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 16 16:55:12 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.18.4
* handle time.time() not making progress
* handle SOCKSError in _connect_one
* socks.py: Add SOCKSRandomAuth
-------------------------------------------------------------------
Wed Jul 31 09:51:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-aiorpcX
#
# 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-aiorpcX
Version: 0.18.3
Version: 0.18.4
Release: 0
Summary: Generic async RPC implementation, including JSON-RPC
License: MIT