pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-ldap Changes 2.4.27:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0399e8e7d357
branches:  trunk
changeset: 352390:0399e8e7d357
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 13 13:45:12 2016 +0000

description:
Changes 2.4.27:
Lib/
* added 'strf_secs' and 'strp_secs' to ldap.functions.__all__
* fixed regression introduced with 2.4.26:
  ldif.LDIFParser did not fully parse LDIF records without trailing empty
  separator line

diffstat:

 databases/py-ldap/Makefile |   5 ++---
 databases/py-ldap/PLIST    |   5 ++++-
 databases/py-ldap/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (49 lines):

diff -r 696bac1ee305 -r 0399e8e7d357 databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Tue Sep 13 12:37:08 2016 +0000
+++ b/databases/py-ldap/Makefile        Tue Sep 13 13:45:12 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.68 2016/07/09 13:03:35 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2016/09/13 13:45:12 adam Exp $
 
-DISTNAME=      python-ldap-2.4.25
+DISTNAME=      python-ldap-2.4.27
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-ldap/}
 
diff -r 696bac1ee305 -r 0399e8e7d357 databases/py-ldap/PLIST
--- a/databases/py-ldap/PLIST   Tue Sep 13 12:37:08 2016 +0000
+++ b/databases/py-ldap/PLIST   Tue Sep 13 13:45:12 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2015/12/27 12:11:36 adam Exp $
+@comment $NetBSD: PLIST,v 1.16 2016/09/13 13:45:12 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -48,6 +48,9 @@
 ${PYSITELIB}/ldap/controls/simple.py
 ${PYSITELIB}/ldap/controls/simple.pyc
 ${PYSITELIB}/ldap/controls/simple.pyo
+${PYSITELIB}/ldap/controls/sss.py
+${PYSITELIB}/ldap/controls/sss.pyc
+${PYSITELIB}/ldap/controls/sss.pyo
 ${PYSITELIB}/ldap/dn.py
 ${PYSITELIB}/ldap/dn.pyc
 ${PYSITELIB}/ldap/dn.pyo
diff -r 696bac1ee305 -r 0399e8e7d357 databases/py-ldap/distinfo
--- a/databases/py-ldap/distinfo        Tue Sep 13 12:37:08 2016 +0000
+++ b/databases/py-ldap/distinfo        Tue Sep 13 13:45:12 2016 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.30 2016/01/18 17:10:30 adam Exp $
+$NetBSD: distinfo,v 1.31 2016/09/13 13:45:12 adam Exp $
 
-SHA1 (python-ldap-2.4.25.tar.gz) = fa058ef9d77e4081d260c4972f6f2a5d4c45f36b
-RMD160 (python-ldap-2.4.25.tar.gz) = 5280adec1a45ab854ae5b3869c0f36b73ed16877
-SHA512 (python-ldap-2.4.25.tar.gz) = c7f45096cd6afd764e0cad0f35bcd49f671bc17d58d88f45a1fa90f8878dbd61cd361a3c53f8e388c06f2ba635343e57342d04bf671094ed38b4d89a4dafb5a8
-Size (python-ldap-2.4.25.tar.gz) = 121573 bytes
+SHA1 (python-ldap-2.4.27.tar.gz) = 5abd5e294ab68a8bdde6997b74565f9db843ee08
+RMD160 (python-ldap-2.4.27.tar.gz) = f05bbdae9fd58c395d7213a4d63642c42ec6ddad
+SHA512 (python-ldap-2.4.27.tar.gz) = 344c8eddf93b7d20439d85180f9084d454edffb9955d7b3e1a89d1eeeee583e0eea6a26a1744cea147296ea783dd7f57751f50aefb7077a564f15bfc9605c367
+Size (python-ldap-2.4.27.tar.gz) = 125094 bytes
 SHA1 (patch-aa) = 5585e305da91a2dd1ae47cb2bff30b1826000ec5



Home | Main Index | Thread Index | Old Index