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

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Jan 10 19:27:06 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 c702446d242e50d2d81c5db23a438a4d8adce873
Merge: 518a7f9 e9cb3b6
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Tue Jan 10 20:19:05 2017 +0100

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

 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 +-
 setup.py                              |     4 +-
 tests/test_codecs.py                  |   108 +-
 tests/test_connect.py                 |    17 +-
 tests/test_pool.py                    |     2 +-
 tests/test_timeout.py                 |    25 +-
 41 files changed, 13175 insertions(+), 6569 deletions(-)

diff --cc debian/.git-dpm
index 448ef1a,0000000..a5e56d4
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
- 16390366eb2519ca69e25b8639219dfa1eed2b9a
- 16390366eb2519ca69e25b8639219dfa1eed2b9a
- 16390366eb2519ca69e25b8639219dfa1eed2b9a
- 16390366eb2519ca69e25b8639219dfa1eed2b9a
- asyncpg_0.8.1.orig.tar.gz
- e7a3c35a337eaa8a59b0e1b3b321c9a059053236
- 375558
++e9cb3b6f12e56cc396c8f31e98ed2d2f037d9973
++e9cb3b6f12e56cc396c8f31e98ed2d2f037d9973
++e9cb3b6f12e56cc396c8f31e98ed2d2f037d9973
++e9cb3b6f12e56cc396c8f31e98ed2d2f037d9973
++asyncpg_0.8.4.orig.tar.gz
++c27fc3f71274680f2484bdee4cde7c810bbbf3cf
++405615
 +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