* Sat Aug 01 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.6-1

- Update to lastest upstream release 0.16.6 (rhbz#1231670)
This commit is contained in:
Fabian Affolter 2015-08-01 22:40:39 +02:00
parent 13a007dead
commit 82572e605e
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -1,14 +1,14 @@
%global srcname aiohttp
%global with_python3 1
Name: python-aiohttp
Version: 0.16.5
Version: 0.16.6
Release: 1%{?dist}
Summary: A Python HTTP client/server for asyncio
License: BSD
URL: https://github.com/KeepSafe/aiohttp/
Source0: https://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python2-devel
BuildRequires: python-setuptools
@ -55,11 +55,14 @@ popd
%if 0%{?with_python3}
%files -n python3-%{srcname}
%doc CHANGES.txt CONTRIBUTORS.txt LICENSE.txt README.rst
%{python3_sitelib}/*
%{python3_sitearch}/*
%endif
%changelog
* Mon Jun 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.10.2-1
* Mon Jun 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.6-1
- Update to lastest upstream release 0.16.6 (rhbz#1231670)
* Mon Jun 15 2015 Fabian Affolter <mail@fabian-affolter.ch> - 0.16.5-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

View File

@ -1 +1 @@
5ad92f63f423c53c139c2cecb25242f2 aiohttp-0.16.5.tar.gz
d220b72900634327dd598848fba2a28d aiohttp-0.16.6.tar.gz