asyncpg 0.27.0-1 source package in Ubuntu
Changelog
asyncpg (0.27.0-1) unstable; urgency=medium * New upstream release + no longer FTBFS due to failing test (closes: 1022473) -- Piotr Ożarowski <email address hidden> Sun, 30 Oct 2022 22:02:26 +0100
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
asyncpg_0.27.0-1.dsc | 2.1 KiB | c3276233eebf472f65ce042fb1bb0d762d813815539afaa76212a94d91d9bd3c |
asyncpg_0.27.0.orig.tar.gz | 789.9 KiB | 720986d9a4705dd8a40fdf172036f5ae787225036a7eb46e704c45aa8f62c054 |
asyncpg_0.27.0-1.debian.tar.xz | 7.2 KiB | d1b504d611c0fd9e80e1020735a8cc67e42634f605885c61baf13faa02e20f0e |
Available diffs
- diff from 0.25.0-2build1 (in Ubuntu) to 0.27.0-1 (202.7 KiB)
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