diff --git a/.gitignore b/.gitignore index e31116a..bffda9e 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /aiohttp-0.21.0.tar.gz /aiohttp-0.21.1.tar.gz /aiohttp-0.21.2.tar.gz +/aiohttp-0.21.5.tar.gz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index ac95434..0cf540f 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.2 +Version: 0.21.5 Release: 1%{?dist} Summary: %{sum} @@ -38,6 +38,9 @@ A Python HTTP client/server for asyncio %{python3_sitearch}/* %changelog +* Tue Mar 22 2016 Fabian Affolter - 0.21.5-1 +- Update to new upstream version 0.21.5 + * Sat Mar 05 2016 Fabian Affolter - 0.21.2-1 - Update to new upstream version 0.21.2 diff --git a/sources b/sources index 8250320..74bbe99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b53e5d6b3e5961b7119f2f500a20904e aiohttp-0.21.2.tar.gz +8e10aeb6fb49c819a7a88de1b9ef281b aiohttp-0.21.5.tar.gz