diff --git a/.gitignore b/.gitignore index beda2b8..37319fe 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /aiohttp-0.21.5.tar.gz /aiohttp-0.21.6.tar.gz /aiohttp-0.22.5.tar.gz +/aiohttp-1.0.5.tar.gz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 0fadaf1..49b53e8 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,7 +1,7 @@ %global srcname aiohttp Name: python-%{srcname} -Version: 0.22.5 +Version: 1.0.5 Release: 1%{?dist} Summary: Python HTTP client/server for asyncio @@ -42,6 +42,9 @@ Requires: python3-multidict %{python3_sitearch}/%{srcname}/ %changelog +* Mon Oct 31 2016 Fabian Affolter - 1.0.5-1 +- Update to new upstream version 1.0.5 + * Tue Aug 30 2016 Fabian Affolter - 0.22.5-1 - Update to new upstream version 0.22.5 diff --git a/sources b/sources index bfbcf38..daa72db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe233b9d17bfe2d9443236a6a9244bd3 aiohttp-0.22.5.tar.gz +841e3462235ffa8ad8320face3b34be0 aiohttp-1.0.5.tar.gz