Source-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.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/6aa8799e968a
branches: trunk
changeset: 436854:6aa8799e968a
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 10 06:12:08 2020 +0000
description:
py-ldap3: updated to 2.8
2.8:
- new feature: SafeSync strategy (SAFE_SYNC) for using a synchronous Connection object in a multi-threading program
- new feature: LDIF_LINE_LENGTH for specifying line length wrapping in ldif-content output (default to 78 as per RFC 2849)
- fixed requirements for pyasn1
- fixed regression for ldapi connections
- fixed issue with lazy connection requesting server info on every operation
- fixed searching by objectGUID in hex format (thanks Matt)
- added iso_format parameter to utils.format_json to return dates in ISO format (thanks Hugh)
- fixed issue with Referral attributes not returned by the referral server (thanks Nazarii)
- fixed lost error message in auto_bind (thanks cfelder)
- fixed delete_old_dn in mock connections (thanks kpinc)
- fixed a ResourceWarning with lazy connections
- fixed entry_to_json() that in python2 modified the original entry value (thanks Dirk-Jan)
- tests desnt' raise Exception if real server is not present
diffstat:
databases/py-ldap3/Makefile | 6 +++---
databases/py-ldap3/PLIST | 5 ++++-
databases/py-ldap3/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 9 deletions(-)
diffs (55 lines):
diff -r 40ecbafb2c09 -r 6aa8799e968a databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile Mon Aug 10 06:11:17 2020 +0000
+++ b/databases/py-ldap3/Makefile Mon Aug 10 06:12:08 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/03/07 12:16:20 adam Exp $
+# $NetBSD: Makefile,v 1.16 2020/08/10 06:12:08 adam Exp $
-DISTNAME= ldap3-2.7
+DISTNAME= ldap3-2.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}
@@ -10,7 +10,7 @@
COMMENT= Strictly RFC 4510 conforming LDAP V3 pure Python client library
LICENSE= gnu-lgpl-v3
-DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.8:../../security/py-asn1
+DEPENDS+= ${PYPKGPREFIX}-asn1>=0.4.6:../../security/py-asn1
TEST_DEPENDS+= ${PYPKGPREFIX}-gssapi-[0-9]*:../../security/py-gssapi
USE_LANGUAGES= # none
diff -r 40ecbafb2c09 -r 6aa8799e968a databases/py-ldap3/PLIST
--- a/databases/py-ldap3/PLIST Mon Aug 10 06:11:17 2020 +0000
+++ b/databases/py-ldap3/PLIST Mon Aug 10 06:12:08 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/03/07 12:16:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/08/10 06:12:08 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -277,6 +277,9 @@
${PYSITELIB}/ldap3/strategy/reusable.py
${PYSITELIB}/ldap3/strategy/reusable.pyc
${PYSITELIB}/ldap3/strategy/reusable.pyo
+${PYSITELIB}/ldap3/strategy/safeSync.py
+${PYSITELIB}/ldap3/strategy/safeSync.pyc
+${PYSITELIB}/ldap3/strategy/safeSync.pyo
${PYSITELIB}/ldap3/strategy/sync.py
${PYSITELIB}/ldap3/strategy/sync.pyc
${PYSITELIB}/ldap3/strategy/sync.pyo
diff -r 40ecbafb2c09 -r 6aa8799e968a databases/py-ldap3/distinfo
--- a/databases/py-ldap3/distinfo Mon Aug 10 06:11:17 2020 +0000
+++ b/databases/py-ldap3/distinfo Mon Aug 10 06:12:08 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/03/07 12:16:20 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/08/10 06:12:08 adam Exp $
-SHA1 (ldap3-2.7.tar.gz) = 3a6be8c11c646c278df4dc17b08372c426a6a4b6
-RMD160 (ldap3-2.7.tar.gz) = b2ca3431bd04f077f700cce7262692fc78e22303
-SHA512 (ldap3-2.7.tar.gz) = 097565db900e7afe9e233c5991e76736afb1851feca6fe75edd0e5c86dc17c624cdaa3c61506831a132e4cf636057afd51b798aff94983bc399ec5a3851607da
-Size (ldap3-2.7.tar.gz) = 387586 bytes
+SHA1 (ldap3-2.8.tar.gz) = 55f6596e8a021b19bf57db3fddde6eefa5224a1a
+RMD160 (ldap3-2.8.tar.gz) = 7afd3deb76408170ff02013df0d81d421b45c909
+SHA512 (ldap3-2.8.tar.gz) = 094fb07bce285876c57fa11ac62aa271e2c79fff694b115806e49064ed5262c23aef9cd9e05384e1464497989c768051d37e0891feafb018dfccc8539456521a
+Size (ldap3-2.8.tar.gz) = 389478 bytes
Home |
Main Index |
Thread Index |
Old Index