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 Oct 18 12:14:34 UTC 2022

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

Log Message:
py-ldap: updated to 3.4.3

Released 3.4.3 2022-09-15

This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.

The following deprecated option has been brought back:
- ``OPT_X_TLS``

Fixes:
* Sphinx documentation is now successfully built
* pypy3 tests stability was improved
* setup.py deprecation warning is now resolved


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/databases/py-ldap/PLIST
cvs rdiff -u -r1.50 -r1.51 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.93 pkgsrc/databases/py-ldap/Makefile:1.94
--- pkgsrc/databases/py-ldap/Makefile:1.93      Mon Sep  5 13:28:07 2022
+++ pkgsrc/databases/py-ldap/Makefile   Tue Oct 18 12:14:34 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2022/09/05 13:28:07 adam Exp $
+# $NetBSD: Makefile,v 1.94 2022/10/18 12:14:34 adam Exp $
 
-DISTNAME=      python-ldap-3.4.2
+DISTNAME=      python-ldap-3.4.3
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-ldap/}

Index: pkgsrc/databases/py-ldap/PLIST
diff -u pkgsrc/databases/py-ldap/PLIST:1.22 pkgsrc/databases/py-ldap/PLIST:1.23
--- pkgsrc/databases/py-ldap/PLIST:1.22 Mon Sep  5 13:28:07 2022
+++ pkgsrc/databases/py-ldap/PLIST      Tue Oct 18 12:14:34 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2022/09/05 13:28:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/10/18 12:14:34 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -72,9 +72,6 @@ ${PYSITELIB}/ldap/extop/__init__.pyo
 ${PYSITELIB}/ldap/extop/dds.py
 ${PYSITELIB}/ldap/extop/dds.pyc
 ${PYSITELIB}/ldap/extop/dds.pyo
-${PYSITELIB}/ldap/extop/disconnection.py
-${PYSITELIB}/ldap/extop/disconnection.pyc
-${PYSITELIB}/ldap/extop/disconnection.pyo
 ${PYSITELIB}/ldap/extop/passwd.py
 ${PYSITELIB}/ldap/extop/passwd.pyc
 ${PYSITELIB}/ldap/extop/passwd.pyo

Index: pkgsrc/databases/py-ldap/distinfo
diff -u pkgsrc/databases/py-ldap/distinfo:1.50 pkgsrc/databases/py-ldap/distinfo:1.51
--- pkgsrc/databases/py-ldap/distinfo:1.50      Mon Sep  5 13:28:07 2022
+++ pkgsrc/databases/py-ldap/distinfo   Tue Oct 18 12:14:34 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2022/09/05 13:28:07 adam Exp $
+$NetBSD: distinfo,v 1.51 2022/10/18 12:14:34 adam Exp $
 
-BLAKE2s (python-ldap-3.4.2.tar.gz) = 19a6df7745c29f23728a2769e320bcae4210760237077d7e99cb3a3d624e286b
-SHA512 (python-ldap-3.4.2.tar.gz) = 49edfabe7541d9f9a0574423fdb7b6098485f52e16b0d561780e9983e0fdfc072c82c55e8e485e527e2bdc6b18e0feb248198dc5ca8a8cbec50f59c95beacf81
-Size (python-ldap-3.4.2.tar.gz) = 378058 bytes
+BLAKE2s (python-ldap-3.4.3.tar.gz) = 6da520cf83b72b691a94a9d69d0be3c6b27f0167f288c44d25a3f40c435ac794
+SHA512 (python-ldap-3.4.3.tar.gz) = 86d038d91a3075ca3fef05e444a3aa1899275003783bd195fa4f3558496d4350051c5620316cc144bf9c0f96dd77fcdab68149d299390147295464a72bd4146f
+Size (python-ldap-3.4.3.tar.gz) = 377438 bytes
 SHA1 (patch-Lib_slapdtest___slapdtest.py) = d2f024e735106e97f0b5d48b667e9a40794d3c35
 SHA1 (patch-Makefile) = ef130a8711a94cc070f11baf0d481bbc69ff3910



Home | Main Index | Thread Index | Old Index