[Python-modules-commits] [python-tornado] 08/10: Package description change to upstream (newer) version

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon Jun 6 08:43:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy-guest pushed a commit to branch master
in repository python-tornado.

commit f4a7700676e43ab3220dd3d544957907c8d86403
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon Jun 6 10:19:43 2016 +0200

    Package description change to upstream (newer) version
---
 debian/changelog |  1 +
 debian/control   | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4537c3a..1e524a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-tornado (4.3.0-3) UNRELEASED; urgency=medium
   * Added python{3,}-twisted to Build-Depends and Suggests
   * Added python{3,}-mock to Build-Depends
   * d/copyright: Added myself to Debian part
+  * Package description change to upstream (newer) version
 
  -- Ondřej Nový <novy at ondrej.org>  Mon, 06 Jun 2016 09:30:16 +0200
 
diff --git a/debian/control b/debian/control
index 0836214..dd1aa46 100644
--- a/debian/control
+++ b/debian/control
@@ -42,11 +42,11 @@ Suggests: python-mysqldb,
           python-twisted,
 Recommends: python-concurrent.futures,
 Description: scalable, non-blocking web server and tools
- Tornado is an open source version of the scalable, non-blocking
- web server and tools that power FriendFeed. The FriendFeed application
- is written using a web framework that looks a bit like web.py or
- Google's webapp, but with additional tools and optimizations to take
- advantage of the underlying non-blocking infrastructure.
+ Tornado is a Python web framework and asynchronous networking library,
+ originally developed at FriendFeed. By using non-blocking network I/O,
+ Tornado can scale to tens of thousands of open connections, making it ideal
+ for long polling, WebSockets, and other applications that require a
+ long-lived connection to each user.
  .
  This is the Python 2 version of the package.
 
@@ -59,10 +59,10 @@ Depends: ca-certificates,
 Suggests: python3-pycurl,
           python3-twisted,
 Description: scalable, non-blocking web server and tools - Python 3 package
- Tornado is an open source version of the scalable, non-blocking
- web server and tools that power FriendFeed. The FriendFeed application
- is written using a web framework that looks a bit like web.py or
- Google's webapp, but with additional tools and optimizations to take
- advantage of the underlying non-blocking infrastructure.
+ Tornado is a Python web framework and asynchronous networking library,
+ originally developed at FriendFeed. By using non-blocking network I/O,
+ Tornado can scale to tens of thousands of open connections, making it ideal
+ for long polling, WebSockets, and other applications that require a
+ long-lived connection to each user.
  .
  This is the Python 3 version of the package.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git



More information about the Python-modules-commits mailing list