summaryrefslogtreecommitdiff
path: root/databases/py-ldap3/Makefile
diff options
context:
space:
mode:
authoradam <adam>2017-05-05 06:50:01 +0000
committeradam <adam>2017-05-05 06:50:01 +0000
commit2610ebf420cee8ae8b9624acaa5e8d3ee9f0b89f (patch)
tree04259b804a3bea77dfbb04ef4b14c3bcf93d8bad /databases/py-ldap3/Makefile
parentd9053f97316f882b833823276774fa803baa4010 (diff)
downloadpkgsrc-2610ebf420cee8ae8b9624acaa5e8d3ee9f0b89f.tar.gz
Changes 2.2.3:
abstraction layer query converts int values to string (thanks dgadmin) CaseInsensitiveDictWithAlias doesn’t raise an exception anymore if alias is set multiple times to the same key friendly names in AttrDef are properly managed when performing commits in Writer cursors no more errors when server returns an empty schema (thanks Glen) range attributes in entries are properly recognized when auto_range is False fixed random errors in auto_range searches (thanks James) fixed checking of malformed schema added configuration parameter IGNORE_MALFORMED_SCHEMA to not raise exception for servers that don’t follow the LDAP RFCs (defaults to False) test config moved to test/config.py testcase_id generated randomly for each test added ATTRIBUTES_EXCLUDED_FROM_OBJECT_DEF parmeter to exclude some attribute from automatic populate of ObjectDef in Abstract Layer (helpful for AD) added IGNORED_MANDATORY_ATTRIBUTES_IN_OBJECT_DEF parmeter to exclude some attribute from mandatory attribute list in ObjectDef in Abstract Layer (helpful for AD) fixed error when using implicit assigning in WritableEntry added LDAPInvalidValueError Exception in Python 3 byte filter are converted to unicode before parsing RESPONSE_DN_ENCODING parameter renamed to ADDITIONAL_ENCODINGS to_unicode(value, encoding=None, additional_encodings=False) now checks for additional encoodings in ADDITIONAL_ENCODINGS list if additional_encoding is set to True Reusable strategy uses not lazy Restartable connections
Diffstat (limited to 'databases/py-ldap3/Makefile')
-rw-r--r--databases/py-ldap3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap3/Makefile b/databases/py-ldap3/Makefile
index a80e869632f..6563a7a97c1 100644
--- a/databases/py-ldap3/Makefile
+++ b/databases/py-ldap3/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/12/04 23:12:58 rodent Exp $
+# $NetBSD: Makefile,v 1.3 2017/05/05 06:50:01 adam Exp $
-DISTNAME= ldap3-2.1.1
+DISTNAME= ldap3-2.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/ldap3/}