[Python-modules-commits] [asyncpg] branch master updated (d559bc7 -> 549c333)
Piotr Ożarowski
piotr at moszumanska.debian.org
Mon Jul 10 09:27:10 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 d559bc7 Standards-Version bumped to 4.0.0 (no changes needed)
new a19dd24 Import asyncpg_0.12.0.orig.tar.gz
new f6d10a4 record new upstream branch created by importing asyncpg_0.12.0.orig.tar.gz and merge it
new 549c333 New upstream release
The 3 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 | 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 +-
debian/changelog | 6 +
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 +-
32 files changed, 15199 insertions(+), 7142 deletions(-)
--
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