pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ldap py-ldap: updated to 3.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c40010210d45
branches:  trunk
changeset: 332355:c40010210d45
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 09 11:51:20 2019 +0000

description:
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

diffstat:

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

diffs (38 lines):

diff -r 5726db431f44 -r c40010210d45 databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Tue Apr 09 11:08:13 2019 +0000
+++ b/databases/py-ldap/Makefile        Tue Apr 09 11:51:20 2019 +0000
@@ -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 @@
 
 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"
diff -r 5726db431f44 -r c40010210d45 databases/py-ldap/distinfo
--- a/databases/py-ldap/distinfo        Tue Apr 09 11:08:13 2019 +0000
+++ b/databases/py-ldap/distinfo        Tue Apr 09 11:51:20 2019 +0000
@@ -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