pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/py-ldap
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 7 15:09:52 UTC 2017
Modified Files:
pkgsrc/databases/py-ldap: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/py-ldap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/py-ldap/Makefile
diff -u pkgsrc/databases/py-ldap/Makefile:1.76 pkgsrc/databases/py-ldap/Makefile:1.77
--- pkgsrc/databases/py-ldap/Makefile:1.76 Mon Sep 4 18:08:19 2017
+++ pkgsrc/databases/py-ldap/Makefile Thu Sep 7 15:09:52 2017
@@ -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 @@ USE_TOOLS+= pax
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"
Index: pkgsrc/databases/py-ldap/distinfo
diff -u pkgsrc/databases/py-ldap/distinfo:1.36 pkgsrc/databases/py-ldap/distinfo:1.37
--- pkgsrc/databases/py-ldap/distinfo:1.36 Thu Jul 13 07:00:37 2017
+++ pkgsrc/databases/py-ldap/distinfo Thu Sep 7 15:09:52 2017
@@ -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