[Python-modules-commits] [asyncpg] branch upstream updated (49e86aa -> 1639036)

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Dec 27 22:35:17 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  49e86aa   Import asyncpg_0.7.0.orig.tar.gz
       new  1639036   Import asyncpg_0.8.1.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                     |    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 +-
 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 +-
 20 files changed, 6085 insertions(+), 2411 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