diff --git a/.gitignore b/.gitignore index 269b3eb..33c22d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /aiohttp-0.9.1.tar.gz /aiohttp-0.10.2.tar.gz +/aiohttp-0.16.5.tar.gz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 9b2b6f8..04b785a 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,14 +1,7 @@ -%if 0%{?fedora} > 12 -%global with_python3 1 -%else -%{!?__python2: %global __python2 /usr/bin/python2} -%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} -%endif - %global srcname aiohttp Name: python-aiohttp -Version: 0.10.2 +Version: 0.16.5 Release: 1%{?dist} Summary: A Python HTTP client/server for asyncio @@ -66,6 +59,9 @@ popd %endif %changelog +* Mon Jun 15 2015 Fabian Affolter - 0.10.2-1 +- Update to lastest upstream release 0.16.5 (rhbz#1231670) + * Wed Nov 26 2014 Fabian Affolter - 0.10.2-1 - Update to lastest upstream release 0.10.2 diff --git a/sources b/sources index 3017d67..79228d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da8c41d31df3e23a20348839c7560545 aiohttp-0.10.2.tar.gz +5ad92f63f423c53c139c2cecb25242f2 aiohttp-0.16.5.tar.gz