[Python-modules-commits] [python-mysqldb] branch upstream updated (42be27e -> 58d0185)
Brian May
bam at debian.org
Wed Jul 12 09:13:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
bam pushed a change to branch upstream
in repository python-mysqldb.
from 42be27e Import python-mysqldb_1.3.7.orig.tar.gz
new 58d0185 New upstream version 1.3.10
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:
GPL-2.0 | 339 ---------------------
HISTORY => HISTORY.md | 47 +++
INSTALL => INSTALL.rst | 2 +-
MANIFEST.in | 26 +-
MySQLdb/__init__.py | 9 +-
MySQLdb/connections.py | 225 +++++++-------
MySQLdb/constants/CR.py | 76 ++++-
MySQLdb/constants/ER.py | 597 ++++++++++++++++++++++++++++++++++++-
MySQLdb/cursors.py | 274 +++++++++--------
MySQLdb/release.py | 4 +-
PKG-INFO | 11 +-
README.md | 8 +-
_mysql.c | 304 +++++++------------
_mysql_exceptions.py | 2 +-
doc/FAQ.rst | 4 +-
doc/MySQLdb.rst | 100 +++----
doc/conf.py | 2 +-
doc/index.rst | 5 -
doc/user_guide.rst | 12 +-
metadata.cfg | 20 +-
mysqlclient.egg-info/PKG-INFO | 11 +-
mysqlclient.egg-info/SOURCES.txt | 9 +-
setup.cfg | 6 +-
tests/capabilities.py | 8 +-
tests/dbapi20.py | 10 +-
tests/test_MySQLdb_capabilities.py | 52 +++-
tests/test_MySQLdb_dbapi20.py | 8 +-
tests/test_MySQLdb_nonstandard.py | 4 +-
tests/test__mysql.py | 7 +
tests/test_cursor.py | 74 +++++
30 files changed, 1360 insertions(+), 896 deletions(-)
delete mode 100644 GPL-2.0
rename HISTORY => HISTORY.md (86%)
rename INSTALL => INSTALL.rst (98%)
create mode 100644 tests/test__mysql.py
create mode 100644 tests/test_cursor.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mysqldb.git
More information about the Python-modules-commits
mailing list