[Python-modules-commits] [python-tornado] 03/03: Upload to unstable

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue May 24 13:07:32 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 17837e9a7eabe2979bd5788dbb695c2e7761473f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue May 24 15:07:23 2016 +0200

    Upload to unstable
---
 debian/changelog                                   |  6 +-----
 ...ysql-as-a-drop-in-replacement-for-MySQLdb.patch | 23 ---------------------
 ...pymysql-as-a-drop-in-replacement-for-MySQ.patch | 24 ----------------------
 debian/patches/series                              |  2 --
 4 files changed, 1 insertion(+), 54 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 43055f8..0467a63 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-tornado (4.3.0-2) UNRELEASED; urgency=medium
+python-tornado (4.3.0-2) unstable; urgency=medium
 
   [ Ondřej Nový ]
   * Team upload
@@ -12,10 +12,6 @@ python-tornado (4.3.0-2) UNRELEASED; urgency=medium
     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/patches/0008-Use-pymysql-as-a-drop-in-replacement-for-MySQLdb.patch b/debian/patches/0008-Use-pymysql-as-a-drop-in-replacement-for-MySQLdb.patch
deleted file mode 100644
index a892e52..0000000
--- a/debian/patches/0008-Use-pymysql-as-a-drop-in-replacement-for-MySQLdb.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 665ea0e820a18f441329cdcf9f104278c32ffd99 Mon Sep 17 00:00:00 2001
-From: Corey Bryant <corey.bryant at canonical.com>
-Date: Tue, 24 May 2016 12:58:59 +0200
-Subject: Use pymysql as a drop-in replacement for MySQLdb.
-
----
- demos/blog/blog.py | 3 +++
- 1 file changed, 3 insertions(+)
-
-diff --git a/demos/blog/blog.py b/demos/blog/blog.py
-index c78e532..14dd699 100755
---- a/demos/blog/blog.py
-+++ b/demos/blog/blog.py
-@@ -14,6 +14,9 @@
- # License for the specific language governing permissions and limitations
- # under the License.
- 
-+import pymysql
-+pymysql.install_as_MySQLdb()
-+
- import bcrypt
- import concurrent.futures
- import MySQLdb
diff --git a/debian/patches/0009-Revert-Use-pymysql-as-a-drop-in-replacement-for-MySQ.patch b/debian/patches/0009-Revert-Use-pymysql-as-a-drop-in-replacement-for-MySQ.patch
deleted file mode 100644
index b3f487d..0000000
--- a/debian/patches/0009-Revert-Use-pymysql-as-a-drop-in-replacement-for-MySQ.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 5e63252dd39776080eb2604958f0a735c1dbcc06 Mon Sep 17 00:00:00 2001
-From: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
-Date: Tue, 24 May 2016 15:06:13 +0200
-Subject: Revert "Use pymysql as a drop-in replacement for MySQLdb."
-
-This reverts commit 665ea0e820a18f441329cdcf9f104278c32ffd99.
----
- demos/blog/blog.py | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/demos/blog/blog.py b/demos/blog/blog.py
-index 14dd699..c78e532 100755
---- a/demos/blog/blog.py
-+++ b/demos/blog/blog.py
-@@ -14,9 +14,6 @@
- # License for the specific language governing permissions and limitations
- # under the License.
- 
--import pymysql
--pymysql.install_as_MySQLdb()
--
- import bcrypt
- import concurrent.futures
- import MySQLdb
diff --git a/debian/patches/series b/debian/patches/series
index f3dcbff..d5dbd2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,5 +5,3 @@ sockopt.patch
 without-certifi.patch
 fix-ftbfs-on-hurd.patch
 0007-Fix-testsuite-failure-when-sockets-is-not-defined.patch
-0008-Use-pymysql-as-a-drop-in-replacement-for-MySQLdb.patch
-0009-Revert-Use-pymysql-as-a-drop-in-replacement-for-MySQ.patch

-- 
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