[Python-modules-commits] [python-vertica] branch master updated (7484220 -> 11ea943)
Jean Baptiste Favre
jbfavre-guest at moszumanska.debian.org
Mon May 23 19:39:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
jbfavre-guest pushed a change to branch master
in repository python-vertica.
from 7484220 Remove redundant entries in d/changelog
new 9fed421 record new upstream branch created by importing python-vertica_0.6.2.orig.tar.gz
new 8267539 Import python-vertica_0.6.2.orig.tar.gz
new 3e49e44 merge patched into master
new cbdbbc6 Add patch for issue 116 on github
new 485a975 Add patch for issue 117 on github
new a92aed1 Update d/changelog for 0.6.2-1
new 4ba6316 Import python-vertica_0.6.3.orig.tar.gz
new 8bcf7a0 record new upstream branch created by importing python-vertica_0.6.3.orig.tar.gz and merge it
new 283f964 Remove d/patches. Merged upstream
new 11ea943 Update d/changelog for 0.6.3-1
The 10 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:
README.md | 16 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
.../0001-Update-python-3-compatibility-patch.patch | 1215 --------------------
debian/patches/series | 1 -
requirements.txt | 3 -
requirements_test.txt | 1 -
setup.py | 9 +-
tox.ini | 9 +
vertica_python/__init__.py | 2 +-
vertica_python/errors.py | 12 +-
vertica_python/tests/column_tests.py | 21 +
vertica_python/tests/date_tests.py | 10 +-
vertica_python/tests/error_tests.py | 62 +
vertica_python/tests/timezone_tests.py | 48 +
vertica_python/tests/unicode_tests.py | 7 +-
vertica_python/vertica/column.py | 8 +-
vertica_python/vertica/connection.py | 6 +-
vertica_python/vertica/cursor.py | 4 +
19 files changed, 204 insertions(+), 1250 deletions(-)
delete mode 100644 debian/patches/0001-Update-python-3-compatibility-patch.patch
delete mode 100644 debian/patches/series
delete mode 100644 requirements.txt
delete mode 100644 requirements_test.txt
create mode 100644 tox.ini
create mode 100644 vertica_python/tests/column_tests.py
create mode 100644 vertica_python/tests/error_tests.py
create mode 100644 vertica_python/tests/timezone_tests.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-vertica.git
More information about the Python-modules-commits
mailing list