asyncpg 0.29.0-1build1 source package in Ubuntu

Changelog

asyncpg (0.29.0-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Wed, 10 Apr 2024 11:45:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Piotr Ożarowski
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
asyncpg_0.29.0.orig.tar.gz 801.2 KiB d1c49e1f44fffafd9a55e1a9b101590859d881d639ea2922516f5d9c512d354e
asyncpg_0.29.0-1build1.debian.tar.xz 7.3 KiB 42c5f91e8a455bbc57617813a6acefe572a03b25d94f746a8cb0dcd9d29ac5d6
asyncpg_0.29.0-1build1.dsc 2.1 KiB 0b878dd945ab1cdc849d001d7e3af408c63077a9da2fc1ccb1a1e20da27fb2fb

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