[Python-modules-commits] [psycopg2] branch upstream updated (5896d98 -> 894d88c)
Scott Kitterman
kitterman at moszumanska.debian.org
Fri Jul 15 21:12:17 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch upstream
in repository psycopg2.
from 5896d98 Imported Upstream version 2.6.1
new 894d88c Import psycopg2_2.6.2.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:
MANIFEST.in | 2 +-
Makefile | 9 +---
NEWS | 29 ++++++++++-
PKG-INFO | 5 +-
doc/src/advanced.rst | 4 +-
doc/src/conf.py | 4 +-
doc/src/cursor.rst | 5 +-
doc/src/extras.rst | 3 ++
doc/src/faq.rst | 31 ++++++++++++
doc/src/install.rst | 24 +++++++++-
doc/src/usage.rst | 10 +++-
lib/errorcodes.py | 14 +++++-
lib/extras.py | 23 +++++----
lib/pool.py | 4 +-
lib/psycopg1.py | 2 +-
psycopg/adapter_datetime.c | 2 +-
psycopg/adapter_qstring.c | 80 +++++++++++++++++++++----------
psycopg/adapter_qstring.h | 3 ++
psycopg/config.h | 11 +++--
psycopg/connection_type.c | 2 +-
psycopg/cursor_type.c | 2 +-
psycopg/pqpath.c | 55 ++++++++++++++++-----
psycopg/psycopgmodule.c | 5 +-
PKG-INFO => psycopg2.egg-info/PKG-INFO | 5 +-
MANIFEST => psycopg2.egg-info/SOURCES.txt | 9 ++--
psycopg2.egg-info/dependency_links.txt | 1 +
psycopg2.egg-info/top_level.txt | 1 +
scripts/make_errorcodes.py | 2 +-
setup.cfg | 34 +++----------
setup.py | 15 ++++--
tests/__init__.py | 2 +
tests/test_connection.py | 24 ++++++----
tests/test_cursor.py | 77 +++++++++++++++++++++++++----
tests/test_errcodes.py | 65 +++++++++++++++++++++++++
tests/test_quote.py | 65 ++++++++++++++++++++++---
tests/test_types_basic.py | 15 +++---
tests/testconfig.py | 4 +-
tests/testutils.py | 31 ++++++++++--
38 files changed, 524 insertions(+), 155 deletions(-)
copy PKG-INFO => psycopg2.egg-info/PKG-INFO (97%)
rename MANIFEST => psycopg2.egg-info/SOURCES.txt (95%)
create mode 100644 psycopg2.egg-info/dependency_links.txt
create mode 100644 psycopg2.egg-info/top_level.txt
create mode 100755 tests/test_errcodes.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/psycopg2.git
More information about the Python-modules-commits
mailing list