asyncpg 0.28.0-1build1 source package in Ubuntu

Changelog

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

  * No-change rebuild to build with python3.12 as supported.

 -- Matthias Klose <email address hidden>  Sat, 04 Nov 2023 08:00:31 +0100

Upload details

Uploaded by:
Matthias Klose
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

Downloads

File Size SHA-256 Checksum
asyncpg_0.28.0.orig.tar.gz 789.1 KiB 7252cdc3acb2f52feaa3664280d3bcd78a46bd6c10bfd681acfffefa1120e278
asyncpg_0.28.0-1build1.debian.tar.xz 7.3 KiB 34538608c183de20ca0092541fe2f7bba76b1e0d253fc7ffe0cc9e6b1b37e719
asyncpg_0.28.0-1build1.dsc 2.1 KiB 0860cb5725b4449d5cc95ae0948026311af30fa7a28f40bae5452046fcb3ed1f

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