From 398008aecdfa24547b6d86fe6eaf0cc75a7da6d6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Nov 2014 23:10:41 +0100 Subject: [PATCH] * Wed Nov 26 2014 Fabian Affolter - 0.10.2-1 - Update to lastest upstream release 0.10.2 --- .gitignore | 1 + python-aiohttp.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 47db1c8..269b3eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /aiohttp-0.9.1.tar.gz +/aiohttp-0.10.2.tar.gz diff --git a/python-aiohttp.spec b/python-aiohttp.spec index 39cb142..9b2b6f8 100644 --- a/python-aiohttp.spec +++ b/python-aiohttp.spec @@ -8,8 +8,8 @@ %global srcname aiohttp Name: python-aiohttp -Version: 0.9.1 -Release: 2%{?dist} +Version: 0.10.2 +Release: 1%{?dist} Summary: A Python HTTP client/server for asyncio License: BSD @@ -66,6 +66,9 @@ popd %endif %changelog +* Wed Nov 26 2014 Fabian Affolter - 0.10.2-1 +- Update to lastest upstream release 0.10.2 + * Wed Oct 08 2014 Fabian Affolter - 0.9.1-2 - Build only a py3 package diff --git a/sources b/sources index 800531e..3017d67 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28c5574b9a004a9ac2cfe1617f009d69 aiohttp-0.9.1.tar.gz +da8c41d31df3e23a20348839c7560545 aiohttp-0.10.2.tar.gz