[Python-modules-commits] [mysql-connector-python] branch master updated (fde17ff -> 7e84bd2)

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


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

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

      from  fde17ff   releasing package mysql-connector-python version 2.1.3-1
       new  31f67d0   Import mysql-connector-python_2.1.5.orig.tar.gz
       new  6732ec8   record new upstream branch created by importing mysql-connector-python_2.1.5.orig.tar.gz and merge it
       new  bb82c1d   New upstream release
       new  28f6e47   update upstream copyright years
       new  db62b41   adjust b-d to "default-mysql-server | virtual-mysql-server", for new default mysql server provider; Closes: #848291
       new  5b93d39   support MariaDB versioning schema and search binaries only in directories with 'bin' in their name
       new  9f578de   fixes CVE-2016-5598; Closes: #841677
       new  fbfbc63   compat level 10
       new  7e84bd2   releasing package mysql-connector-python version 2.1.5-1

The 9 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 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |    16 +
 debian/compat                                      |     2 +-
 debian/control                                     |     2 +-
 debian/copyright                                   |     2 +-
 debian/patches/series                              |     1 +
 ...support_alternative_mysqld_implementation.patch |    25 +
 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 +-
 44 files changed, 12655 insertions(+), 303 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/support_alternative_mysqld_implementation.patch
 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