diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 1daa2f9..cf8788c 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python HTTP client/server for asyncio License: ASL 2.0 @@ -26,8 +26,8 @@ BuildRequires: python3-Cython Requires: python3-chardet Requires: python3-multidict >= 2.1.4 Requires: python3-async-timeout >= 1.2.0 -Requires: python3-yarl >= 0.11.0 -Conflicts: python3-yarl > 0.11 +Requires: python3-yarl >= 0.10.0 +Conflicts: python3-yarl >= 0.11 %description -n python3-%{srcname} Python HTTP client/server for asyncio which supports both the client and the @@ -50,6 +50,9 @@ with middlewares and pluggable routing. %{python3_sitearch}/%{srcname}/ %changelog +* Thu Mar 23 2017 Igor Gnatenko - 2.0.2-3 +- Specify proper yarl version + * Thu Mar 23 2017 Igor Gnatenko - 2.0.2-2 - Fix requires