pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-ldap3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Feb 13 19:23:25 UTC 2021

Modified Files:
        pkgsrc/databases/py-ldap3: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/py-ldap3/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/py-ldap3/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/py-ldap3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-ldap3/Makefile
diff -u pkgsrc/databases/py-ldap3/Makefile:1.17 pkgsrc/databases/py-ldap3/Makefile:1.18
--- pkgsrc/databases/py-ldap3/Makefile:1.17     Mon Sep  7 09:31:12 2020
+++ pkgsrc/databases/py-ldap3/Makefile  Sat Feb 13 19:23:25 2021
@@ -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/}

Index: pkgsrc/databases/py-ldap3/PLIST
diff -u pkgsrc/databases/py-ldap3/PLIST:1.6 pkgsrc/databases/py-ldap3/PLIST:1.7
--- pkgsrc/databases/py-ldap3/PLIST:1.6 Mon Aug 10 06:12:08 2020
+++ pkgsrc/databases/py-ldap3/PLIST     Sat Feb 13 19:23:25 2021
@@ -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/exceptions.pyo
 ${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/dirS
 ${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/restartable.
 ${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

Index: pkgsrc/databases/py-ldap3/distinfo
diff -u pkgsrc/databases/py-ldap3/distinfo:1.15 pkgsrc/databases/py-ldap3/distinfo:1.16
--- pkgsrc/databases/py-ldap3/distinfo:1.15     Mon Sep  7 09:31:12 2020
+++ pkgsrc/databases/py-ldap3/distinfo  Sat Feb 13 19:23:25 2021
@@ -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