* Sun Feb 14 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.1-1
- Add requirements (rhbz#1300186) - Update to new upstream version 0.21.1
This commit is contained in:
parent
cb87e4acf3
commit
6180e919cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/aiohttp-0.17.4.tar.gz
|
||||
/aiohttp-0.19.0.tar.gz
|
||||
/aiohttp-0.21.0.tar.gz
|
||||
/aiohttp-0.21.1.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global sum A Python HTTP client/server for asyncio
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.21.0
|
||||
Version: 0.21.1
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
@ -11,6 +11,7 @@ URL: https://github.com/KeepSafe/aiohttp/
|
||||
Source0: https://pypi.python.org/packages/source/a/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
Requires: python3-chardet
|
||||
|
||||
%description
|
||||
A Python HTTP client/server for asyncio
|
||||
@ -37,6 +38,10 @@ A Python HTTP client/server for asyncio
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 14 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.1-1
|
||||
- Add requirements (rhbz#1300186)
|
||||
- Update to new upstream version 0.21.1
|
||||
|
||||
* Thu Feb 04 2016 Fabian Affolter <mail@fabian-affolter.ch> - 0.21.0-1
|
||||
- Update to new upstream version 0.21.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user