summaryrefslogtreecommitdiff
path: root/databases/py-ldap/Makefile
diff options
context:
space:
mode:
authoradam <adam>2011-07-28 08:37:08 +0000
committeradam <adam>2011-07-28 08:37:08 +0000
commit515a3766456735f524ede6bc495757fd9f87a609 (patch)
tree1569e08b0ac6616330ba341beacd4a3848dde1a3 /databases/py-ldap/Makefile
parent636270a5ede9a199a8ff4ae6b1e15d6e0e6333cc (diff)
downloadpkgsrc-515a3766456735f524ede6bc495757fd9f87a609.tar.gz
Changes 2.4.3:
Lib/ * Mostly corrected/updated __doc__ strings Doc/ * Corrected rst files * Added missing modules, functions, classes, methods, parameters etc. at least as auto-generated doc Changes 2.4.2: Logging: * pprint.pformat() is now used when writing method/function arguments to the trace log ldap.schema.subentry: * SubSchema.__init__() now has new key-word argument check_uniqueness which enables checking whether OIDs are unique in the subschema subentry * Code-cleaning: consequent use of method SubSchema.getoid() instead of accessing SubSchema.name2oid directly. * SubSchema.getoid() and SubSchema.getoid() now have key-word argument raise_keyerror=0 and raise KeyError with appropriate description.
Diffstat (limited to 'databases/py-ldap/Makefile')
-rw-r--r--databases/py-ldap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-ldap/Makefile b/databases/py-ldap/Makefile
index a8b36b1ed35..53082c0d271 100644
--- a/databases/py-ldap/Makefile
+++ b/databases/py-ldap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2011/07/08 10:23:35 adam Exp $
+# $NetBSD: Makefile,v 1.43 2011/07/28 08:37:08 adam Exp $
-DISTNAME= python-ldap-2.4.1
+DISTNAME= python-ldap-2.4.3
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= databases python
MASTER_SITES= http://pypi.python.org/packages/source/p/python-ldap/