[Python-modules-commits] [psycopg2] branch debian/master updated (50386b8 -> e1a4853)

Scott Kitterman kitterman at moszumanska.debian.org
Wed Aug 9 05:01:13 UTC 2017


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

kitterman pushed a change to branch debian/master
in repository psycopg2.

      from  50386b8   Point gbp.conf at the right branch.
       new  948e3de   Imported Upstream version 2.7.3
       new  e24a36a   Merge tag 'upstream/2.7.3' into debian/master
       new  f9de385   New upstream release
       new  e90c4f2   Bump standards-version to 4.0.1 without further change
       new  781df9b   Update minimum versions in X-Python{3}-Version
       new  e1a4853   Update debian/copyright

The 6 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:
 NEWS                                  |  43 +++++-
 PKG-INFO                              |  30 ++--
 README.rst                            |  26 ++--
 debian/changelog                      |   9 ++
 debian/control                        |   6 +-
 debian/copyright                      |   2 +-
 doc/src/connection.rst                |   3 +
 doc/src/cursor.rst                    |   5 +-
 doc/src/errorcodes.rst                |   2 +-
 doc/src/extensions.rst                |   8 +-
 doc/src/extras.rst                    |  19 ++-
 doc/src/install.rst                   |  22 ++-
 doc/src/sql.rst                       |   5 +
 doc/src/usage.rst                     |   2 +-
 lib/__init__.py                       |   2 +-
 lib/_json.py                          |   9 +-
 lib/errorcodes.py                     |   8 ++
 lib/extensions.py                     |   8 +-
 lib/extras.py                         |   6 +
 lib/pool.py                           |   2 +-
 lib/psycopg1.py                       |   4 +-
 lib/sql.py                            |  25 ++--
 psycopg/connection_type.c             |  63 ++++++++-
 psycopg/cursor.h                      |   1 +
 psycopg/cursor_int.c                  |  80 +++++++++++
 psycopg/cursor_type.c                 |  85 +-----------
 psycopg/lobject_type.c                |   5 +-
 psycopg/pqpath.c                      |  28 +++-
 psycopg/psycopg.h                     |   2 +
 psycopg/replication_connection_type.c |  56 +++-----
 psycopg/replication_cursor_type.c     |  19 ++-
 psycopg/typecast.c                    |   6 +
 psycopg/typecast_array.c              |   1 +
 psycopg/typecast_builtins.c           |   8 +-
 psycopg/typecast_datetime.c           | 248 +++++++++++++++++++++++++---------
 psycopg/typecast_mxdatetime.c         |   1 +
 psycopg/utils.c                       |  24 ++++
 psycopg2.egg-info/PKG-INFO            |  30 ++--
 scripts/make_errorcodes.py            |  15 +-
 scripts/travis_prepare.sh             |   8 +-
 scripts/travis_test.sh                |   6 +-
 setup.py                              |   7 +-
 tests/test_connection.py              | 111 +++++++++++++--
 tests/test_cursor.py                  |  75 ++++++++--
 tests/test_dates.py                   |  45 ++++++
 tests/test_green.py                   |  85 ++++++++++++
 tests/test_lobject.py                 |  14 ++
 tests/test_replication.py             |  37 +++++
 tests/test_sql.py                     |  26 +++-
 tests/test_types_extras.py            |  28 +++-
 50 files changed, 1030 insertions(+), 330 deletions(-)

-- 
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