asyncpg 0.13.0-1ubuntu1 source package in Ubuntu

Changelog

asyncpg (0.13.0-1ubuntu1) bionic; urgency=medium

  * d/p/0001-Fix-server-version-parsing-when-it-contains-trailing.patch: Fix
    server version parsing when it contains trailing data (Closes: #882017)
    (LP: #1747589)

 -- Christian Ehrhardt <email address hidden>  Mon, 05 Feb 2018 17:42:19 +0100

Upload details

Uploaded by:
Christian Ehrhardt 
Uploaded to:
Bionic
Original maintainer:
Piotr Ożarowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
asyncpg_0.13.0.orig.tar.gz 559.9 KiB f5d59fdde5b26f0f56db82906606344e9b5c9804efd50dfcc858862625dcf858
asyncpg_0.13.0-1ubuntu1.debian.tar.xz 7.5 KiB e8fc3f04fd931765b875f20bbc154b434343bcc111c501ad271c497f4aa08286
asyncpg_0.13.0-1ubuntu1.dsc 2.1 KiB 0fe8b461f370d7910e748d68caec4a1c97da01e6ff80518d54fa3714524c12ed

View changes file

Binary packages built by this source

python3-asyncpg: asyncio PosgtreSQL driver

 Database interface library designed specifically for PostgreSQL and
 Python/asyncio.
 asyncpg is an efficient, clean implementation of PostgreSQL server binary
 protocol for use with Python's asyncio framework.
 It implements PostgreSQL server protocol natively and exposes its features
 directly.
 .
 Features:
  * prepared statements,
  * scrollable cursors,
  * partial iteration on query results,
  * automatic encoding and decoding of composite types, arrays, and any
    combination of those,
  * straightforward support for custom data types

python3-asyncpg-dbgsym: debug symbols for python3-asyncpg