Source: python-ldappool
Section: python
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 openstack-pkg-tools (>= 75~),
 python-all,
 python-setuptools,
 python3-all,
 python3-setuptools,
 python3-sphinx (>= 1.6.2),
Build-Depends-Indep:
 python-coverage (>= 4.0),
 python-hacking (>= 1.1.0),
 python-fixtures (>= 3.0.0),
 python-ldap (>= 3.0.0),
 python-prettytable (>= 0.7.2),
 python-stestr (>= 2.0.0),
 python-subunit,
 python-testresources (>= 2.0.0),
 python-testtools (>= 2.2.0),
 python3-coverage (>= 4.0),
 python3-hacking (>= 1.1.0),
 python3-flake8-docstrings (>= 0.2.1.post1),
 python3-fixtures (>= 3.0.0),
 python3-ldap (>= 3.0.0),
 python3-openstackdocstheme (>= 1.18.1),
 python3-prettytable (>= 0.7.2),
 python3-reno (>= 2.5.0),
 python3-stestr (>= 2.0.0),
 python3-subunit,
 python3-testresources (>= 2.0.0),
 python3-testtools (>= 2.2.0),
 subunit,
 testrepository,
Standards-Version: 4.1.3
Vcs-Browser: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-ldappool
Vcs-Git: git://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-ldappool
Homepage: https://git.openstack.org/cgit/openstack/ldappool

Package: python-ldappool
Architecture: all
Depends:
 python-six,
 python-ldap (>= 3.0.0),
 python-prettytable (>= 0.7.2),
 ${misc:Depends},
 ${python:Depends},
Description: 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.

Package: python3-ldappool
Architecture: all
Depends:
 python3-six,
 python3-ldap (>= 3.0.0),
 python3-prettytable (>= 0.7.2),
 ${misc:Depends},
 ${python3:Depends},
Description: 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.
