specify proper yarl version

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-03-23 21:32:01 +01:00
parent c5007933d3
commit 91ea68e4ae
1 changed files with 6 additions and 3 deletions

View File

@ -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 <ignatenko@redhat.com> - 2.0.2-3
- Specify proper yarl version
* Thu Mar 23 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.2-2
- Fix requires