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

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Oct 25 09:02:46 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  a19dd24   Import asyncpg_0.12.0.orig.tar.gz
       new  5e271c5   Import asyncpg_0.13.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:
 LICENSE                             |    43 +-
 Makefile                            |     5 +
 PKG-INFO                            |     5 +-
 README.rst                          |     2 +-
 asyncpg.egg-info/PKG-INFO           |     5 +-
 asyncpg.egg-info/SOURCES.txt        |     4 +
 asyncpg/__init__.py                 |     2 +
 asyncpg/_testbase.py                |    15 +-
 asyncpg/cluster.py                  |    44 +-
 asyncpg/connect_utils.py            |    14 +-
 asyncpg/connection.py               |   124 +-
 asyncpg/connresource.py             |    38 +
 asyncpg/cursor.py                   |    22 +-
 asyncpg/exceptions/__init__.py      |    12 +-
 asyncpg/exceptions/_base.py         |    36 +-
 asyncpg/introspection.py            |   170 +-
 asyncpg/pool.py                     |    27 +-
 asyncpg/prepared_stmt.py            |    30 +-
 asyncpg/protocol/buffer.pxd         |    10 +-
 asyncpg/protocol/buffer.pyx         |    35 +-
 asyncpg/protocol/codecs/misc.pyx    |    12 +
 asyncpg/protocol/codecs/network.pyx |    59 +-
 asyncpg/protocol/coreproto.pyx      |    22 +-
 asyncpg/protocol/pgtypes.pxi        |     8 +
 asyncpg/protocol/prepared_stmt.pyx  |    34 +-
 asyncpg/protocol/protocol.c         | 29593 +++++++++++++++++++++++-----------
 asyncpg/protocol/protocol.pxd       |     1 +
 asyncpg/protocol/protocol.pyx       |   175 +-
 docs/conf.py                        |    20 +-
 docs/index.rst                      |     2 +-
 setup.py                            |    13 +-
 tests/__init__.py                   |    14 +
 tests/test__environment.py          |    29 +
 tests/test__sourcecode.py           |    40 +
 tests/test_codecs.py                |    81 +-
 tests/test_connect.py               |     6 +
 tests/test_copy.py                  |    20 +-
 tests/test_execute.py               |     2 -
 tests/test_introspection.py         |    94 +
 tests/test_listeners.py             |    26 +
 tests/test_pool.py                  |    70 +-
 tests/test_prepare.py               |    17 +-
 42 files changed, 21227 insertions(+), 9754 deletions(-)
 create mode 100644 asyncpg/connresource.py
 create mode 100644 tests/test__environment.py
 create mode 100644 tests/test__sourcecode.py
 create mode 100644 tests/test_introspection.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