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

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Jan 10 19:27:05 UTC 2017


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

piotr pushed a change to branch master
in repository asyncpg.

      from  518a7f9   New upstream release
       new  e9cb3b6   Import asyncpg_0.8.4.orig.tar.gz
       new  c702446   record new upstream branch created by importing asyncpg_0.8.4.orig.tar.gz and merge it
       new  cae598b   New upstream release
       new  e1c27c6   add python3-pytest to Build-Depends

The 4 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                              |     9 +-
 README.rst                            |     7 +-
 asyncpg.egg-info/PKG-INFO             |     9 +-
 asyncpg.egg-info/SOURCES.txt          |     1 +
 asyncpg/introspection.py              |    49 +-
 asyncpg/protocol/buffer.pxd           |    34 +-
 asyncpg/protocol/buffer.pyx           |    46 +-
 asyncpg/protocol/codecs/array.pyx     |   438 +-
 asyncpg/protocol/codecs/base.pxd      |    13 +-
 asyncpg/protocol/codecs/base.pyx      |   174 +-
 asyncpg/protocol/codecs/bits.pyx      |     8 +-
 asyncpg/protocol/codecs/bytea.pyx     |     2 +-
 asyncpg/protocol/codecs/datetime.pyx  |    67 +-
 asyncpg/protocol/codecs/geometry.pyx  |    23 +-
 asyncpg/protocol/codecs/hstore.pyx    |    10 +-
 asyncpg/protocol/codecs/int.pyx       |     6 +-
 asyncpg/protocol/codecs/network.pyx   |     4 +-
 asyncpg/protocol/codecs/range.pyx     |     6 +-
 asyncpg/protocol/codecs/record.pyx    |     9 +-
 asyncpg/protocol/codecs/text.pyx      |     4 +-
 asyncpg/protocol/codecs/textutils.pyx |    72 +
 asyncpg/protocol/codecs/txid.pyx      |     9 +-
 asyncpg/protocol/consts.pxi           |     1 +
 asyncpg/protocol/coreproto.pxd        |     4 +-
 asyncpg/protocol/coreproto.pyx        |     6 +-
 asyncpg/protocol/hton.pxd             |    10 +-
 asyncpg/protocol/pgtypes.pxi          |   136 +-
 asyncpg/protocol/prepared_stmt.pxd    |     2 +-
 asyncpg/protocol/prepared_stmt.pyx    |     4 +-
 asyncpg/protocol/protocol.c           | 18377 +++++++++++++++++++++-----------
 asyncpg/protocol/protocol.pyx         |     6 +-
 asyncpg/protocol/python.pxd           |     5 +
 asyncpg/protocol/record/recordobj.c   |    10 +-
 asyncpg/protocol/settings.pxd         |     2 +-
 asyncpg/protocol/settings.pyx         |    11 +-
 debian/.git-dpm                       |    14 +-
 debian/changelog                      |     7 +
 debian/control                        |     1 +
 setup.py                              |     4 +-
 tests/test_codecs.py                  |   108 +-
 tests/test_connect.py                 |    17 +-
 tests/test_pool.py                    |     2 +-
 tests/test_timeout.py                 |    25 +-
 43 files changed, 13183 insertions(+), 6569 deletions(-)
 create mode 100644 asyncpg/protocol/codecs/textutils.pyx

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