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.4.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbed1b4e20d8
branches:  trunk
changeset: 386942:bbed1b4e20d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 18 12:14:34 2022 +0000

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

diffstat:

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

diffs (46 lines):

diff -r f8b7e62e64cb -r bbed1b4e20d8 databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Tue Oct 18 12:02:56 2022 +0000
+++ b/databases/py-ldap/Makefile        Tue Oct 18 12:14:34 2022 +0000
@@ -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/}
diff -r f8b7e62e64cb -r bbed1b4e20d8 databases/py-ldap/PLIST
--- a/databases/py-ldap/PLIST   Tue Oct 18 12:02:56 2022 +0000
+++ b/databases/py-ldap/PLIST   Tue Oct 18 12:14:34 2022 +0000
@@ -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/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
diff -r f8b7e62e64cb -r bbed1b4e20d8 databases/py-ldap/distinfo
--- a/databases/py-ldap/distinfo        Tue Oct 18 12:02:56 2022 +0000
+++ b/databases/py-ldap/distinfo        Tue Oct 18 12:14:34 2022 +0000
@@ -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