We are pleased to announce the release of: ldappool 2.3.0: A simple connector pool for python-ldap. Download the package from: https://tarballs.openstack.org/ldappool/ For more details, please see below. Changes in ldappool 2.2.0..2.3.0 -------------------------------- 459e1b1 Add author email to setup.cfg f1d30bc Switch to python-ldap again 71bd15c Bump to hacking 1.1.x eaa81ff Switch to stestr b6e6290 add lower-constraints job 67f650c Updated from global requirements e9adc6f Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 +-- .stestr.conf | 4 ++++ .testr.conf | 4 ---- .zuul.yaml | 7 +++++++ README.rst | 13 +++---------- lower-constraints.txt | 35 +++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- setup.cfg | 1 + test-requirements.txt | 8 ++++---- tox.ini | 17 +++++++++++++++-- 10 files changed, 71 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4fcd789..d12620f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pyldap>=2.4.20 # PSF +python-ldap>=3.0.0 # PSF diff --git a/test-requirements.txt b/test-requirements.txt index 0c615ee..ed55b1b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6 +6 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 @@ -11,3 +11,3 @@ fixtures>=3.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +stestr>=2.0.0 # Apache-2.0