diff --git a/python-async-timeout.spec b/python-async-timeout.spec index ae9004d..29798e7 100644 --- a/python-async-timeout.spec +++ b/python-async-timeout.spec @@ -1,4 +1,3 @@ -%global _without_tests 1 %global srcname async-timeout %global common_desc asyncio-compatible timeout context manager\ The context manager is useful in cases when you want to apply timeout\ @@ -8,7 +7,7 @@ doesn't create a new task. Name: python-%{srcname} Version: 3.0.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: An asyncio-compatible timeout context manager License: ASL 2.0 @@ -58,6 +57,9 @@ BuildRequires: python3-pytest-aiohttp %{python3_sitelib}/async_timeout-*.egg-info/ %changelog +* Mon May 25 2020 Miro Hrončok - 3.0.1-9 +- Rebuilt for Python 3.9 + * Sun May 24 2020 Miro Hrončok - 3.0.1-8 - Bootstrap for Python 3.9