Update to 0.21.6

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2016-05-12 20:49:50 +02:00
parent 416736cdf7
commit 98e4132a66
3 changed files with 19 additions and 12 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ignatenko@redhat.com> - 0.21.6-1
- Update to 0.21.6
* Tue Mar 22 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.5-1
- Update to new upstream version 0.21.5

View File

@ -1 +1 @@
8e10aeb6fb49c819a7a88de1b9ef281b aiohttp-0.21.5.tar.gz
b5a001818e7105522afda859ccee51fd aiohttp-0.21.6.tar.gz