fix requires

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-03-23 21:12:40 +01:00
parent abd4d16e1c
commit c5007933d3
1 changed files with 7 additions and 5 deletions

View File

@ -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 <ignatenko@redhat.com> - 2.0.2-2
- Fix requires
* Thu Mar 23 2017 Fabian Affolter <mail@fabian-affolter.ch> - 2.0.2-1
- Update to new upstream version 2.0.2 (rhbz#1432690)