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:           Thu Aug  3 10:42:09 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/py-ldap3/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/databases/py-ldap3/Makefile:1.5
--- pkgsrc/databases/py-ldap3/Makefile:1.4      Mon May  8 10:02:34 2017
+++ pkgsrc/databases/py-ldap3/Makefile  Thu Aug  3 10:42:09 2017
@@ -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/}

Index: pkgsrc/databases/py-ldap3/distinfo
diff -u pkgsrc/databases/py-ldap3/distinfo:1.3 pkgsrc/databases/py-ldap3/distinfo:1.4
--- pkgsrc/databases/py-ldap3/distinfo:1.3      Mon May  8 10:02:34 2017
+++ pkgsrc/databases/py-ldap3/distinfo  Thu Aug  3 10:42:09 2017
@@ -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



Home | Main Index | Thread Index | Old Index