14
0

- update to 0.25.2:

* green.ssl: redundant set_nonblocking() caused SSLWantReadError

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=66
This commit is contained in:
2020-04-29 10:53:18 +00:00
committed by Git OBS Bridge
parent 6bafda9938
commit 1ad1a6cd54
4 changed files with 11 additions and 5 deletions

View File

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

3
eventlet-0.25.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 29 10:49:14 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.25.2:
* green.ssl: redundant set_nonblocking() caused SSLWantReadError
-------------------------------------------------------------------
Tue Sep 10 10:40:09 UTC 2019 - Ralf Haferkamp <rhafer@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-eventlet
#
# 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
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-eventlet
Version: 0.25.1
Version: 0.25.2
Release: 0
Summary: Concurrent networking library for Python
License: MIT