From a7687a30928580bee04213ae4ff81035e284dd8c Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 14 2022 09:20:46 +0000 Subject: Rebuilt for Python 3.11 --- diff --git a/python-eventlet.spec b/python-eventlet.spec index 0897fd6..b13c51b 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.33.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Highly concurrent networking library %if %bundle_dns License: MIT and ISC @@ -123,6 +123,9 @@ nosetests-%{python3_version} -v -e greendns_test -e socket_test -e test_patcher_ %doc html-3 %changelog +* Tue Jun 14 2022 Python Maint - 0.33.1-2 +- Rebuilt for Python 3.11 + * Sun May 29 2022 Kevin Fenzi - 0.33.1-1 - Update to 0.33.1. Fixes rhbz#2085297