diff options
author | adam <adam@pkgsrc.org> | 2011-07-28 08:37:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-07-28 08:37:08 +0000 |
commit | b4efe78113c8b762ef9b6b4e1fabd6d6d6181a6a (patch) | |
tree | 1569e08b0ac6616330ba341beacd4a3848dde1a3 /databases/py-ldap/Makefile | |
parent | 3f8c2280d7771ea9402666ec801d88570fac4332 (diff) | |
download | pkgsrc-b4efe78113c8b762ef9b6b4e1fabd6d6d6181a6a.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/Makefile | 4 |
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/ |