[Python-modules-commits] [python-tornado] 05/05: Update changelog
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue May 24 11:00:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository python-tornado.
commit 752dfcceba9df942db15af6988b4953f78161311
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue May 24 13:00:36 2016 +0200
Update changelog
---
debian/changelog | 12 +++++++++++-
debian/control | 2 +-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 44b415e..43055f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,21 @@
-python-tornado (4.3.0-2) unstable; urgency=medium
+python-tornado (4.3.0-2) UNRELEASED; urgency=medium
+ [ Ondřej Nový ]
* Team upload
* Added Build-Depends to dh-python and python-setuptools
* Added ${shlibs:Depends} and removed lintian override for libc
* Lintian tag rename:
privacy-breach-may-use-debian-package -> privacy-breach-uses-embedded-file
+ [ Gianfranco Costamagna, Ondřej Nový ]
+ * debian/patches/0007-Fix-testsuite-failure-when-sockets-is-not-defined.patch:
+ fix testsuite when sockets is not defined.
+ - https://github.com/tornadoweb/tornado/pull/1725
+
+ [ Corey Bryant ]
+ * debian/patches/0008-Use-pymysql-as-a-drop-in-replacement-for-MySQLdb.patch:
+ Use pymysql as drop in replacement for MySQLdb (from Ubuntu delta)
+
-- Ondřej Nový <novy at ondrej.org> Tue, 24 May 2016 11:25:26 +0200
python-tornado (4.3.0-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 561fea9..e2bfb9b 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Depends: ca-certificates,
${python:Depends},
${shlibs:Depends},
Recommends: python (>= 2.6) | python-multiprocessing,
- python-mysqldb,
+ python-pymysql,
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
--
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