diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 495f6c0..1daa2f9 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python HTTP client/server for asyncio License: ASL 2.0 @@ -25,9 +25,9 @@ BuildRequires: python3-Cython Requires: python3-chardet Requires: python3-multidict >= 2.1.4 -Requires: python3-async-timeout >= 1.1.0 -Requires: python3-yarl >= 0.9.8 -Conflicts: python3-yarl >= 0.11 +Requires: python3-async-timeout >= 1.2.0 +Requires: python3-yarl >= 0.11.0 +Conflicts: python3-yarl > 0.11 %description -n python3-%{srcname} Python HTTP client/server for asyncio which supports both the client and the @@ -36,7 +36,6 @@ with middlewares and pluggable routing. %prep %autosetup -n %{srcname}-%{version} -sed -i -e "/yarl/s/0\.10/0.11/" setup.py %build %py3_build @@ -51,6 +50,9 @@ sed -i -e "/yarl/s/0\.10/0.11/" setup.py %{python3_sitearch}/%{srcname}/ %changelog +* Thu Mar 23 2017 Igor Gnatenko - 2.0.2-2 +- Fix requires + * Thu Mar 23 2017 Fabian Affolter - 2.0.2-1 - Update to new upstream version 2.0.2 (rhbz#1432690)