python-ldappool 2.4.1-0ubuntu3 source package in Ubuntu

Changelog

python-ldappool (2.4.1-0ubuntu3) focal; urgency=medium

  * d/rules: Use pybuild instead of python-distutils, fixing FTBFS.

 -- Logan Rosen <email address hidden>  Sun, 01 Mar 2020 15:28:28 -0500

Upload details

Uploaded by:
Logan Rosen
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
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
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ldappool_2.4.1.orig.tar.gz 18.2 KiB 23edef09cba4b1ae764f1ddada828d8e39d72cf32a457e599f5a70064310ea00
python-ldappool_2.4.1-0ubuntu3.debian.tar.xz 3.9 KiB a1bb25e59e421f26559d7644a737445774a14edc4f5ad391682aee957236e45c
python-ldappool_2.4.1-0ubuntu3.dsc 2.3 KiB 3da5fa5dffb32fbc09b51523bb9936255e5a5f25c9e5f0f582a54430535bfbcc

Available diffs

View changes file

Binary packages built by this source

python3-ldappool: connection pool for python-ldap - Python 3.x

 A simple connector pool for python-ldap. The pool keeps LDAP connectors alive
 and let you reuse them, drastically reducing the time spent to initiate a ldap
 connection.
 .
 The pool has useful features like:
  * transparent reconnection on failures or server restarts
  * configurable pool size and connectors timeouts
  * configurable max lifetime for connectors
  * a context manager to simplify acquiring and releasing a connector
 .
 This package provides the Python 3.x module.