diff --git a/.gitignore b/.gitignore index e23bd2f..4b83a16 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /aiohttp-0.17.4.tar.gz /aiohttp-0.19.0.tar.gz /aiohttp-0.21.0.tar.gz +/aiohttp-0.21.1.tar.gz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index a41a102..ead41ef 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -2,7 +2,7 @@ %global sum A Python HTTP client/server for asyncio Name: python-%{srcname} -Version: 0.21.0 +Version: 0.21.1 Release: 1%{?dist} Summary: %{sum} @@ -11,6 +11,7 @@ URL: https://github.com/KeepSafe/aiohttp/ Source0: https://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel +Requires: python3-chardet %description A Python HTTP client/server for asyncio @@ -37,6 +38,10 @@ A Python HTTP client/server for asyncio %{python3_sitearch}/* %changelog +* Sun Feb 14 2016 Fabian Affolter - 0.21.1-1 +- Add requirements (rhbz#1300186) +- Update to new upstream version 0.21.1 + * Thu Feb 04 2016 Fabian Affolter - 0.21.0-1 - Update to new upstream version 0.21.0 diff --git a/sources b/sources index d7369b5..569273b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cee74aa960393c4ec8ef7af97bd462c aiohttp-0.21.0.tar.gz +4a0ca375777a388f96038a3a83477a6f aiohttp-0.21.1.tar.gz