14
0

- add 0001-ssl-connect-used-non-monotonic-time.time-for-timeout.patch

- add 0002-Fix-for-Python-3.7-506.patch and
  add 0003-Fix-compatibility-with-Python-3.7-ssl.SSLSocket-531.patch
  Both needed for python 3.7 compatibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=58
This commit is contained in:
Thomas Bechtold
2019-04-29 06:10:38 +00:00
committed by Git OBS Bridge
parent 9b7862e481
commit 82c5a213c9
5 changed files with 347 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 29 06:00:44 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- add 0001-ssl-connect-used-non-monotonic-time.time-for-timeout.patch
- add 0002-Fix-for-Python-3.7-506.patch and
add 0003-Fix-compatibility-with-Python-3.7-ssl.SSLSocket-531.patch
Both needed for python 3.7 compatibility
-------------------------------------------------------------------
Mon Apr 29 04:30:11 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>