From 98e4132a666b60dadc36cd46db0e208776f45166 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: May 12 2016 18:49:50 +0000 Subject: Update to 0.21.6 Signed-off-by: Igor Gnatenko --- diff --git a/.gitignore b/.gitignore index bffda9e..87ac501 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /aiohttp-0.21.1.tar.gz /aiohttp-0.21.2.tar.gz /aiohttp-0.21.5.tar.gz +/aiohttp-0.21.6.tar.gz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 0cf540f..125a8db 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -1,30 +1,32 @@ %global srcname aiohttp -%global sum A Python HTTP client/server for asyncio Name: python-%{srcname} -Version: 0.21.5 +Version: 0.21.6 Release: 1%{?dist} -Summary: %{sum} +Summary: Python HTTP client/server for asyncio License: ASL 2.0 -URL: https://github.com/KeepSafe/aiohttp/ -Source0: https://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz +URL: https://github.com/KeepSafe/aiohttp +Source0: %{url}/archive/4v%{version}/%{srcname}-%{version}.tar.gz BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-Cython +BuildRequires: gcc Requires: python3-chardet %description -A Python HTTP client/server for asyncio +%{summary}. %package -n python3-%{srcname} -Summary: %{sum} +Summary: %{summary} %{?python_provide:%python_provide python3-%{srcname}} %description -n python3-%{srcname} -A Python HTTP client/server for asyncio +%{summary}. %prep -%autosetup -n %{srcname}-%{version} +%autosetup -n %{srcname}-4v%{version} %build %py3_build @@ -33,11 +35,15 @@ A Python HTTP client/server for asyncio %py3_install %files -n python3-%{srcname} -%doc CHANGES.txt CONTRIBUTORS.txt README.rst %license LICENSE.txt -%{python3_sitearch}/* +%doc CHANGES.txt CONTRIBUTORS.txt README.rst +%{python3_sitearch}/%{srcname}-*.egg-info/ +%{python3_sitearch}/%{srcname}/ %changelog +* Thu May 12 2016 Igor Gnatenko - 0.21.6-1 +- Update to 0.21.6 + * Tue Mar 22 2016 Fabian Affolter - 0.21.5-1 - Update to new upstream version 0.21.5 diff --git a/sources b/sources index 74bbe99..f8eb5d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e10aeb6fb49c819a7a88de1b9ef281b aiohttp-0.21.5.tar.gz +b5a001818e7105522afda859ccee51fd aiohttp-0.21.6.tar.gz