#2 Upadte to 0.23.0
Merged 5 years ago by kevin. Opened 5 years ago by churchyard.
rpms/ churchyard/python-eventlet 23  into  master

file modified
+1
@@ -14,3 +14,4 @@ 

  /eventlet-0.21.0.tar.gz

  /eventlet-0.22.0.tar.gz

  /eventlet-0.22.1.tar.gz

+ /eventlet-0.23.0.tar.gz

file modified
+5 -2
@@ -1,8 +1,8 @@ 

  %global modname eventlet

  

  Name:           python-%{modname}

- Version:        0.22.1

- Release:        2%{?dist}

+ Version:        0.23.0

+ Release:        1%{?dist}

  Summary:        Highly concurrent networking library

  License:        MIT

  URL:            http://eventlet.net
@@ -118,6 +118,9 @@ 

  %doc html-3

  

  %changelog

+ * Fri Jun 22 2018 Miro Hrončok <mhroncok@redhat.com> - 0.23.0-1

+ - Update to 0.23.0 (#1575434)

+ 

  * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.22.1-2

  - Rebuilt for Python 3.7

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (eventlet-0.22.1.tar.gz) = 6e10e20a7fd1a99051b6c94f411e0f1d5171c8af46c3cf713eb13a596011f98d7e157937d16b37d2ee430c3c38df826665d09b265d64128a30e79f3eb4483e0b

+ SHA512 (eventlet-0.23.0.tar.gz) = a9ecaf65c22ea3bbb8af5a0db2bc0cd3c3759b5762e1e15202c25f4a96951f4c2cc8e11098c516bd43ba77b7136be1b63eb1780705de532ed181e22ee543b105

(This won't build yet, but at least it's a better base for applying patches.)

LGTM. I have the same here except I had a patch disabling failing tests... (but those are hopefully getting handled in greenlet).

Pull-Request has been merged by kevin

5 years ago

The greenlet failure is patched in greenlet already, those failing tests we see here are eventlet issues.