From 09c6155ffd925b7a4967a1428f5aa3b7933cdf4233a69f9b3a7e565b16e75982 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 16 Sep 2022 08:30:58 +0000 Subject: [PATCH] Accepting request 1003980 from home:firstyear:branches:devel:languages:python - up to upstream release 3.4.3 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 OBS-URL: https://build.opensuse.org/request/show/1003980 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=131 --- python-ldap-3.4.2.tar.gz | 3 --- python-ldap-3.4.3.tar.gz | 3 +++ python-ldap.changes | 17 +++++++++++++++++ python-ldap.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 python-ldap-3.4.2.tar.gz create mode 100644 python-ldap-3.4.3.tar.gz diff --git a/python-ldap-3.4.2.tar.gz b/python-ldap-3.4.2.tar.gz deleted file mode 100644 index 90121c4..0000000 --- a/python-ldap-3.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b16470a0983aaf09a00ffb8f40b69a2446f3d0be639a229256bce381fcb268f7 -size 378058 diff --git a/python-ldap-3.4.3.tar.gz b/python-ldap-3.4.3.tar.gz new file mode 100644 index 0000000..9fbaa81 --- /dev/null +++ b/python-ldap-3.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8db091a11b4b58c318121111fbd6a38f2f53cf67f5c51500dbbfd00e2732196c +size 386530 diff --git a/python-ldap.changes b/python-ldap.changes index 55dd5ba..a92b327 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 16 01:06:45 UTC 2022 - William Brown + +- up to upstream release 3.4.3 + + 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 + ------------------------------------------------------------------- Sun Jul 24 17:36:21 UTC 2022 - Michael Ströder diff --git a/python-ldap.spec b/python-ldap.spec index c24a929..d2ca26c 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -21,7 +21,7 @@ %define skip_python2 1 Name: python-ldap -Version: 3.4.2 +Version: 3.4.3 Release: 0 Summary: Python LDAP interface License: Python-2.0