diff --git a/python-anyio.spec b/python-anyio.spec index 0360dbf..17086fa 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -16,7 +16,7 @@ libraries written against it to run unmodified on asyncio, curio and trio.} Name: python-%{pkgname} Version: 1.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT URL: https://github.com/agronholm/anyio @@ -79,6 +79,9 @@ py.test-%{python3_version} --verbose tests %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Mon Jan 13 2020 Carl George - 1.2.3-1 - Latest upstream rhbz#1786957