diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index 79628e0..13cf94f 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -2,7 +2,7 @@ Name: python-nest-asyncio Version: 1.5.4 -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 +* Fri Jan 21 2022 Fedora Release Engineering - 1.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Thu Dec 02 2021 Lumír Balhar - 1.5.4-1 - Update to 1.5.4 Resolves: rhbz#2028135