* Mon Jun 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.10.2-1

- Update to lastest upstream release 0.16.5 (rhbz#1231670)
This commit is contained in:
Fabian Affolter 2015-06-15 11:44:21 +02:00
parent 398008aecd
commit 13a007dead
3 changed files with 6 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/aiohttp-0.9.1.tar.gz
/aiohttp-0.10.2.tar.gz
/aiohttp-0.16.5.tar.gz

View File

@ -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 <mail@fabian-affolter.ch> - 0.10.2-1
- Update to lastest upstream release 0.16.5 (rhbz#1231670)
* Wed Nov 26 2014 Fabian Affolter <mail@fabian-affolter.ch> - 0.10.2-1
- Update to lastest upstream release 0.10.2

View File

@ -1 +1 @@
da8c41d31df3e23a20348839c7560545 aiohttp-0.10.2.tar.gz
5ad92f63f423c53c139c2cecb25242f2 aiohttp-0.16.5.tar.gz