asyncpg 0.25.0-2 source package in Ubuntu

Changelog

asyncpg (0.25.0-2) unstable; urgency=medium

  * debian/rules
    - fix pytest -k syntax for pytest7; Closes: #1013699

 -- Sandro Tosi <email address hidden>  Sun, 26 Jun 2022 13:33:14 -0400

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.25.0-2.dsc 2.1 KiB 439dba2512f4ae4a0825a78e3be2f4e10d9edc302b5bc9d1558cc210f9a78bcc
asyncpg_0.25.0.orig.tar.gz 785.4 KiB 63f8e6a69733b285497c2855464a34de657f2cccd25aeaeeb5071872e9382540
asyncpg_0.25.0-2.debian.tar.xz 7.2 KiB 3d78a24e226d159b221302e7e1cb7d42c77a4f044b8577c66fd77fdfb7bd22da

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