[release-announce] ldappool 3.0.0

no-reply at openstack.org no-reply at openstack.org
Fri Feb 26 15:40:32 UTC 2021


We are satisfied to announce the release of:

ldappool 3.0.0: A simple connector pool for python-ldap.

The source is available from:

    https://opendev.org/openstack/ldappool

Download the package from:

    https://tarballs.openstack.org/ldappool/

For more details, please see below.

3.0.0
^^^^^

Upgrade Notes

* Python 2.7 support has been dropped. Last release of ldappool to
  support python 2.7 is OpenStack Train. The minimum version of Python
  now supported is Python 3.6.

Changes in ldappool 2.4.1..3.0.0
--------------------------------

322e0d7 Remove lower-constraints, uncap PrettyTable
bbc0e13 Switch to newer openstackdocstheme and reno versions
be98d6d Cleanup py27 support
30fac42 Update hacking for Python3
a9e8ec4 [ussuri][goal] Drop python 2.7 support and testing
8f2f2e3 Follow the PTI for docs
dbf4776 Add Python 3 Train unit tests
5121d8d Add bindep.txt
732fc6b Sync Sphinx requirement
70e0888 OpenDev Migration Patch
bed9eb5 Update the min version of tox
0c1f6fb Drop py35 jobs


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  2 +-
.zuul.yaml                                         |  7 +--
bindep.txt                                         | 10 ++++
ldappool/__init__.py                               |  2 +-
lower-constraints.txt                              | 36 -------------
.../notes/drop-py-2-7-9d318d5c72f59f77.yaml        |  6 +++
releasenotes/source/conf.py                        | 14 ++---
requirements.txt                                   |  5 +-
setup.cfg                                          | 22 +++-----
setup.py                                           |  9 ----
test-requirements.txt                              |  9 +---
tox.ini                                            | 60 +++++++++-------------
16 files changed, 78 insertions(+), 156 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 624fd17..9f5f7d3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +0,0 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
@@ -5 +2 @@ python-ldap>=3.0.0 # PSF
-PrettyTable<0.8,>=0.7.2
+PrettyTable>=0.7.2
diff --git a/test-requirements.txt b/test-requirements.txt
index ed55b1b..b8e8e41 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-# of appearance.
-
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
@@ -11,2 +5,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list