[Python-modules-commits] [asyncpg] 01/08: record new upstream branch created by importing asyncpg_0.13.0.orig.tar.gz and merge it

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 commit to branch master
in repository asyncpg.

commit 3d926863d895d2f0f79e1dd7857bc0fd258f4afe
Merge: 549c333 5e271c5
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Oct 25 10:21:24 2017 +0200

    record new upstream branch created by importing asyncpg_0.13.0.orig.tar.gz and merge it

 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 +-
 debian/.git-dpm                     |    14 +-
 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 +-
 43 files changed, 21234 insertions(+), 9761 deletions(-)

diff --cc debian/.git-dpm
index 168bb6c,0000000..8758a4b
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- a19dd240c66a4a3e38784046adbfda1a43d51529
- a19dd240c66a4a3e38784046adbfda1a43d51529
- a19dd240c66a4a3e38784046adbfda1a43d51529
- a19dd240c66a4a3e38784046adbfda1a43d51529
- asyncpg_0.12.0.orig.tar.gz
- 1b21fb6679caaadb3e556b97899d1834ac86f32d
- 518092
++5e271c5f75c54db706e449c339006be093f471be
++5e271c5f75c54db706e449c339006be093f471be
++5e271c5f75c54db706e449c339006be093f471be
++5e271c5f75c54db706e449c339006be093f471be
++asyncpg_0.13.0.orig.tar.gz
++c690a2eb78edbcb8c92e82da85981bbe27ef3ebd
++573374
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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