python-ldappool 2.2.0-0ubuntu1 source package in Ubuntu

Changelog

python-ldappool (2.2.0-0ubuntu1) bionic; urgency=medium

  * New upstream release.
  * d/control: Bump debhelper compat to 10.
  * d/control: Align (Build-)Depends with upstream.

 -- Corey Bryant <email address hidden>  Tue, 13 Feb 2018 13:16:32 -0500

Upload details

Uploaded by:
Corey Bryant
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ldappool_2.2.0.orig.tar.gz 15.5 KiB c97390692cd77dbb483957abd90b5bf18259602ac53a1bc58e5c493de36d760d
python-ldappool_2.2.0-0ubuntu1.debian.tar.xz 3.4 KiB e7c40e13798caf54d6314bce4f2f876ece08d2f5f2a50dad792de748d7144760
python-ldappool_2.2.0-0ubuntu1.dsc 2.8 KiB 6bae792689dc1b0c634dc19ed56906e48ca8c1d441a5ecdfc094e95963dd58a3

Available diffs

View changes file

Binary packages built by this source

python-ldappool: connection pool for python-ldap - Python 2.7

 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 2.7 module.

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.