[Python-modules-commits] [asyncpg] branch master updated (037a62d -> b813fa3)

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 21 11:34:21 UTC 2016


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

piotr pushed a change to branch master
in repository asyncpg.

      from  037a62d   fix escaping empty lines in PSFLv2
       new  6e4e481   record new upstream branch created by importing asyncpg_0.7.0.orig.tar.gz
       new  49e86aa   Import asyncpg_0.7.0.orig.tar.gz
       new  a177f4e   merge patched into master
       new  b813fa3   New upstream release

The 4 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:
 Makefile                                           |    2 +-
 PKG-INFO                                           |    3 +-
 asyncpg.egg-info/PKG-INFO                          |    3 +-
 asyncpg/cluster.py                                 |    5 +-
 asyncpg/connection.py                              |   21 +
 asyncpg/introspection.py                           |    2 +
 asyncpg/protocol/codecs/array.pyx                  |   51 +-
 asyncpg/protocol/codecs/base.pyx                   |   15 +-
 asyncpg/protocol/codecs/network.pyx                |   12 +-
 asyncpg/protocol/coreproto.pxd                     |   20 +-
 asyncpg/protocol/coreproto.pyx                     |  102 +-
 asyncpg/protocol/prepared_stmt.pyx                 |   10 +-
 asyncpg/protocol/protocol.c                        | 9907 ++++++++++++--------
 asyncpg/protocol/protocol.pyx                      |   41 +-
 asyncpg/protocol/record/recordobj.c                |    6 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    6 +
 ...fix-parsing-pg_ctl-output-in-some-locales.patch |   22 -
 debian/patches/series                              |    1 -
 setup.cfg                                          |    2 +-
 setup.py                                           |   14 +-
 tests/test_codecs.py                               |  102 +-
 tests/test_execute.py                              |   35 +
 tests/test_prepare.py                              |    5 +
 tests/test_record.py                               |   37 +-
 25 files changed, 6607 insertions(+), 3831 deletions(-)
 delete mode 100644 debian/patches/0001-fix-parsing-pg_ctl-output-in-some-locales.patch
 delete mode 100644 debian/patches/series

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



More information about the Python-modules-commits mailing list