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

Piotr Ożarowski piotr at moszumanska.debian.org
Mon Jul 10 09:27:11 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 f6d10a4702d68202494a952e4e279ad1203bbaa3
Merge: d559bc7 a19dd24
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Mon Jul 10 11:21:16 2017 +0200

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

 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 +-
 debian/.git-dpm                      |    14 +-
 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 +-
 31 files changed, 15193 insertions(+), 7142 deletions(-)

diff --cc debian/.git-dpm
index 133ecfc,0000000..168bb6c
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
- c057c9e082417f1f799e7a7667c8c78e5a33a441
- c057c9e082417f1f799e7a7667c8c78e5a33a441
- c057c9e082417f1f799e7a7667c8c78e5a33a441
- c057c9e082417f1f799e7a7667c8c78e5a33a441
- asyncpg_0.11.0.orig.tar.gz
- 3bcdd2b6b865933d9341eee058f5a294e15e44e2
- 486380
++a19dd240c66a4a3e38784046adbfda1a43d51529
++a19dd240c66a4a3e38784046adbfda1a43d51529
++a19dd240c66a4a3e38784046adbfda1a43d51529
++a19dd240c66a4a3e38784046adbfda1a43d51529
++asyncpg_0.12.0.orig.tar.gz
++1b21fb6679caaadb3e556b97899d1834ac86f32d
++518092
 +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