forked from pool/python-ldap3
Accepting request 915566 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915566 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ldap3?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 1 09:19:50 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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á <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
3
v2.9.1.tar.gz
Normal file
3
v2.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7482a10dabd90e8d3ca3dc9288af3e5c8e9547f5f17f676db1e983cafdd78b9
|
||||
size 974013
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a55ec0a5a1181dc345a73e24488516028e33976852199ea182dca71d3635223
|
||||
size 970490
|
||||
Reference in New Issue
Block a user