diff --git a/python-async-timeout.spec b/python-async-timeout.spec index 57023c9..ae9004d 100644 --- a/python-async-timeout.spec +++ b/python-async-timeout.spec @@ -1,3 +1,4 @@ +%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\ @@ -7,7 +8,7 @@ doesn't create a new task. Name: python-%{srcname} Version: 3.0.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: An asyncio-compatible timeout context manager License: ASL 2.0 @@ -57,6 +58,9 @@ BuildRequires: python3-pytest-aiohttp %{python3_sitelib}/async_timeout-*.egg-info/ %changelog +* Sun May 24 2020 Miro HronĨok - 3.0.1-8 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 3.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild