summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-08-03 10:42:09 +0000
committeradam <adam@pkgsrc.org>2017-08-03 10:42:09 +0000
commit427e557bc6c5d2fe6b902949f59db5d986f80740 (patch)
treed8701a6e6cfd161f4214b4dc39f5ef91439c633c /databases
parent6d127af87cf6076207ffebacb4021905175b12ed (diff)
downloadpkgsrc-427e557bc6c5d2fe6b902949f59db5d986f80740.tar.gz
2.3:
compatible with the pyasn1 library from version 0.1.8 up to latest (0.3.1 for now) version MockAsync strategy is available added __ne__ method to Attribute in abstraction layer (thank Rodrigo) added LDAPUserNameIsMandatoryError exception in simple bind when user name is empty search referrals are properly decoded with fast decoder paged search works in mock strategies paged_search in extend.standard namespace raises an exception of class LDAPOperationResult if the search returns an error search_paged() method of Cursor object now return the whole list of entries if generator=False updated docs for defaults parameters (thanks Guarnacciaa) fixed mockBase for integer matching (thanks Jijo) boolean values are now uppercase in LDIF (thanks Linus) fixed timeout in ssl connection on Linux and Mac (thanks Allan) changed some internal functions to private in ldap3.utils.dn operational attribute entryDN is properly managed in Mock strategies (thanks Mark) new rdn in renamed entry is properly set in Mock strategies (thanks Mark) metrics are now updated for Mock strategies, except that for received bytes (thanks joehy) better managing of missing schema from the server (thanks Deborah) fixed error while schema is not in string format (thanks Alexandre) SNI support added when the underlying python library allows it (thanks Edmund) added pool_keepalive parameter to Connection object for REUSABLE strategy connection.extend.microsoft.modify_password returns False when change is not successful (thanks Ashley) added validators for uuid and uuid_le fixed error while searching for bytes fixed pickling and unpickling of datetime values (thanks David) fixed error that resulted in valid generalizedTime strings not being parsed (thanks Busuwe) fixed error with modify operation on referrals (thanks Busuwe) fixed error in mockBase add_entry() with raw rdn (thanks Chad) fixed error when stdin has not encoding in config.py (thanks cronicryo) fixed error when optional field are not present in pyasn1 requests (thanks Ilya) added DEFAULT_SERVER_ENCODING config parameter, should always be utf-8 DEFAULT_ENCODING config parameter renamed to DEFAULT_CLIENT_ENCODING ADDITIONAL_ENCODINGS config parameter renamed to ADDITIONAL_SERVER_ENCONDINGS additional encodings are applied to all data received from the server additional encodings are not applied to client data added from_server=False parameter to to_unicode() to not try client encoding while decoding data from server
Diffstat (limited to 'databases')
-rw-r--r--databases/py-ldap3/Makefile4
-rw-r--r--databases/py-ldap3/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile
index adaf0c238d8..c2a42a0ac3b 100644
--- a/databases/py-ldap3/Makefile
+++ b/databases/py-ldap3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/05/08 10:02:34 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/03 10:42:09 adam Exp $
-DISTNAME= ldap3-2.2.4
+DISTNAME= ldap3-2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}
diff --git a/databases/py-ldap3/distinfo b/databases/py-ldap3/distinfo
index 98771dd4ed7..ac5d59f90dc 100644
--- a/databases/py-ldap3/distinfo
+++ b/databases/py-ldap3/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/05/08 10:02:34 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/08/03 10:42:09 adam Exp $
-SHA1 (ldap3-2.2.4.tar.gz) = 18f859e96c3aa68030d83fe5f06b12db02ffe6b7
-RMD160 (ldap3-2.2.4.tar.gz) = b6ae17113721278396676199e71a0a5778c6a780
-SHA512 (ldap3-2.2.4.tar.gz) = 97bfb0ebe04d4965d4ebb9278e5d9b5bad7517258cb1d8ca8964cb06f377815c7f9ed0fb0317098f0f3ebfd66ad99f3030e27805a2f6301fc3665f7406aad3d9
-Size (ldap3-2.2.4.tar.gz) = 332398 bytes
+SHA1 (ldap3-2.3.tar.gz) = ca9e28b407f96eab9b0c64a5b49ddcc9d046072f
+RMD160 (ldap3-2.3.tar.gz) = bce670264d8c22b2623a261059afcacaee19e3d0
+SHA512 (ldap3-2.3.tar.gz) = c303fb46d49ec31db2f78cbb354890ce05ced5b121698dbe2437362ff8f01110ae3a46ff5c8a3b223c3ae553e300c4f69bc8838b2c32cd9a87b27026477ecfd7
+Size (ldap3-2.3.tar.gz) = 341466 bytes