[Python-modules-commits] [asyncpg] branch upstream updated (161aca3	-> 49e86aa)
    Piotr Ożarowski 
    piotr at moszumanska.debian.org
       
    Wed Dec 21 11:34:23 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository asyncpg.
      from  161aca3   import asyncpg_0.6.3.orig.tar.gz
       new  49e86aa   Import asyncpg_0.7.0.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:
 Makefile                            |    2 +-
 PKG-INFO                            |    3 +-
 asyncpg.egg-info/PKG-INFO           |    3 +-
 asyncpg/cluster.py                  |    7 +-
 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 +-
 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 +-
 21 files changed, 6595 insertions(+), 3802 deletions(-)
-- 
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