From 0ee29cba2e8ef8ed87996a33630a6c3fc76a970a5388279a9e71a6e14cadd609 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 21:15:27 +0000 Subject: [PATCH] - update to 3.4.4: * Reconnect race condition in ReconnectLDAPObject is now fixed * Socket ownership is now claimed once we've passed it to libldap LDAP_set_option string formats are now compatible with Python 3.12 - use sasl2 - LDAP_FILT_MAXSIZ isn't defined in libldap anymore - changed for openldap2 - fixed neededforbuild (added ldaplib) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=135 --- python-ldap-3.4.3.tar.gz | 3 --- python-ldap-3.4.4.tar.gz | 3 +++ python-ldap.changes | 17 +++++++++++++---- python-ldap.spec | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 python-ldap-3.4.3.tar.gz create mode 100644 python-ldap-3.4.4.tar.gz diff --git a/python-ldap-3.4.3.tar.gz b/python-ldap-3.4.3.tar.gz deleted file mode 100644 index 743c3f1..0000000 --- a/python-ldap-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0 -size 377438 diff --git a/python-ldap-3.4.4.tar.gz b/python-ldap-3.4.4.tar.gz new file mode 100644 index 0000000..ab36b77 --- /dev/null +++ b/python-ldap-3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828 +size 377889 diff --git a/python-ldap.changes b/python-ldap.changes index 433c8bb..cfe71e8 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 14 21:14:57 UTC 2023 - Dirk Müller + +- update to 3.4.4: + * Reconnect race condition in ReconnectLDAPObject is now fixed + * Socket ownership is now claimed once we've passed it to + libldap LDAP_set_option string formats are now compatible + with Python 3.12 + ------------------------------------------------------------------- Mon Aug 14 06:14:37 UTC 2023 - William Brown @@ -628,7 +637,7 @@ Mon May 12 14:17:53 CEST 2003 - mcihar@suse.cz ------------------------------------------------------------------- Fri Jan 31 00:33:50 CET 2003 - ro@suse.de -- use sasl2 +- use sasl2 ------------------------------------------------------------------- Fri Jan 10 17:37:27 CET 2003 - mcihar@suse.cz @@ -640,7 +649,7 @@ Fri Jan 10 17:37:27 CET 2003 - mcihar@suse.cz ------------------------------------------------------------------- Mon Aug 26 12:34:03 CEST 2002 - rhafer@suse.de -- LDAP_FILT_MAXSIZ isn't defined in libldap anymore +- LDAP_FILT_MAXSIZ isn't defined in libldap anymore ------------------------------------------------------------------- Wed Aug 14 13:32:28 CEST 2002 - vinil@suse.cz @@ -670,7 +679,7 @@ Thu Mar 15 14:05:43 CET 2001 - kukuk@suse.de ------------------------------------------------------------------- Thu Mar 15 13:04:03 CET 2001 - ro@suse.de -- changed for openldap2 +- changed for openldap2 ------------------------------------------------------------------- Thu Mar 15 01:08:35 CET 2001 - ro@suse.de @@ -687,7 +696,7 @@ Wed Nov 22 10:48:46 CET 2000 - mt@suse.de ------------------------------------------------------------------- Mon Nov 6 10:03:38 CET 2000 - ro@suse.de -- fixed neededforbuild (added ldaplib) +- fixed neededforbuild (added ldaplib) ------------------------------------------------------------------- Sun Oct 29 09:52:22 CET 2000 - kukuk@suse.de diff --git a/python-ldap.spec b/python-ldap.spec index 413b7c9..c329fdc 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -21,7 +21,7 @@ %define skip_python2 1 Name: python-ldap -Version: 3.4.3 +Version: 3.4.4 Release: 0 Summary: Python LDAP interface License: Python-2.0