diff --git a/python-anyio.spec b/python-anyio.spec index c82e206..9af0cd8 100644 --- a/python-anyio.spec +++ b/python-anyio.spec @@ -14,7 +14,7 @@ on top of asyncio, and works in harmony with the native SC of trio itself.} Name: python-%{srcname} Version: 3.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Compatibility layer for multiple asynchronous event loop implementations License: MIT URL: https://github.com/agronholm/anyio @@ -112,6 +112,9 @@ rm -rf html/.{doctrees,buildinfo} %changelog +* Tue Jun 14 2022 Python Maint - 3.5.0-3 +- Rebuilt for Python 3.11 + * Tue Mar 29 2022 Miro HronĨok - 3.5.0-2 - Fix for pytest7 - Fixes: rhbz#2069194