python-ldappool 1.0-1ubuntu1 source package in Ubuntu

Changelog

python-ldappool (1.0-1ubuntu1) utopic; urgency=medium

  * debian/rules: Ftbfs if tests fail.
 -- Chuck Short <email address hidden>   Fri, 05 Sep 2014 10:27:01 -0400

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Utopic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-ldappool_1.0.orig.tar.xz 6.0 KiB 8992d6b96230514e31b02f5732033277bfa51055dcc4f212fec0c70e644f3130
python-ldappool_1.0-1ubuntu1.debian.tar.xz 3.1 KiB b2d6c674cbbb53599dbe31c8f1a3f974a8ed41f26bc260b44f964696990437ea
python-ldappool_1.0-1ubuntu1.dsc 1.6 KiB 5866cbed4b2774f23b2f7072c1e950aa807d9da08993b8a3785cd6cdd27e884c

Available diffs

View changes file

Binary packages built by this source

python-ldappool: connection pool for python-ldap

 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