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: Tue Apr 9 11:51:20 UTC 2019
Modified Files:
pkgsrc/databases/py-ldap: Makefile distinfo
Log Message:
py-ldap: updated to 3.2.0
Release 3.2.0:
Lib/
* Add support for X-ORIGIN in ldap.schema's ObjectClass
* Make initialize() pass extra keyword arguments to LDAPObject
* ldap.controls.sss: use str instead of basestring on Python 3
* Provide ldap._trace_* atributes in non-debug mode
Doc/
* Fix ReST syntax for links to set_option and get_option
Tests/
* Use intersphinx to link to Python documentation
* Correct type of some attribute values to bytes
* Use system-specific ENOTCONN value
Infrastructure:
* Add testing and document support for Python 3.7
* Add Python 3.8-dev to Tox and CI configuration
* Add Doc/requirements.txt for building on Read the Docs
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.42 -r1.43 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.82 pkgsrc/databases/py-ldap/Makefile:1.83
--- pkgsrc/databases/py-ldap/Makefile:1.82 Tue Oct 23 08:58:27 2018
+++ pkgsrc/databases/py-ldap/Makefile Tue Apr 9 11:51:20 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2018/10/23 08:58:27 adam Exp $
+# $NetBSD: Makefile,v 1.83 2019/04/09 11:51:20 adam Exp $
-DISTNAME= python-ldap-3.1.0
+DISTNAME= python-ldap-3.2.0
PKGNAME= ${DISTNAME:S/python/${PYPKGPREFIX}/}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/python-ldap/}
@@ -12,6 +12,10 @@ LICENSE= python-software-foundation
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.3.7:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.1.5:../../security/py-asn1-modules
+TEST_DEPENDS+= openldap-server-[0-9]*:../../databases/openldap-server
+TEST_ENV+= BIN=${PREFIX}/bin
+TEST_ENV+= SBIN=${PREFIX}/sbin
+TEST_ENV+= SLAPD=${PREFIX}/libexec/slapd
.include "../../databases/openldap-client/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
Index: pkgsrc/databases/py-ldap/distinfo
diff -u pkgsrc/databases/py-ldap/distinfo:1.42 pkgsrc/databases/py-ldap/distinfo:1.43
--- pkgsrc/databases/py-ldap/distinfo:1.42 Tue Oct 23 08:58:27 2018
+++ pkgsrc/databases/py-ldap/distinfo Tue Apr 9 11:51:20 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2018/10/23 08:58:27 adam Exp $
+$NetBSD: distinfo,v 1.43 2019/04/09 11:51:20 adam Exp $
-SHA1 (python-ldap-3.1.0.tar.gz) = 3735d44524f096e145c91c486c8b1984b6d0122f
-RMD160 (python-ldap-3.1.0.tar.gz) = 0f59a80b72e659458ce703c689ecb0336eb0639c
-SHA512 (python-ldap-3.1.0.tar.gz) = 71948cbae1c9a47f9e68fb8c6d65d91a2992261dd9aa535a0453f5733be1c2a25be1dda3c84abc6bdebab92150c89cc8caa757454331a0303de4fa46788b414a
-Size (python-ldap-3.1.0.tar.gz) = 366019 bytes
+SHA1 (python-ldap-3.2.0.tar.gz) = f0658ddeffd4c059bb804890b80c00d62b70be60
+RMD160 (python-ldap-3.2.0.tar.gz) = 846bf38cb166f478f2cf401f889ad7ecd39b05c5
+SHA512 (python-ldap-3.2.0.tar.gz) = ef2833739fd57ad26d97ae5dba3bca8a47e770ff3f113d06a5bed0841f8fcbbe6cd102e75c753dfff48f5f6041f46a91c6166f3bb9ca44ef9bd643c0666c6b23
+Size (python-ldap-3.2.0.tar.gz) = 367645 bytes
Home |
Main Index |
Thread Index |
Old Index