[Python-modules-commits] [psycopg2] branch master updated (9c45b8d -> 5810208)
Scott Kitterman
kitterman at moszumanska.debian.org
Fri Jul 15 21:12:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
kitterman pushed a change to branch master
in repository psycopg2.
from 9c45b8d Fixed VCS URL (https)
new 316a7ad record new upstream branch created by importing psycopg2_2.6.2.orig.tar.gz
new 894d88c Import psycopg2_2.6.2.orig.tar.gz
new 6dc0202 local_inventory
new d5e8e93 change version to 2.6.2-1-1 [ Ondřej Nový ] [ Scott Kitterman ] New upstream release
new 07b3daa Migrate packaging to git with git-dpm
new 26c9984 Remove uupdate from debian/watch as it doesn't make sense for a package maintained in git
new c282161 Bump standards version to 3.9.8 without further change
new 5810208 * Use default python3 build to generate documentation * Bump debhelper minimum version and compat to 9
The 8 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 +-
debian/.git-dpm | 14 +++---
debian/changelog | 16 ++++++-
debian/compat | 2 +-
debian/control | 6 +--
debian/patches/local_inventory | 6 +--
debian/watch | 2 +-
doc/src/advanced.rst | 4 +-
doc/src/conf.py | 8 ++--
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 ++++++++++--
44 files changed, 555 insertions(+), 174 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