asyncpg 0.25.0-2build1 source package in Ubuntu
Changelog
asyncpg (0.25.0-2build1) lunar; urgency=medium * No-change rebuild with Python 3.11 as supported -- Graham Inggs <email address hidden> Thu, 03 Nov 2022 15:37:13 +0000
Upload details
- Uploaded by:
- Graham Inggs
- Uploaded to:
- Lunar
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
asyncpg_0.25.0.orig.tar.gz | 785.4 KiB | 63f8e6a69733b285497c2855464a34de657f2cccd25aeaeeb5071872e9382540 |
asyncpg_0.25.0-2build1.debian.tar.xz | 7.2 KiB | 079cea912f2818f0b5b3cca6083d8ef08e54ac2a2eec5e02b66a8ea55fc56e5c |
asyncpg_0.25.0-2build1.dsc | 2.1 KiB | 0b7ff21721ab64370499e758af29754e8d55a3b16ab39f4ad0d969746a213333 |
Available diffs
- diff from 0.25.0-2 (in Debian) to 0.25.0-2build1 (306 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