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

Sandro Tosi morph at moszumanska.debian.org
Tue May 2 02:13:23 UTC 2017


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  31f67d0   Import mysql-connector-python_2.1.5.orig.tar.gz
       new  e4a2edc   Import mysql-connector-python_2.1.6.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                                  |  14 +-
 PKG-INFO                                     |   4 +-
 README.txt                                   |   4 +-
 lib/cpy_distutils.py                         |  54 ++++---
 lib/mysql/connector/abstracts.py             |  11 +-
 lib/mysql/connector/connection.py            |  14 +-
 lib/mysql/connector/connection_cext.py       |  12 +-
 lib/mysql/connector/constants.py             |   4 +-
 lib/mysql/connector/cursor.py                |  25 ++--
 lib/mysql/connector/cursor_cext.py           |  15 +-
 lib/mysql/connector/django/introspection.py  |   5 +-
 lib/mysql/connector/django/operations.py     |  20 ++-
 lib/mysql/connector/errors.py                |   3 +-
 lib/mysql/connector/fabric/__init__.py       |  20 +--
 lib/mysql/connector/fabric/caching.py        |  20 +--
 lib/mysql/connector/fabric/connection.py     |  57 ++++----
 lib/mysql/connector/locales/__init__.py      |   3 +-
 lib/mysql/connector/network.py               |  10 +-
 lib/mysql/connector/pooling.py               |  15 +-
 lib/mysql/connector/protocol.py              |  14 +-
 lib/mysql/connector/version.py               |   4 +-
 setupinfo.py                                 |   8 +-
 src/mysql_capi.c                             |  34 ++++-
 tests/cext/test_cext_api.py                  |   2 +
 tests/cext/test_cext_cursor.py               |  25 +++-
 tests/data/ssl/tests_CA_cert.pem             |  35 +++--
 tests/data/ssl/tests_CA_key.pem              |  50 +++----
 tests/data/ssl/tests_client_cert.pem         |  77 ++++++++--
 tests/data/ssl/tests_client_key.pem          |  50 +++----
 tests/data/ssl/tests_expired_server_cert.pem |  68 +++++++++
 tests/data/ssl/tests_expired_server_key.pem  |  27 ++++
 tests/data/ssl/tests_server_cert.pem         |  77 ++++++++--
 tests/data/ssl/tests_server_key.pem          |  50 +++----
 tests/mysqld.py                              |  37 +++--
 tests/test_abstracts.py                      |  10 +-
 tests/test_bugs.py                           | 204 ++++++++++++++++++++++++++-
 tests/test_django.py                         | 103 +++++++++++---
 tests/test_setup.py                          |   5 +-
 unittests.py                                 |  17 ++-
 39 files changed, 899 insertions(+), 308 deletions(-)
 create mode 100644 tests/data/ssl/tests_expired_server_cert.pem
 create mode 100644 tests/data/ssl/tests_expired_server_key.pem

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