[Python-modules-commits] [asyncpg] branch upstream updated (c057c9e -> a19dd24)

Piotr Ożarowski piotr at moszumanska.debian.org
Mon Jul 10 09:27:12 UTC 2017


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

piotr pushed a change to branch upstream
in repository asyncpg.

      from  c057c9e   Import asyncpg_0.11.0.orig.tar.gz
       new  a19dd24   Import asyncpg_0.12.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:
 PKG-INFO                             |     2 +-
 asyncpg.egg-info/PKG-INFO            |     2 +-
 asyncpg/connection.py                |   257 +-
 asyncpg/exceptions/__init__.py       |    28 +-
 asyncpg/exceptions/_base.py          |    89 +-
 asyncpg/pool.py                      |    35 +-
 asyncpg/protocol/codecs/base.pxd     |    23 +-
 asyncpg/protocol/codecs/base.pyx     |   193 +-
 asyncpg/protocol/codecs/datetime.pyx |   173 +-
 asyncpg/protocol/codecs/int.pyx      |    48 +-
 asyncpg/protocol/codecs/numeric.pyx  |   303 +-
 asyncpg/protocol/consts.pxi          |     1 +
 asyncpg/protocol/coreproto.pxd       |     1 +
 asyncpg/protocol/coreproto.pyx       |    12 +-
 asyncpg/protocol/protocol.c          | 20599 ++++++++++++++++++++++-----------
 asyncpg/protocol/protocol.pyx        |    21 +-
 asyncpg/protocol/python.pxd          |     1 +
 asyncpg/protocol/record/recordobj.c  |    26 +-
 asyncpg/protocol/settings.pxd        |     6 +-
 asyncpg/protocol/settings.pyx        |    29 +-
 docs/conf.py                         |     7 +-
 docs/faq.rst                         |     2 +-
 docs/usage.rst                       |     4 +-
 setup.py                             |     2 +-
 tests/test_codecs.py                 |   206 +-
 tests/test_copy.py                   |    36 +-
 tests/test_listeners.py              |   157 +
 tests/test_pool.py                   |    14 +-
 tests/test_prepare.py                |    13 +
 tests/test_record.py                 |    31 +-
 30 files changed, 15186 insertions(+), 7135 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