From 91ea68e4ae087564ad49676a6dbe79ee5e6c4dd0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 23 Mar 2017 21:32:01 +0100 Subject: [PATCH] specify proper yarl version Signed-off-by: Igor Gnatenko --- python-aiohttp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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