diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 156c312..bedbdde 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,10 +1,8 @@ %global srcname aiohttp -%{?python_enable_dependency_generator} - Name: python-%{srcname} Version: 3.5.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python HTTP client/server for asyncio License: ASL 2.0 @@ -21,11 +19,13 @@ with middlewares and pluggable routing. %package -n python3-%{srcname} Summary: %{summary} -%{?python_provide:%python_provide python3-%{srcname}} + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-Cython + Recommends: python%{python3_version}dist(aiodns) +%{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} Python HTTP client/server for asyncio which supports both the client and the @@ -51,6 +51,9 @@ sed -i -e '/http_parser\.c/d' setup.py %{python3_sitearch}/%{srcname}/ %changelog +* Sat Jun 01 2019 Fabian Affolter - 3.5.4-3 +- Remove dep generator + * Sat Feb 02 2019 Fedora Release Engineering - 3.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild