[Python-modules-commits] [pyodbc] branch master updated (70a9f57 -> 7ca6af7)

Laurent Bigonville bigon at moszumanska.debian.org
Sun Jul 10 12:12:23 UTC 2016


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

bigon pushed a change to branch master
in repository pyodbc.

      from  70a9f57   Fixed VCS URL (https)
       new  203ffd1   Import pyodbc_3.0.10.orig.tar.gz
       new  d604166   record new upstream branch created by importing pyodbc_3.0.10.orig.tar.gz and merge it
       new  7ca6af7   Update to 3.0.10, add py3 support and fix FTBFS

The 3 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:
 PKG-INFO                      |  42 +++++------
 README.rst                    | 171 ------------------------------------------
 debian/.git-dpm               |  14 ++--
 debian/changelog              |  17 ++++-
 debian/control                |  74 ++++++++++++++----
 debian/copyright              |  10 +--
 debian/docs                   |   1 -
 debian/python-pyodbc.install  |   1 +
 debian/python3-pyodbc.install |   2 +
 debian/rules                  |  27 ++++++-
 debian/watch                  |   4 +-
 pyodbc.egg-info/PKG-INFO      |  42 +++++------
 pyodbc.egg-info/SOURCES.txt   |  26 +++----
 setup.cfg                     |  13 ++--
 setup.py                      |  71 +++++++++++++-----
 src/cnxninfo.cpp              |  39 ++++------
 src/cnxninfo.h                |   4 +
 src/connection.cpp            |  19 ++++-
 src/connection.h              |  17 ++++-
 src/cursor.cpp                | 125 ++++++++++++++++++++++++------
 src/getdata.cpp               |  67 ++++++++++++-----
 src/params.cpp                |  22 +++---
 src/pyodbc.h                  |   6 ++
 src/pyodbcmodule.cpp          |  13 +++-
 src/row.cpp                   | 131 +++++++++++++++++++++++++++-----
 src/row.h                     |   2 +-
 src/sqlwchar.cpp              |  62 ++++++++-------
 src/sqlwchar.h                |  34 ++++++---
 src/wrapper.h                 |  32 +++++++-
 29 files changed, 648 insertions(+), 440 deletions(-)
 delete mode 100644 README.rst
 delete mode 100644 debian/docs
 create mode 100644 debian/python3-pyodbc.install
 mode change 100644 => 100755 setup.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyodbc.git



More information about the Python-modules-commits mailing list