new upstream version 2.1.1
This commit is contained in:
parent
1d01dc3e05
commit
48bc04ed68
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user