asyncpg 0.25.0-1build1 source package in Ubuntu
Changelog
asyncpg (0.25.0-1build1) jammy; urgency=medium * No-change rebuild with Python 3.10 only -- Graham Inggs <email address hidden> Wed, 16 Mar 2022 22:32:16 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Jammy
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
asyncpg_0.25.0.orig.tar.gz | 785.4 KiB | 63f8e6a69733b285497c2855464a34de657f2cccd25aeaeeb5071872e9382540 |
asyncpg_0.25.0-1build1.debian.tar.xz | 7.2 KiB | 1a46cc5fec9a5ae934fea781ea25b10f2c76e23997082b1fabab2482798d796d |
asyncpg_0.25.0-1build1.dsc | 2.1 KiB | d3c33fa78f715eff15cfacbd06d907f00a4e6e75b0a41a878acb2291d885f29e |
Available diffs
- diff from 0.25.0-1 (in Debian) to 0.25.0-1build1 (308 bytes)
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