diff --git a/python-async-timeout.spec b/python-async-timeout.spec index 43c024b..ec39a8a 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: 11%{?dist} +Release: 12%{?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 +* Fri Jun 04 2021 Python Maint - 3.0.1-12 +- Bootstrap for Python 3.10 + * Wed Jan 27 2021 Fedora Release Engineering - 3.0.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild