diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index dc3e842..1e9c306 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -2,7 +2,7 @@ Name: python-nest-asyncio Version: 1.5.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Patch asyncio to allow nested event loops License: BSD @@ -64,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %python3 tests/nest_test.py %doc README.rst %changelog +* Mon Jun 13 2022 Python Maint - 1.5.5-2 +- Rebuilt for Python 3.11 + * Mon Apr 04 2022 Lumír Balhar - 1.5.5-1 - Update to 1.5.5 Resolves: rhbz#2071300