pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-ldap 2.4.43:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6d0f12d4790
branches:  trunk
changeset: 367825:c6d0f12d4790
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 07 15:09:52 2017 +0000

description:
2.4.43:

Lib/
* fixed passing all arguments from LDAPObject.sasl_non_interactive_bind_s()
  to LDAPObject.sasl_interactive_bind_s()

Tests/
* added test for LDAPObject.sasl_external_bind_s()

Doc/
* added docs for SASL bind methods
* more references
* better sorting of LDAPObject methods


2.4.42:

Lib/
* added new SlapdObject methods _ln_schema_files() and
  _create_sub_dirs()
* SlapdObject methods setup_rundir() and gen_config()
  are now "public" methods
* removed pseudo test script from module ldap.cidict

Tests/
* added sub-module for testing class ldap.cidict.cidict
* avoid deprecated method alias unittest.TestCase.assertEquals

diffstat:

 databases/py-ldap/Makefile |   6 +++---
 databases/py-ldap/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 9de825998638 -r c6d0f12d4790 databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Thu Sep 07 15:05:00 2017 +0000
+++ b/databases/py-ldap/Makefile        Thu Sep 07 15:09:52 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2017/09/04 18:08:19 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2017/09/07 15:09:52 adam Exp $
 
-DISTNAME=      python-ldap-2.4.41
+DISTNAME=      python-ldap-2.4.43
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-ldap/}
@@ -15,7 +15,7 @@
 PY_LDAP_LIBRARY_DIRS=          ${BUILDLINK_PREFIX.openldap-client}/lib
 PY_LDAP_INCLUDE_DIRS=          ${BUILDLINK_PREFIX.openldap-client}/include
 PY_LDAP_LIBS=                  ldap_r lber ssl crypto
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.4.41
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.4.43
 
 .include "options.mk"
 
diff -r 9de825998638 -r c6d0f12d4790 databases/py-ldap/distinfo
--- a/databases/py-ldap/distinfo        Thu Sep 07 15:05:00 2017 +0000
+++ b/databases/py-ldap/distinfo        Thu Sep 07 15:09:52 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2017/07/13 07:00:37 adam Exp $
+$NetBSD: distinfo,v 1.37 2017/09/07 15:09:52 adam Exp $
 
-SHA1 (python-ldap-2.4.41.tar.gz) = 2dd036b531385605ddce4026e3ef199836ef0beb
-RMD160 (python-ldap-2.4.41.tar.gz) = fd993dcddb9852eb759d41625497524d6c124dbf
-SHA512 (python-ldap-2.4.41.tar.gz) = 808ad7cc7380c8acfcd7b23e79b8d6a3bf58e1e1ecdd921b1e6cdf476f61bbbdd270d4739479e4afd5714e5e77245e0f25a9d34448f87593a8475e6193c0dbc3
-Size (python-ldap-2.4.41.tar.gz) = 298212 bytes
+SHA1 (python-ldap-2.4.43.tar.gz) = 8d432d0b5c18a6a4e5cd77b707ce0fbde606b49e
+RMD160 (python-ldap-2.4.43.tar.gz) = 36de17dc5793e795d8bb261bca1cda6c03921e78
+SHA512 (python-ldap-2.4.43.tar.gz) = 3876d83603afd9b13c89d192d6bc38505dc7769d48d731b51b1de442cd18eb594e2081aaad4ebe513c5fb8a027c394a67d604ad6563b56f1594e3b311bc852f1
+Size (python-ldap-2.4.43.tar.gz) = 298183 bytes
 SHA1 (patch-aa) = 5585e305da91a2dd1ae47cb2bff30b1826000ec5



Home | Main Index | Thread Index | Old Index