15
0
forked from pool/python-ldap

Accepting request 109646 from home:stroeder:branches:devel:languages:python

Changes since 2.4.3:
- Fixes for ReconnectLDAPObject
- More improvements for various LDAPv3 controls
- Fixed memory leaks
- Fixed locking issue in LDAPObject
- new experimental(!) sub-module ldap.syncrepl
- some updates to docs

OBS-URL: https://build.opensuse.org/request/show/109646
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=16
This commit is contained in:
Sascha Peilicke
2012-03-16 13:25:48 +00:00
committed by Git OBS Bridge
parent ce37a4055d
commit 2dad762569
4 changed files with 10 additions and 7 deletions

3
_service Normal file
View File

@@ -0,0 +1,3 @@
<services>
<service name="download_files"/>
</services>

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:247c29f30faf016f0d1dbe702a5026a4633dfa9b8b90c7ef46de68a58424ee8b
size 133453

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:88fb00ed5811e3df49d0f28317a48be2ae7e46252e473923005c7eb292d25e9d
size 125989

View File

@@ -19,12 +19,12 @@
Name: python-ldap
BuildRequires: fdupes krb5-devel openldap2-devel >= 2.4.11 python-devel
Requires: openldap2-client >= 2.4.11
License: Public Domain, Freeware
BuildRequires: fdupes krb5-devel cyrus-sasl-devel openldap2-devel >= 2.4.11 python-devel
Requires: libldap-2_4-2 >= 2.4.11
License: SUSE-Public-Domain
Group: Development/Libraries/Python
AutoReqProv: on
Version: 2.4.3
Version: 2.4.9
Release: 1
Summary: Python LDAP interface
Url: http://www.python-ldap.org/