asyncpg 0.13.0-1ubuntu3 source package in Ubuntu

Changelog

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

  * d/p/0001-Fix-unaligned-access-issues-in-host-network-byte-I-O.patch:
    fix unaligned access by backporting change from 0.14 (Closes 872408 again).

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

  * Update (LP 1747589) to the upstream accepted fix.
    - d/p/0001-Parse-server-version-x.y-as-x.0.y-when-x-is-10.patch: backport
      upstream fix for short 10.x version parsing.
    - d/p/0001-Fix-server-version-parsing-when-it-contains-trailing.patch:
      update to match the former patch being included.

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>  Tue, 06 Feb 2018 18:24:39 +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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
asyncpg_0.13.0.orig.tar.gz 559.9 KiB f5d59fdde5b26f0f56db82906606344e9b5c9804efd50dfcc858862625dcf858
asyncpg_0.13.0-1ubuntu3.debian.tar.xz 10.4 KiB a4815be1be518fd2e757b621e761794967cf6af12efc6583a02e3d24c59d35d9
asyncpg_0.13.0-1ubuntu3.dsc 2.1 KiB f985908fc443dc9329a15731039df71b9d4a381440e50007c00032099fbea025

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