From 82572e605e5e5b01e718d8f775b244ded7ed57f4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Aug 01 2015 20:40:39 +0000 Subject: * Sat Aug 01 2015 Fabian Affolter - 0.16.6-1 - Update to lastest upstream release 0.16.6 (rhbz#1231670) --- diff --git a/.gitignore b/.gitignore index 33c22d4..f8f26f2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 04b785a..79d0ad1 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -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 - 0.10.2-1 +* Mon Jun 15 2015 Fabian Affolter - 0.16.6-1 +- Update to lastest upstream release 0.16.6 (rhbz#1231670) + +* Mon Jun 15 2015 Fabian Affolter - 0.16.5-1 - Update to lastest upstream release 0.16.5 (rhbz#1231670) * Wed Nov 26 2014 Fabian Affolter - 0.10.2-1 diff --git a/sources b/sources index 79228d0..d206d69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ad92f63f423c53c139c2cecb25242f2 aiohttp-0.16.5.tar.gz +d220b72900634327dd598848fba2a28d aiohttp-0.16.6.tar.gz