asyncpg 0.27.0-1build2 source package in Ubuntu

Changelog

asyncpg (0.27.0-1build2) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Fri, 17 Mar 2023 09:24:09 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
asyncpg_0.27.0.orig.tar.gz 789.9 KiB 720986d9a4705dd8a40fdf172036f5ae787225036a7eb46e704c45aa8f62c054
asyncpg_0.27.0-1build2.debian.tar.xz 7.4 KiB 7d4df86fa190f954a1360db4bfb447f77c2fc12319ffdaa66b95bde680d77ac2
asyncpg_0.27.0-1build2.dsc 2.2 KiB c9e00f57d9329e196a38e8de6a7341359f7c8ce2c73a1da22e93e849890782b0

Available diffs

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