python-aiosqlite 0.10.0-2 source package in Ubuntu

Changelog

python-aiosqlite (0.10.0-2) unstable; urgency=medium

  * Source-only upload to allow testing migration.
  * Add rules-requires-root to control file.
  * Bump Standards-Version to 4.4.1, no changes needed.
  * Add upstream-contact to copyright file.

 -- Benjamin Hof <email address hidden>  Mon, 18 Nov 2019 20:29:49 +0100

Upload details

Uploaded by:
Benjamin Hof
Uploaded to:
Sid
Original maintainer:
Benjamin Hof
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aiosqlite_0.10.0-2.dsc 1.9 KiB ae55cce3d83052cc57f747f0fde01d8f497d8c699af7d13201b7fc280a5c6c75
python-aiosqlite_0.10.0.orig.tar.gz 16.7 KiB 28c53f287e422040de8a7cf14774fdec1ae96d49621fb83e702463fffeff9df2
python-aiosqlite_0.10.0-2.debian.tar.xz 2.2 KiB ad7dc2b32a567cc034bb1f4a532d1cd2abcb7673a583e7d04d55d080e1d45836

Available diffs

No changes file available.

Binary packages built by this source

python3-aiosqlite: sqlite library for Python 3 using asyncio

 A Python 3 module for using sqlite with asyncio. It allows interaction with
 SQLite databases on the main asyncio event loop without blocking execution of
 other coroutines while waiting for queries or data fetches.