aiomysql 0.1.1-2 source package in Ubuntu

Changelog

aiomysql (0.1.1-2) unstable; urgency=medium

  * Team upload.
  * d/control: cleanup aiomysql/_scm_version.py.
    This allows the package to be rebuildable from a clean state after a
    first build attempt.
  * d/control: build depends on python3-setuptools-scm.
    This fixes a failure to build from source.
    Thanks to s3v <email address hidden> (Closes: #1030464)

 -- Étienne Mollier <email address hidden>  Tue, 07 Mar 2023 22:13:05 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiomysql_0.1.1-2.dsc 2.4 KiB 018ed7ab5c7ed2e33299de83d5b6a540e7778e361ba80e2fd348f448a3d9373b
aiomysql_0.1.1.orig.tar.xz 82.2 KiB 2af353b76d8a907fba5663222b5ee3302bad1b442bc265b1c20f32499cf52757
aiomysql_0.1.1-2.debian.tar.xz 3.7 KiB 5b87167fbb2b5e7be82733b603c003674f8957c86f053b31b3e32269244f8ccd

Available diffs

No changes file available.

Binary packages built by this source

python-aiomysql-doc: library for accessing a MySQL database from the asyncio (common documentation)

 aiomysql is a driver for accessing a MySQL database from the asyncio
 framework.
 .
 It depends on and reuses most parts of PyMySQL.
 .
 aiomysql tries to be like awesome aiopg library and preserve same API,
 look and feel.
 .
 This is the common documentation package.

python3-aiomysql: library for accessing a MySQL using asyncio (Python 3)

 aiomysql is a driver for accessing a MySQL database from the asyncio
 framework.
 .
 It depends on and reuses most parts of PyMySQL.
 .
 aiomysql tries to be like awesome aiopg library and preserve same API,
 look and feel.
 .
 This package installs the library for Python 3.