[Python-modules-commits] [mysql-connector-python] 02/09: record new upstream branch created by importing mysql-connector-python_2.1.5.orig.tar.gz and merge it

Sandro Tosi morph at moszumanska.debian.org
Sun Dec 18 00:56:13 UTC 2016


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

morph pushed a commit to branch master
in repository mysql-connector-python.

commit 6732ec8d0ff19b5f88d322c2f86259aaa49b15ba
Merge: fde17ff 31f67d0
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Dec 17 16:18:58 2016 -0500

    record new upstream branch created by importing mysql-connector-python_2.1.5.orig.tar.gz and merge it

 CHANGES.txt                                     |    28 +-
 PKG-INFO                                        |     2 +-
 README.txt                                      |     4 +-
 debian/.git-dpm                                 |    14 +-
 lib/cpy_distutils.py                            |    18 +-
 lib/mysql/connector/__init__.py                 |     4 +-
 lib/mysql/connector/abstracts.py                |     6 +-
 lib/mysql/connector/connection.py               |    20 +-
 lib/mysql/connector/connection_cext.py          |     9 +-
 lib/mysql/connector/constants.py                |    13 +-
 lib/mysql/connector/conversion.py               |     4 +-
 lib/mysql/connector/cursor.py                   |    53 +-
 lib/mysql/connector/errorcode.py                |    56 +-
 lib/mysql/connector/locales/eng/client_error.py |     4 +-
 lib/mysql/connector/network.py                  |    97 +-
 lib/mysql/connector/optionfiles.py              |    36 +-
 lib/mysql/connector/protocol.py                 |    22 +-
 lib/mysql/connector/version.py                  |     4 +-
 src/mysql_capi.c                                |    99 +-
 tests/__init__.py                               |    10 +-
 tests/cext/test_cext_api.py                     |    27 +-
 tests/cext/test_cext_connection.py              |    14 +-
 tests/data/option_files/my.cnf                  |     1 +
 tests/data/random_big_bin.csv                   | 11535 ++++++++++++++++++++++
 tests/issues/__init__.py                        |     0
 tests/issues/test_bug21449207.py                |    80 +
 tests/issues/test_bug21449996.py                |    59 +
 tests/issues/test_bug21879859.py                |    76 +
 tests/issues/test_bug21879914.py                |    58 +
 tests/issues/test_bug22545879.py                |    71 +
 tests/test_abstracts.py                         |     7 +-
 tests/test_bugs.py                              |   349 +-
 tests/test_connection.py                        |     8 +-
 tests/test_conversion.py                        |    10 +-
 tests/test_cursor.py                            |    46 +-
 tests/test_network.py                           |    49 +-
 tests/test_optionfiles.py                       |     8 +-
 tests/test_protocol.py                          |     4 +-
 38 files changed, 12641 insertions(+), 264 deletions(-)

diff --cc debian/.git-dpm
index cf322fb,0000000..26e0c50
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- e07fecd08fbb0adb43a55d83a086901d3d7f86e6
- e07fecd08fbb0adb43a55d83a086901d3d7f86e6
- e07fecd08fbb0adb43a55d83a086901d3d7f86e6
- e07fecd08fbb0adb43a55d83a086901d3d7f86e6
- mysql-connector-python_2.1.3.orig.tar.gz
- 98e54a58505bcedcd561ffcf4a26cd133a54818a
- 271939
++31f67d0a752c5bfcd89f949ff5e1c34e2223e8aa
++31f67d0a752c5bfcd89f949ff5e1c34e2223e8aa
++31f67d0a752c5bfcd89f949ff5e1c34e2223e8aa
++31f67d0a752c5bfcd89f949ff5e1c34e2223e8aa
++mysql-connector-python_2.1.5.orig.tar.gz
++a65b87c83b834c376986d55f1323e2bd63202bb9
++11767725
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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



More information about the Python-modules-commits mailing list