[Python-modules-commits] [python-mysqldb] branch debian/master updated (10382c4 -> 756aa9d)
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 debian/master
in repository python-mysqldb.
from 10382c4 Convert from git-dpm to patches unapplied format
new 58d0185 New upstream version 1.3.10
new 2f8aebd Merge tag 'upstream/1.3.10' into debian/master
new db27860 Add new changelog entry
new 756aa9d Update standards version to 4.0.0
The 4 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 +-
debian/changelog | 7 +
debian/control | 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 +++++
32 files changed, 1368 insertions(+), 897 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