From 12498bb69c9f666ec322754a0f97371ad0961297ffe1922e6679ec05f81152dd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 25 Jul 2022 15:57:22 +0000 Subject: [PATCH] Accepting request 990896 from home:stroeder:branches:devel:languages:python - update to upstream release 3.4.2 minor release to provide out-of-the-box compatibility with the merge of libldap and libldap_r that happened with OpenLDAP's 2.5 release. OBS-URL: https://build.opensuse.org/request/show/990896 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=129 --- python-ldap-3.4.0.tar.gz | 3 --- python-ldap-3.4.2.tar.gz | 3 +++ python-ldap.changes | 7 +++++++ python-ldap.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 python-ldap-3.4.0.tar.gz create mode 100644 python-ldap-3.4.2.tar.gz diff --git a/python-ldap-3.4.0.tar.gz b/python-ldap-3.4.0.tar.gz deleted file mode 100644 index 7549bb1..0000000 --- a/python-ldap-3.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60464c8fc25e71e0fd40449a24eae482dcd0fb7fcf823e7de627a6525b3e0d12 -size 376169 diff --git a/python-ldap-3.4.2.tar.gz b/python-ldap-3.4.2.tar.gz new file mode 100644 index 0000000..90121c4 --- /dev/null +++ b/python-ldap-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16470a0983aaf09a00ffb8f40b69a2446f3d0be639a229256bce381fcb268f7 +size 378058 diff --git a/python-ldap.changes b/python-ldap.changes index 3bb6c4f..55dd5ba 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Jul 24 17:36:21 UTC 2022 - Michael Ströder + +- update to upstream release 3.4.2 + minor release to provide out-of-the-box compatibility with the merge + of libldap and libldap_r that happened with OpenLDAP's 2.5 release. + ------------------------------------------------------------------- Fri Dec 10 14:13:43 UTC 2021 - Michael Ströder diff --git a/python-ldap.spec b/python-ldap.spec index 09c0f7f..c24a929 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -21,7 +21,7 @@ %define skip_python2 1 Name: python-ldap -Version: 3.4.0 +Version: 3.4.2 Release: 0 Summary: Python LDAP interface License: Python-2.0