forked from pool/python-ldap
Accepting request 541096 from home:stroeder:branches:devel:languages:python
- update to upstream release 2.5.1 Changes since 2.4.45: Mandatory prerequisites: - Python 2.7.x - pyasn1 0.3.7+ and pyasn1_modules 0.1.5+ Modules/ * removed unused code schema.c Lib/ * ldap.__version__, ldap.__author__ and ldap.__license__ now imported from new sub-module ldap.pkginfo also to setup.py * Added safety assertion when importing _ldap: ldap.pkginfo.__version__ must match _ldap.__version__ * removed stand-alone module dsml * slapdtest.SlapdObject.restart() just restarts slapd without cleaning any data * Compability changes for pyasn1 0.3.x or newer (thanks to Ilya Etingof and Christian Heimes) * The methods SSSResponseControl.decodeControlValue() and VLVResponseControl.decodeControlValue() now follow the coding convention to use camel-cased ASN.1 name as class attribute name. The old class names are still set for back-ward compability but should not be used in new code because they might be removed in a later release. * removed SSSRequestControl from ldap.controls.KNOWN_RESPONSE_CONTROLS Tests/ * added explicit reconnect tests for ReconnectLDAPObject OBS-URL: https://build.opensuse.org/request/show/541096 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=103
This commit is contained in:
committed by
Git OBS Bridge
parent
b4589e29e1
commit
188ff9cd09
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:824fde180a53772e23edc031c4dd64ac1af4a3eade78f00d9d510937d562f64e
|
||||
size 296804
|
||||
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEQ8hzDoSiDlYHIoBsB9x642qLyTgFAlnbkcwACgkQB9x642qL
|
||||
yTg6fQf/WcJK933pMitueZD2qRuHk6/v9SfjGcCKeFAu75xPmhK7JOxCtnlMIQPi
|
||||
ILzmo9ObzxcZYVz4vBwvKOAq6VLG3O5Udz7CPhbXpjaFN3u75bycbeylqF/zjBl2
|
||||
DTJh9istP255fEMdOl/bdAX78+pI5t4O5ofVaerZKJsdTE+Ndzu24oqlT6jrkyKJ
|
||||
fP3Mrh7kSMMXxjblO9P9M+8GoJjtKi6FXCk1rnBCNkNxUSSvmtMeUSBKk3bAsrBs
|
||||
L4NUijqxKduh/gfCC7U5/xfzNHAL8K009JgCwUOpALljhpWBxHbfvIGiBvK90pe4
|
||||
PDvKViseE/VxVCme5vo6uN0pepOAAw==
|
||||
=kl4w
|
||||
-----END PGP SIGNATURE-----
|
||||
3
python-ldap-2.5.1.tar.gz
Normal file
3
python-ldap-2.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74a1e282c965bdfbd4c414a75b237e40c76395e7dea5e8e1d8a4772fc28524ab
|
||||
size 293615
|
||||
11
python-ldap-2.5.1.tar.gz.asc
Normal file
11
python-ldap-2.5.1.tar.gz.asc
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEQ8hzDoSiDlYHIoBsB9x642qLyTgFAloIhiwACgkQB9x642qL
|
||||
yThuXQf+PQNTxoxT8JjFx9AuBCXEOBm4W9DlbF99a4LQQPhjByI1TnaQ1T5yB4YU
|
||||
S/fNdcEcG3aw3MMoczHuWsbi5wbWLSZ7nL4wV7lqNf80n7JQjKS2yH1Q9Jp18wJZ
|
||||
BHl+RYUrb1JuK2/DWeOs2ZvqQmqkUUBhfFyltvimIxND15y2jb2UdnRjxPWKQ1K1
|
||||
h9BHW1/C5C2qMCq1+kGIHOBD6f2R++f7beuSK6JejAqDcar282g8UfvpjcTNFS2T
|
||||
illVB3IFUKyY8SmxfwGpI6KSvqCtnp3fP7QVbOBf8NhC8un2WGBNv9A82V1y9jgU
|
||||
VZ+Cl49Ugfr8PR4C7FXQhW1BmdDF3g==
|
||||
=IH3i
|
||||
-----END PGP SIGNATURE-----
|
||||
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 12 17:22:21 UTC 2017 - michael@stroeder.com
|
||||
|
||||
- update to upstream release 2.5.1
|
||||
|
||||
Changes since 2.4.45:
|
||||
|
||||
Mandatory prerequisites:
|
||||
- Python 2.7.x
|
||||
- pyasn1 0.3.7+ and pyasn1_modules 0.1.5+
|
||||
|
||||
Modules/
|
||||
* removed unused code schema.c
|
||||
|
||||
Lib/
|
||||
* ldap.__version__, ldap.__author__ and ldap.__license__ now
|
||||
imported from new sub-module ldap.pkginfo also to setup.py
|
||||
* Added safety assertion when importing _ldap:
|
||||
ldap.pkginfo.__version__ must match _ldap.__version__
|
||||
* removed stand-alone module dsml
|
||||
* slapdtest.SlapdObject.restart() just restarts slapd
|
||||
without cleaning any data
|
||||
* Compability changes for pyasn1 0.3.x or newer
|
||||
(thanks to Ilya Etingof and Christian Heimes)
|
||||
* The methods SSSResponseControl.decodeControlValue() and
|
||||
VLVResponseControl.decodeControlValue() now follow the coding
|
||||
convention to use camel-cased ASN.1 name as class attribute name.
|
||||
The old class names are still set for back-ward compability
|
||||
but should not be used in new code because they might be removed
|
||||
in a later release.
|
||||
* removed SSSRequestControl from ldap.controls.KNOWN_RESPONSE_CONTROLS
|
||||
|
||||
Tests/
|
||||
* added explicit reconnect tests for ReconnectLDAPObject
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 15:14:14 UTC 2017 - michael@stroeder.com
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-ldap
|
||||
Version: 2.4.45
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Python LDAP interface
|
||||
License: Python-2.0
|
||||
@@ -36,8 +36,8 @@ BuildRequires: openldap2-devel >= 2.4.11
|
||||
BuildRequires: python-devel >= 2.3
|
||||
BuildRequires: python-setuptools
|
||||
Requires: libldap-2_4-2 >= 2.4.11
|
||||
Requires: python-pyasn1
|
||||
Requires: python-pyasn1-modules
|
||||
Requires: python-pyasn1 >= 0.3.7
|
||||
Requires: python-pyasn1-modules >= 0.1.5
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Reference in New Issue
Block a user