diff --git a/python-eventlet.spec b/python-eventlet.spec index 297f911..af4f5b4 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.31.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Highly concurrent networking library %if %bundle_dns License: MIT and ISC @@ -130,6 +130,10 @@ nosetests-%{python3_version} -v %doc html-3 %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 0.31.0-4 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jun 16 2021 Tomas Hrnciar - 0.31.0-3 - Backport upstream patch to add compatibility of Eventlet with Python 3.10 - Fixes: rhbz#1913291