This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via d8a39ab26d44eef2bc7a177fb9bb85610e690139 (commit) from f2dfd5778e2494e16376ef4535422d3d17783370 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit d8a39ab26d44eef2bc7a177fb9bb85610e690139 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Apr 1 18:02:14 2013 +0200
python-tornado: Update to 3.0.
-----------------------------------------------------------------------
Summary of changes: python-tornado/python-tornado.nm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
Difference in files: diff --git a/python-tornado/python-tornado.nm b/python-tornado/python-tornado.nm index 78fcbba..0610edb 100644 --- a/python-tornado/python-tornado.nm +++ b/python-tornado/python-tornado.nm @@ -4,7 +4,7 @@ ###############################################################################
name = python-tornado -version = 2.4 +version = 3.0 release = 1 arch = noarch thisapp = tornado-%{version} @@ -21,15 +21,14 @@ description and reasonably fast. end
-source_dl = http://github.com/downloads/facebook/tornado/ +source_dl = https://pypi.python.org/packages/source/t/tornado/ +source_dl += http://github.com/downloads/facebook/tornado/
build requires pakfire-builder >= 0.9.23-2 python-devel python3-devel - python3-setuptools - python3-tools end
DIR_APP3 = %{DIR_APP}-python3 @@ -38,7 +37,6 @@ build find tornado -name "*py" | xargs sed -e '/^#!//, 1d' -i
cp -a %{DIR_APP} %{DIR_APP3} - 2to3 --write --nobackups %{DIR_APP3} end
build
hooks/post-receive -- IPFire 3.x development tree