[Python-modules-commits] [mysql-connector-python] branch upstream updated (e07fecd -> 31f67d0)

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


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

morph pushed a change to branch upstream
in repository mysql-connector-python.

      from  e07fecd   Import mysql-connector-python_2.1.3.orig.tar.gz
       new  31f67d0   Import mysql-connector-python_2.1.5.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                     |    28 +-
 PKG-INFO                                        |     2 +-
 README.txt                                      |     4 +-
 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 ++++++++++++++++++++++
 {examples => tests/issues}/__init__.py          |     0
 tests/issues/test_bug21449207.py                |    80 +
 tests/issues/test_bug21449996.py                |    59 +
 tests/issues/test_bug21879859.py                |    76 +
 tests/{py26.py => issues/test_bug21879914.py}   |    63 +-
 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 +-
 37 files changed, 12603 insertions(+), 293 deletions(-)
 create mode 100644 tests/data/random_big_bin.csv
 copy {examples => tests/issues}/__init__.py (100%)
 create mode 100644 tests/issues/test_bug21449207.py
 create mode 100644 tests/issues/test_bug21449996.py
 create mode 100644 tests/issues/test_bug21879859.py
 copy tests/{py26.py => issues/test_bug21879914.py} (50%)
 create mode 100644 tests/issues/test_bug22545879.py

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