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 Jul 13 07:00:37 UTC 2017

Modified Files:
        pkgsrc/databases/py-ldap: Makefile distinfo

Log Message:
2.4.41:
Lib/
* Added support for increment: lines in LDIF changes records


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.35 -r1.36 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.74 pkgsrc/databases/py-ldap/Makefile:1.75
--- pkgsrc/databases/py-ldap/Makefile:1.74      Mon Jul  3 20:51:19 2017
+++ pkgsrc/databases/py-ldap/Makefile   Thu Jul 13 07:00:37 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2017/07/03 20:51:19 adam Exp $
+# $NetBSD: Makefile,v 1.75 2017/07/13 07:00:37 adam Exp $
 
-DISTNAME=      python-ldap-2.4.40
+DISTNAME=      python-ldap-2.4.41
 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.38
+PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # not yet ported as of 2.4.41
 
 .include "options.mk"
 

Index: pkgsrc/databases/py-ldap/distinfo
diff -u pkgsrc/databases/py-ldap/distinfo:1.35 pkgsrc/databases/py-ldap/distinfo:1.36
--- pkgsrc/databases/py-ldap/distinfo:1.35      Mon Jul  3 20:51:19 2017
+++ pkgsrc/databases/py-ldap/distinfo   Thu Jul 13 07:00:37 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2017/07/03 20:51:19 adam Exp $
+$NetBSD: distinfo,v 1.36 2017/07/13 07:00:37 adam Exp $
 
-SHA1 (python-ldap-2.4.40.tar.gz) = 567c37315bd2de5bf6bd29e1e09f7c27ceaf8e4f
-RMD160 (python-ldap-2.4.40.tar.gz) = 88acc84104d3506b2cdb5fcffe1b5145fb4ff60f
-SHA512 (python-ldap-2.4.40.tar.gz) = 6d1ba54029ee521c4abcf6146ab29d76fe0673d7b9020f30a986f0b3977a784daf3ae2099b66d192a18e074c3fcd727d79321421913894bb31313345ff2e75e6
-Size (python-ldap-2.4.40.tar.gz) = 298133 bytes
+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 (patch-aa) = 5585e305da91a2dd1ae47cb2bff30b1826000ec5



Home | Main Index | Thread Index | Old Index