From 84ee5d421a3e535533559c5b98d80e3d0f6fb445 Mon Sep 17 00:00:00 2001 From: Julien Enselme Date: Aug 15 2015 17:10:20 +0000 Subject: Update to 1.0.3 --- diff --git a/.gitignore b/.gitignore index 36a3eba..395a2c3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /txaio-1.0.0.zip /txaio-1.0.2.tar.gz +/txaio-1.0.3.tar.gz diff --git a/python-txaio.spec b/python-txaio.spec index 622bebf..d31b55a 100644 --- a/python-txaio.spec +++ b/python-txaio.spec @@ -1,7 +1,7 @@ %global pypi_name txaio Name: python-%{pypi_name} -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Compatibility API between asyncio/Twisted/Trollius @@ -114,6 +114,9 @@ PYTHONPATH=$PYTHONPATH:. coverage2 run -p --source=txaio /usr/bin/py.test-%{pyth %changelog +* Sat Aug 15 2015 Julien Enselme - 1.0.3-1 +- Update to 1.0.3 + * Sat Aug 8 2015 Julien Enselme - 1.0.2-1 - Update to 1.0.2 - Use %%py2_build, %%py3_build, %%py2_install and %%py2_install diff --git a/sources b/sources index 6591672..e873985 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ed64939ff3b15ebac7d1ac8243083b38 txaio-1.0.2.tar.gz +48695623b8516b4c475e98678798480f txaio-1.0.3.tar.gz