[Python-modules-commits] [asyncpg] branch master updated (b813fa3 -> 518a7f9)

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Dec 27 22:35:16 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  b813fa3   New upstream release
       new  1639036   Import asyncpg_0.8.1.orig.tar.gz
       new  a63346b   record new upstream branch created by importing asyncpg_0.8.1.orig.tar.gz and merge it
       new  518a7f9   New upstream release

The 3 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                     |    8 +-
 PKG-INFO                     |   93 +-
 README.rst                   |    4 +-
 asyncpg.egg-info/PKG-INFO    |   93 +-
 asyncpg.egg-info/SOURCES.txt |    1 +
 asyncpg/_testbase.py         |   42 +-
 asyncpg/cluster.py           |   87 +-
 asyncpg/connection.py        |   44 +-
 asyncpg/introspection.py     |  116 +
 asyncpg/protocol/protocol.c  | 7843 +++++++++++++++++++++++++++++-------------
 asyncpg/serverversion.py     |   33 +
 asyncpg/types.py             |    7 +-
 debian/.git-dpm              |   14 +-
 debian/changelog             |    6 +
 docs/api/index.rst           |    2 +-
 docs/conf.py                 |    3 +-
 setup.cfg                    |    4 +-
 setup.py                     |   12 +-
 tests/test_codecs.py         |   20 +-
 tests/test_pool.py           |   75 +-
 tests/test_prepare.py        |    6 +
 tests/test_record.py         |    3 +-
 22 files changed, 6098 insertions(+), 2418 deletions(-)
 create mode 100644 asyncpg/serverversion.py

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