python-motor 2.3.0-3ubuntu1 source package in Ubuntu

Changelog

python-motor (2.3.0-3ubuntu1) mantic; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - d/t/control: Skip test if deps not installable.

python-motor (2.3.0-3) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ Étienne Mollier ]
  * python-3.11.patch: add patch from upstream.
    This fixes an import error of motor.motor_asyncio.
    Thanks to Andrey Rakhmatullin for the hint!  (Closes: #1031763)

python-motor (2.3.0-2) unstable; urgency=medium

  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).
  * Update standards version to 4.5.1, no changes needed.

 -- Logan Rosen <email address hidden>  Mon, 19 Jun 2023 13:03:09 -0400

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-motor_2.3.0.orig.tar.gz 237.3 KiB 7202770368fdd699d0284332dcc5001c62616c1e9f8f6369c7725aa87e41c5cb
python-motor_2.3.0-3ubuntu1.debian.tar.xz 14.8 KiB ce10ef46d2067cb969240f6bafb90c0bd08bee668cbf42e3226edfecef5c546e
python-motor_2.3.0-3ubuntu1.dsc 1.9 KiB a487be503f6ea99042cd84241813b37c69e31d2826fee8ade3cc17b1c9ce899a

Available diffs

View changes file

Binary packages built by this source

python3-motor: full-featured, non-blocking MongoDB driver - Python 3.x

 Motor presents a callback- or Future-based API for non-blocking access to
 MongoDB from Tornado or asyncio.
 .
 This package contains the Python 3.x module.