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
This commit is contained in:
parent
ba33d41371
commit
7c2f224838
3 changed files with 11 additions and 9 deletions
|
@ -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/}
|
||||
|
||||
|
|
|
@ -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/sessiontrack.pyo
|
|||
${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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue