From b2770f9afb51d17cc87cea9d4490c50faa061d902600bbc052087423841482a8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 1 Sep 2021 18:55:38 +0000 Subject: [PATCH] Accepting request 915437 from home:glaubitz:branches:devel:languages:python - Update to 2.9.1 * new feature: added support for using Kerberos authentication on windows clients using the native winkerberos library * new feature: added support for using Channel Bind tokens with Kerberos authentication on windows clients * fixed a bug related to using start_tls with a RESTARTABLE strategy that caused errors to be raised erroneously. * fixed a bug around the type checking of Reverse DNS Settings with Kerberos authentication * fixed an issue related to decoding unicode strings in LDAP referrals and attributes in python 2 * minor documentation updates and corrections - Fix filename pattern matching in %files section OBS-URL: https://build.opensuse.org/request/show/915437 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap3?expand=0&rev=38 --- python-ldap3.changes | 17 +++++++++++++++++ python-ldap3.spec | 4 ++-- v2.9.1.tar.gz | 3 +++ v2.9.tar.gz | 3 --- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 v2.9.1.tar.gz delete mode 100644 v2.9.tar.gz diff --git a/python-ldap3.changes b/python-ldap3.changes index f76d16c..046057b 100644 --- a/python-ldap3.changes +++ b/python-ldap3.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Sep 1 09:19:50 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 2.9.1 + * new feature: added support for using Kerberos authentication on windows + clients using the native winkerberos library + * new feature: added support for using Channel Bind tokens with Kerberos + authentication on windows clients + * fixed a bug related to using start_tls with a RESTARTABLE strategy that + caused errors to be raised erroneously. + * fixed a bug around the type checking of Reverse DNS Settings + with Kerberos authentication + * fixed an issue related to decoding unicode strings in LDAP referrals + and attributes in python 2 + * minor documentation updates and corrections +- Fix filename pattern matching in %files section + ------------------------------------------------------------------- Wed Jan 27 16:56:28 UTC 2021 - Markéta Machová diff --git a/python-ldap3.spec b/python-ldap3.spec index ecf0ad3..01566f0 100644 --- a/python-ldap3.spec +++ b/python-ldap3.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ldap3 -Version: 2.9 +Version: 2.9.1 Release: 0 Summary: A strictly RFC 4511 conforming LDAP V3 pure Python client License: LGPL-3.0-only @@ -66,6 +66,6 @@ export STRATEGY=SYNC SERVER=EDIR DECODER=INTERNAL %license COPYING.LESSER.txt COPYING.txt LICENSE.txt %doc README.rst %{python_sitelib}/ldap3 -%{python_sitelib}/ldap3-%{version}*-py*.egg-info +%{python_sitelib}/ldap3-*-py*.egg-info %changelog diff --git a/v2.9.1.tar.gz b/v2.9.1.tar.gz new file mode 100644 index 0000000..3fe6e8b --- /dev/null +++ b/v2.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7482a10dabd90e8d3ca3dc9288af3e5c8e9547f5f17f676db1e983cafdd78b9 +size 974013 diff --git a/v2.9.tar.gz b/v2.9.tar.gz deleted file mode 100644 index e28d49f..0000000 --- a/v2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a55ec0a5a1181dc345a73e24488516028e33976852199ea182dca71d3635223 -size 970490