diff options
author | adam <adam> | 2011-07-28 08:37:08 +0000 |
---|---|---|
committer | adam <adam> | 2011-07-28 08:37:08 +0000 |
commit | 6f6c032df696a87485cede1979aed3522c25d2e2 (patch) | |
tree | 1569e08b0ac6616330ba341beacd4a3848dde1a3 /databases | |
parent | 4082c613abaa14ef7aab7839224d883b0bb00a08 (diff) | |
download | pkgsrc-6f6c032df696a87485cede1979aed3522c25d2e2.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')
-rw-r--r-- | databases/py-ldap/Makefile | 4 | ||||
-rw-r--r-- | databases/py-ldap/PLIST | 5 | ||||
-rw-r--r-- | databases/py-ldap/distinfo | 8 |
3 files changed, 10 insertions, 7 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/ diff --git a/databases/py-ldap/PLIST b/databases/py-ldap/PLIST index 1511fe24569..4d64ebc61d1 100644 --- a/databases/py-ldap/PLIST +++ b/databases/py-ldap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2011/07/08 10:23:35 adam Exp $ +@comment $NetBSD: PLIST,v 1.9 2011/07/28 08:37:08 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -33,6 +33,9 @@ ${PYSITELIB}/ldap/controls/psearch.pyo ${PYSITELIB}/ldap/controls/readentry.py ${PYSITELIB}/ldap/controls/readentry.pyc ${PYSITELIB}/ldap/controls/readentry.pyo +${PYSITELIB}/ldap/controls/sessiontrack.py +${PYSITELIB}/ldap/controls/sessiontrack.pyc +${PYSITELIB}/ldap/controls/sessiontrack.pyo ${PYSITELIB}/ldap/controls/simple.py ${PYSITELIB}/ldap/controls/simple.pyc ${PYSITELIB}/ldap/controls/simple.pyo diff --git a/databases/py-ldap/distinfo b/databases/py-ldap/distinfo index d2ee7f202f4..8172429b27f 100644 --- a/databases/py-ldap/distinfo +++ b/databases/py-ldap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2011/07/08 10:23:35 adam Exp $ +$NetBSD: distinfo,v 1.15 2011/07/28 08:37:08 adam Exp $ -SHA1 (python-ldap-2.4.1.tar.gz) = 93a7c3e1d815c1d9820cefa4711a9836c3f61871 -RMD160 (python-ldap-2.4.1.tar.gz) = 9dba76bda112088e3c10d30d4629d051dd2db180 -Size (python-ldap-2.4.1.tar.gz) = 120944 bytes +SHA1 (python-ldap-2.4.3.tar.gz) = 4bffa539fd24d5b666ce88fdc59bf3d67e56f2e6 +RMD160 (python-ldap-2.4.3.tar.gz) = ee12e22569ec4af8a2102f70d29cae4164e9bbbc +Size (python-ldap-2.4.3.tar.gz) = 125989 bytes SHA1 (patch-aa) = eca9fea2c766221751b987feaceb829be4e4a9fd |