pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-ldap3 py-ldap3: updated to 2.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d498c16ced5
branches:  trunk
changeset: 446832:5d498c16ced5
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Feb 13 19:23:25 2021 +0000

description:
py-ldap3: updated to 2.9

2.9:
- new feature: SafeRestartable strategy (SAFE_RESTARTABLE) for using a restartable Connection object in a multi-threading program
- tested against Python 3.9
- added requirements-dev.txt
- fixed logging unicode exceptions in python2.7
- added more granular control over use of reverse dns with Kerberos (thanks Azaria)
- support MS Active Directory persistent search (thanks eLeX)
- added support for LDAP signing when using DIGEST-MD5 authentication (thanks Augustin-FL)
- check only for searchResEntries in LDIF conversion (thanks Jay)
- modify-increment now works properly in mock strategies (thanks Saint-Marcel)
- objectGUID are now converted properly (thanks Janne)
- default timeout in asynchronous strategies raised to 20 seconds

diffstat:

 databases/py-ldap3/Makefile |   4 ++--
 databases/py-ldap3/PLIST    |  11 ++++++++++-
 databases/py-ldap3/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (66 lines):

diff -r 3d60c2c4e1e3 -r 5d498c16ced5 databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile       Sat Feb 13 19:20:55 2021 +0000
+++ b/databases/py-ldap3/Makefile       Sat Feb 13 19:23:25 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/09/07 09:31:12 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/02/13 19:23:25 adam Exp $
 
-DISTNAME=      ldap3-2.8.1
+DISTNAME=      ldap3-2.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3/}
diff -r 3d60c2c4e1e3 -r 5d498c16ced5 databases/py-ldap3/PLIST
--- a/databases/py-ldap3/PLIST  Sat Feb 13 19:20:55 2021 +0000
+++ b/databases/py-ldap3/PLIST  Sat Feb 13 19:23:25 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/08/10 06:12:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2021/02/13 19:23:25 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -37,6 +37,9 @@
 ${PYSITELIB}/ldap3/core/pooling.py
 ${PYSITELIB}/ldap3/core/pooling.pyc
 ${PYSITELIB}/ldap3/core/pooling.pyo
+${PYSITELIB}/ldap3/core/rdns.py
+${PYSITELIB}/ldap3/core/rdns.pyc
+${PYSITELIB}/ldap3/core/rdns.pyo
 ${PYSITELIB}/ldap3/core/results.py
 ${PYSITELIB}/ldap3/core/results.pyc
 ${PYSITELIB}/ldap3/core/results.pyo
@@ -67,6 +70,9 @@
 ${PYSITELIB}/ldap3/extend/microsoft/modifyPassword.py
 ${PYSITELIB}/ldap3/extend/microsoft/modifyPassword.pyc
 ${PYSITELIB}/ldap3/extend/microsoft/modifyPassword.pyo
+${PYSITELIB}/ldap3/extend/microsoft/persistentSearch.py
+${PYSITELIB}/ldap3/extend/microsoft/persistentSearch.pyc
+${PYSITELIB}/ldap3/extend/microsoft/persistentSearch.pyo
 ${PYSITELIB}/ldap3/extend/microsoft/removeMembersFromGroups.py
 ${PYSITELIB}/ldap3/extend/microsoft/removeMembersFromGroups.pyc
 ${PYSITELIB}/ldap3/extend/microsoft/removeMembersFromGroups.pyo
@@ -277,6 +283,9 @@
 ${PYSITELIB}/ldap3/strategy/reusable.py
 ${PYSITELIB}/ldap3/strategy/reusable.pyc
 ${PYSITELIB}/ldap3/strategy/reusable.pyo
+${PYSITELIB}/ldap3/strategy/safeRestartable.py
+${PYSITELIB}/ldap3/strategy/safeRestartable.pyc
+${PYSITELIB}/ldap3/strategy/safeRestartable.pyo
 ${PYSITELIB}/ldap3/strategy/safeSync.py
 ${PYSITELIB}/ldap3/strategy/safeSync.pyc
 ${PYSITELIB}/ldap3/strategy/safeSync.pyo
diff -r 3d60c2c4e1e3 -r 5d498c16ced5 databases/py-ldap3/distinfo
--- a/databases/py-ldap3/distinfo       Sat Feb 13 19:20:55 2021 +0000
+++ b/databases/py-ldap3/distinfo       Sat Feb 13 19:23:25 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2020/09/07 09:31:12 adam Exp $
+$NetBSD: distinfo,v 1.16 2021/02/13 19:23:25 adam Exp $
 
-SHA1 (ldap3-2.8.1.tar.gz) = f44ba2a8e0d799caacb52aec72474d7d472d0b05
-RMD160 (ldap3-2.8.1.tar.gz) = fc2dd65e6b9214e1f4adbb97c75754cc03edc613
-SHA512 (ldap3-2.8.1.tar.gz) = fc1b1d41d530c3b6e24efea516b2489e063f3b1b7ea341e4e8d29d43257b3de9b6f3b08e0f82cbb7ef9dfdda6cd8ebea26f225533b717299ba5d9d9f346f5d29
-Size (ldap3-2.8.1.tar.gz) = 389993 bytes
+SHA1 (ldap3-2.9.tar.gz) = 9e46c12f3e2529f92e582b870a4b149c072361d4
+RMD160 (ldap3-2.9.tar.gz) = 0fe15dd32d704a52d1ef16adc6b2d27c4b181f45
+SHA512 (ldap3-2.9.tar.gz) = c948fb808ca0671c5e4ce557fdee55dd1f477a11019eb2eb3f6ed77121cb5d48a75f37424599a9d31a2558b239c27ecf87c8bc39552b4d0f6d6800ff783ae652
+Size (ldap3-2.9.tar.gz) = 396695 bytes



Home | Main Index | Thread Index | Old Index