[Python-modules-commits] [asyncpg] branch master updated (549c333 -> e80ca7b)

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Oct 25 09:02:42 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  549c333   New upstream release
       new  5e271c5   Import asyncpg_0.13.0.orig.tar.gz
       new  3d92686   record new upstream branch created by importing asyncpg_0.13.0.orig.tar.gz and merge it
       new  74f73fe   New upstream release
       new  44e67b4   Standards-Version bumped to 4.1.1 (no changes needed)
       new  83c0ec5   use alignment-safe unpacking of buffers
       new  141a4ac   merge patched into master
       new  e28b4af   mention new patch that fixes 872408 in changelog
       new  e80ca7b   disable test_flake8 as .flake8 file is not included in the tarball

The 8 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/hton.pxd                          |     7 +-
 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 +-
 debian/.git-dpm                                    |    14 +-
 debian/changelog                                   |     9 +
 debian/control                                     |     2 +-
 ...1-use-alignment-safe-unpacking-of-buffers.patch |    37 +
 debian/patches/series                              |     1 +
 debian/rules                                       |     1 +
 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 +-
 49 files changed, 21288 insertions(+), 9764 deletions(-)
 create mode 100644 asyncpg/connresource.py
 create mode 100644 debian/patches/0001-use-alignment-safe-unpacking-of-buffers.patch
 create mode 100644 debian/patches/series
 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