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.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aec271d156d
branches:  trunk
changeset: 374502:1aec271d156d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 24 13:41:35 2018 +0000

description:
py-ldap3: updated to 2.4.1

2.4.1:
- tested against pyasn1 from version 0.1.8 up to version 0.4.2, Python 2.6.6, Python 2.7.14, Python 3.6.4
- auto_encode parameter is honored when binding
- fixed organizationalName definition in oid
- automatic byte to int conversion working again
- mock connection searchs correctly escape filters
- fixed bind with not unicode characters in Python 2
- extended filter attributes should work again with pyasn1 0.4.1
- fixed error when reading incomplete server info
- NOT keyword properly handled in dit_content_rules
- operational attributes are prorerly returned in Cursor whit get_operational_attributes = True
- start_tls() is properly executed with AD when raise_exceptions=True
- reopening a Connection honours auto_bind setting
- an attribute returned with no value from a flaky server doesn't raise exception anymore
- pwdLastSet in AD is valid only for -1
- fixed docs for ldifProducer
- fixed monkeypatching of pyasn1 for Boolean Value in BER encoding
- check_names was not honoured while validating attribute values
- locks refactored in Connection and in Async strategy
- socket properly closed when checking availability of an invalid server

diffstat:

 databases/py-ldap3/Makefile |   4 ++--
 databases/py-ldap3/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3ef8ceb671d7 -r 1aec271d156d databases/py-ldap3/Makefile
--- a/databases/py-ldap3/Makefile       Wed Jan 24 13:30:04 2018 +0000
+++ b/databases/py-ldap3/Makefile       Wed Jan 24 13:41:35 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2017/11/15 07:47:47 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/01/24 13:41:35 adam Exp $
 
-DISTNAME=      ldap3-2.4
+DISTNAME=      ldap3-2.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/ldap3/}
diff -r 3ef8ceb671d7 -r 1aec271d156d databases/py-ldap3/distinfo
--- a/databases/py-ldap3/distinfo       Wed Jan 24 13:30:04 2018 +0000
+++ b/databases/py-ldap3/distinfo       Wed Jan 24 13:41:35 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2017/11/15 07:47:47 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/01/24 13:41:35 adam Exp $
 
-SHA1 (ldap3-2.4.tar.gz) = b2731bad6ad7298f85276caf2d9c9638cb982718
-RMD160 (ldap3-2.4.tar.gz) = 4e19a488578dc0734c64a09e384c3f4f1effe20b
-SHA512 (ldap3-2.4.tar.gz) = 676c29b84a39739f1ebc746c4091ae2387dca375abc3a44d86f403167b8a5d7e05d53f40fd6bd8e96834b4b5f253d6306b6787e77d6336b79aabec5df695abfe
-Size (ldap3-2.4.tar.gz) = 344481 bytes
+SHA1 (ldap3-2.4.1.tar.gz) = d690a2e3933bd3a1c94eb05a00cc3af7b39f11ed
+RMD160 (ldap3-2.4.1.tar.gz) = 209e4cc4c6d3df0648212ed0c1e8d003536bf963
+SHA512 (ldap3-2.4.1.tar.gz) = 716671c2d07c53d1953aab4668562a1b59a1e642b19d50f3cf05d44c74b6848a34b4197aa2c77f5b1d6b556ec0ca473b0495c24da74e2395aa20dffc8a0a360d
+Size (ldap3-2.4.1.tar.gz) = 345220 bytes



Home | Main Index | Thread Index | Old Index