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:           Mon May 25 09:40:35 UTC 2026

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

Log Message:
py-ldap: updated to 3.4.7

3.4.7 2026-05-19

No code changes, correcting for the fact that the previous release artifacts
uploaded to PyPI contained unintended files.

3.4.6 2026-05-14

Fixes:
* ``attrlist`` parameter is now properly checked before use, avoiding memory
  errors due to type mismatches
* Fixed errors with requestName/requestValue in ``extop.dds``
* ``ldif`` and ``ldap.schema`` modules now actively close sockets as they're
  finished with them

Infrastructure:
* Package no longer requires setuptools-scm


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/databases/py-ldap/Makefile
cvs rdiff -u -r1.53 -r1.54 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.99 pkgsrc/databases/py-ldap/Makefile:1.100
--- pkgsrc/databases/py-ldap/Makefile:1.99      Thu Oct 16 09:36:01 2025
+++ pkgsrc/databases/py-ldap/Makefile   Mon May 25 09:40:35 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2025/10/16 09:36:01 adam Exp $
+# $NetBSD: Makefile,v 1.100 2026/05/25 09:40:35 adam Exp $
 
-DISTNAME=      python_ldap-3.4.5
+DISTNAME=      python_ldap-3.4.7
 PKGNAME=       ${DISTNAME:S/python_/${PYPKGPREFIX}-/}
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-ldap/}
@@ -18,7 +18,6 @@ PREFER.openldap-client=       pkgsrc
 .endif
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-asn1>=0.3.7:../../security/py-asn1
 DEPENDS+=      ${PYPKGPREFIX}-asn1-modules>=0.1.5:../../security/py-asn1-modules
 TEST_DEPENDS+= openldap-server-[0-9]*:../../databases/openldap-server

Index: pkgsrc/databases/py-ldap/distinfo
diff -u pkgsrc/databases/py-ldap/distinfo:1.53 pkgsrc/databases/py-ldap/distinfo:1.54
--- pkgsrc/databases/py-ldap/distinfo:1.53      Thu Oct 16 09:36:01 2025
+++ pkgsrc/databases/py-ldap/distinfo   Mon May 25 09:40:35 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.53 2025/10/16 09:36:01 adam Exp $
+$NetBSD: distinfo,v 1.54 2026/05/25 09:40:35 adam Exp $
 
-BLAKE2s (python_ldap-3.4.5.tar.gz) = 4a3f771363086212c5a2c10da77914d79a34d40128633d5f1568f3fd64bb6160
-SHA512 (python_ldap-3.4.5.tar.gz) = c2561b6ac6deb5ec10006767310414f1754eb010633fb670c0abc4c268ef5c15a3b84b049cc38b78bb56c80853de96d21263fa596067b9abe9501e58496f5bdb
-Size (python_ldap-3.4.5.tar.gz) = 388482 bytes
+BLAKE2s (python_ldap-3.4.7.tar.gz) = 32c2cd04e25472434ebda0907bf6bc1c0b20e12c2e234b323c25d0ff4d9b0053
+SHA512 (python_ldap-3.4.7.tar.gz) = 11c1ce9d5a4ee974ea3ff2f2eddf2d513ccce83072eb40514916e26887430fc366014a7101f5f7bbf55045e29e42c605dd79046a9901ea822fdbff2f8d7c248c
+Size (python_ldap-3.4.7.tar.gz) = 387477 bytes
 SHA1 (patch-Lib_slapdtest___slapdtest.py) = d2f024e735106e97f0b5d48b667e9a40794d3c35
 SHA1 (patch-Makefile) = ef130a8711a94cc070f11baf0d481bbc69ff3910



Home | Main Index | Thread Index | Old Index