new upstream version 2.1.1

This commit is contained in:
Ionuț Arțăriși 2011-10-25 17:12:28 +02:00
parent 1d01dc3e05
commit 48bc04ed68
3 changed files with 14 additions and 9 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ tornado-1.0.tar.gz
tornado-1.0.1.tar.gz tornado-1.0.1.tar.gz
/tornado-1.1.tar.gz /tornado-1.1.tar.gz
/tornado-1.2.1.tar.gz /tornado-1.2.1.tar.gz
/tornado-2.1.1.tar.gz

View File

@ -2,7 +2,7 @@
%global pkgname tornado %global pkgname tornado
Name: python-%{pkgname} Name: python-%{pkgname}
Version: 1.2.1 Version: 2.1.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Scalable, non-blocking web server and tools Summary: Scalable, non-blocking web server and tools
@ -18,14 +18,14 @@ Requires: python-pycurl
Requires: python-simplejson Requires: python-simplejson
%description %description
Tornado is an open source version of the scalable, non-blocking web server and Tornado is an open source version of the scalable, non-blocking web
and tools. server and tools.
The framework is distinct from most mainstream web server frameworks (and The framework is distinct from most mainstream web server frameworks
certainly most Python frameworks) because it is non-blocking and reasonably (and certainly most Python frameworks) because it is non-blocking and
fast. Because it is non-blocking and uses epoll, it can handle thousands of reasonably fast. Because it is non-blocking and uses epoll, it can
simultaneous standing connections, which means it is ideal for real-time web handle thousands of simultaneous standing connections, which means it is
services. ideal for real-time web services.
%package doc %package doc
Summary: Examples for python-tornado Summary: Examples for python-tornado
@ -74,6 +74,10 @@ rm -rf %{buildroot}
%doc demos %doc demos
%changelog %changelog
* Tue Oct 25 2011 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 2.1.1-1
- new upstream version 2.1.1
- remove double word in description and rearrange it (#715272)
* Tue Mar 29 2011 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.2.1-1 * Tue Mar 29 2011 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 1.2.1-1
- new upstream version 1.2.1 - new upstream version 1.2.1

View File

@ -1 +1 @@
e2bfb4e0d97e79101dfb0832d76f9e2b tornado-1.2.1.tar.gz 3cfa12efec87a26e013128388e1e6aa7 tornado-2.1.1.tar.gz