git: 958619137382 - main - net/py-ldap: update to 3.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Nov 2023 01:26:28 UTC
The branch main has been updated by rm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9586191373827a5b2aed6ee77e9aa8cb63b36594
commit 9586191373827a5b2aed6ee77e9aa8cb63b36594
Author: Ruslan Makhmatkhanov <rm@FreeBSD.org>
AuthorDate: 2023-11-17 01:24:04 +0000
Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org>
CommitDate: 2023-11-17 01:24:04 +0000
net/py-ldap: update to 3.4.3
Changes:
https://github.com/python-ldap/python-ldap/releases/tag/python-ldap-3.4.2
https://github.com/python-ldap/python-ldap/releases/tag/python-ldap-3.4.3
---
net/py-ldap/Makefile | 2 +-
net/py-ldap/distinfo | 6 +++---
net/py-ldap/files/patch-setup.cfg | 11 -----------
3 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/net/py-ldap/Makefile b/net/py-ldap/Makefile
index 80b13b9c0f25..b84ec4926238 100644
--- a/net/py-ldap/Makefile
+++ b/net/py-ldap/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ldap
-DISTVERSION= 3.4.0
+DISTVERSION= 3.4.3
CATEGORIES= net python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net/py-ldap/distinfo b/net/py-ldap/distinfo
index eec34c140c1a..625aa74a2765 100644
--- a/net/py-ldap/distinfo
+++ b/net/py-ldap/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1638441029
-SHA256 (python-ldap-3.4.0.tar.gz) = 60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12
-SIZE (python-ldap-3.4.0.tar.gz) = 376169
+TIMESTAMP = 1700183390
+SHA256 (python-ldap-3.4.3.tar.gz) = ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0
+SIZE (python-ldap-3.4.3.tar.gz) = 377438
diff --git a/net/py-ldap/files/patch-setup.cfg b/net/py-ldap/files/patch-setup.cfg
deleted file mode 100644
index 9f2d026245dc..000000000000
--- a/net/py-ldap/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig 2020-06-29 14:13:36 UTC
-+++ setup.cfg
-@@ -5,7 +5,7 @@ license_file = LICENCE
- defines = HAVE_SASL HAVE_TLS HAVE_LIBLDAP_R
- extra_compile_args =
- extra_objects =
--libs = ldap_r lber
-+libs = ldap lber
-
- [install]
- compile = 1