asyncpg 0.24.0-1 source package in Ubuntu

Changelog

asyncpg (0.24.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

  [ Piotr Ożarowski ]
  * New upstream release

 -- Piotr Ożarowski <email address hidden>  Sun, 29 Aug 2021 15:32:42 +0200

Upload details

Uploaded by:
Piotr Ożarowski
Uploaded to:
Sid
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.24.0-1.dsc 2.1 KiB be713d34e4235693866728116f1bebe0b6fbf95b94f21bf28bac153aca768b88
asyncpg_0.24.0.orig.tar.gz 769.0 KiB dd2fa063c3344823487d9ddccb40802f02622ddf8bf8a6cc53885ee7a2c1c0c6
asyncpg_0.24.0-1.debian.tar.xz 7.1 KiB 4a4b8cd2b25c3e63e23c22f32c0768365157932249467c63ed19a2e17bf44d3f

No changes file available.

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