Tomáš Chvátal
27d629b472
Accepting request 838140 from home:firstyear:branches:devel:languages:python
...
- update to upstream release 3.3.1:
Highlights:
* ``LDAPError`` now contains additional fields, such as ctrls, result, msgid
* ``passwd_s`` can now extract the newly generated password
* LDAP connections can now be made from a file descriptor
This release is tested on Python 3.8, and the beta of Python 3.9.
The following undocumented functions are deprecated and scheduled for removal:
- ``ldap.cidict.strlist_intersection``
- ``ldap.cidict.strlist_minus``
- ``ldap.cidict.strlist_union``
Modules/
* Ensure ReconnectLDAPObject is not left in an inconsistent state after
a reconnection timeout
* Syncrepl now correctly parses SyncInfoMessage when the message is a syncIdSet
* Release GIL around global get/set option call
* Do not leak serverctrls in result functions
* Don't overallocate memory in attrs_from_List()
* Fix thread support check for Python 3
* With OpenLDAP 2.4.48, use the new header openldap.h
Lib/
* Fix some edge cases regarding quoting in the schema tokenizer
* Fix escaping a single space in ldap.escape_dn_chars
* Fix string formatting in ldap.compare_ext_s
* Prefer iterating dict instead of calling dict.keys()
Doc/
* Clarify the relationship between initialize() and LDAPObject()
* Improve documentation of TLS options
* Update FAQ to include Samba AD-DC error message
"Operation unavailable without authentication"
* Fix several incorrect examples and demos
OBS-URL: https://build.opensuse.org/request/show/838140
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=123
2020-09-28 06:36:33 +00:00
Tomáš Chvátal
16f23de5ca
- Reduce the runtime dependencies to match the actual needs
...
* User can use either openldap or 389-ds or anything else
- Run the tests on the package
- Fix the fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=121
2018-12-10 12:24:48 +00:00
Tomáš Chvátal
9241d70d2d
- Do not add version dependency to devel requirement
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=119
2018-12-07 09:20:41 +00:00
Tomáš Chvátal
75759d82db
- Add this package to SLE wrt fate#325747
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=118
2018-12-07 09:20:23 +00:00
Tomáš Chvátal
764204f70b
- Require openldap2-client as some of the binaries are called
...
on the runtime
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=115
2018-08-14 07:01:27 +00:00
Tomáš Chvátal
0a0d889f13
- update to upstream release 3.1.0:
...
* Long-deprecated functions `ldap.open()` and `ldap.init()` are removed
* `LDAPObject.compare_s()` and `compare_ext_s` return bool instead of 0 or 1
* Tons of changes see CHANGES file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=113
2018-08-08 11:47:38 +00:00
Tomáš Chvátal
9e7a346d1d
Accepting request 627947 from home:stroeder:branches:devel:languages:python
...
- update to upstream release 3.1.0
OBS-URL: https://build.opensuse.org/request/show/627947
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=112
2018-08-08 11:41:40 +00:00
Tomáš Chvátal
c398cdfacb
Accepting request 567662 from home:bergmannf:branches:devel:languages:python
...
Reworked changes file to be more concise.
OBS-URL: https://build.opensuse.org/request/show/567662
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=110
2018-01-19 12:11:12 +00:00
233d43305a
Accepting request 543962 from home:stroeder:branches:devel:languages:python
...
update to upstream release 2.5.2
OBS-URL: https://build.opensuse.org/request/show/543962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=108
2017-11-21 08:15:54 +00:00
Michael Ströder
873f202d40
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=106
2017-11-12 17:49:32 +00:00
Michael Ströder
4167dd865d
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=105
2017-11-12 17:49:22 +00:00
Michael Ströder
287565aa10
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
2017-11-12 17:41:56 +00:00
Michael Ströder
335dde0bb0
Accepting request 532813 from home:stroeder:branches:devel:languages:python
...
- update to upstream release 2.4.45
* fixed error handling
OBS-URL: https://build.opensuse.org/request/show/532813
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=101
2017-10-09 15:16:04 +00:00
Michael Ströder
0a3fa17a6f
Accepting request 522189 from home:stroeder:branches:devel:languages:python
...
- update to upstream release 2.4.44
* GIL fix
OBS-URL: https://build.opensuse.org/request/show/522189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=99
2017-09-07 22:24:58 +00:00
Michael Ströder
485b8ea52a
Accepting request 521904 from home:stroeder:branches:devel:languages:python
...
- update to upstream release 2.4.43
* SASL bind fix
OBS-URL: https://build.opensuse.org/request/show/521904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=98
2017-09-07 08:00:08 +00:00
Michael Ströder
746d85b971
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=96
2017-09-04 13:23:51 +00:00
Michael Ströder
1d34cde0ed
Accepting request 520611 from home:stroeder:branches:devel:languages:python
...
- update to upstream release 2.4.42
OBS-URL: https://build.opensuse.org/request/show/520611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=95
2017-09-04 09:01:35 +00:00
Michael Ströder
4d5b082bd9
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=90
2017-07-12 18:07:29 +00:00
Michael Ströder
e746f18b2b
Accepting request 506526 from home:stroeder:branches:devel:languages:python
...
update to upstream release 2.4.40
OBS-URL: https://build.opensuse.org/request/show/506526
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=86
2017-06-27 18:43:17 +00:00
Michael Ströder
5228b54120
Accepting request 500226 from home:stroeder:branches:devel:languages:python
...
update to 2.4.39
OBS-URL: https://build.opensuse.org/request/show/500226
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=84
2017-05-31 20:07:25 +00:00
Jan Matejek
b5b55938e4
- provide python2-ldap to support singlespec packages
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=83
2017-05-18 15:06:32 +00:00
Michael Ströder
909e658df7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=82
2017-04-28 09:06:49 +00:00
Michael Ströder
69d1169675
Accepting request 491443 from home:stroeder:branches:devel:languages:python
...
update to 2.4.37
OBS-URL: https://build.opensuse.org/request/show/491443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=76
2017-04-27 08:50:05 +00:00
Michael Ströder
1a90320b6e
Accepting request 455457 from home:stroeder:branches:devel:languages:python
...
update to 2.4.30 (needed for pyasn1 0.2.x)
OBS-URL: https://build.opensuse.org/request/show/455457
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=74
2017-02-08 10:01:35 +00:00
Michael Ströder
ba3b5394fa
Accepting request 452486 from home:stroeder:branches:devel:languages:python
...
update to 2.4.29
OBS-URL: https://build.opensuse.org/request/show/452486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=72
2017-01-25 20:14:59 +00:00
Michael Ströder
95d18268f5
Accepting request 440799 from home:stroeder:branches:devel:languages:python
...
update to 2.4.28 (tested)
OBS-URL: https://build.opensuse.org/request/show/440799
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=70
2016-11-18 07:36:22 +00:00
Michael Ströder
6f189e9bb5
Accepting request 416375 from home:stroeder:branches:devel:languages:python
...
update to 2.4.27
OBS-URL: https://build.opensuse.org/request/show/416375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=69
2016-08-01 10:52:00 +00:00
Michael Ströder
f40f76510c
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=68
2016-07-24 16:45:22 +00:00
Michael Ströder
c19a53360e
Accepting request 414895 from home:stroeder:branches:devel:languages:python
...
update to 2.4.26
OBS-URL: https://build.opensuse.org/request/show/414895
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=66
2016-07-24 16:39:37 +00:00
Michael Ströder
0a394c64f0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=65
2016-02-23 10:33:40 +00:00
Michael Ströder
0fdf049ea5
Accepting request 358760 from home:stroeder:branches:devel:languages:python
...
removed obsolete stuff
OBS-URL: https://build.opensuse.org/request/show/358760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=62
2016-02-10 17:20:20 +00:00
Michael Ströder
35e9e8a181
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=60
2016-01-18 21:28:34 +00:00
Michael Ströder
97338eafa7
Accepting request 354621 from home:stroeder:branches:devel:languages:python
...
update to 2.4.25
OBS-URL: https://build.opensuse.org/request/show/354621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=59
2016-01-18 15:26:21 +00:00
Michael Ströder
7a3c13711d
Accepting request 354389 from home:stroeder:branches:devel:languages:python
...
update to 2.4.23
OBS-URL: https://build.opensuse.org/request/show/354389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=58
2016-01-17 15:29:20 +00:00
Michael Ströder
11a229b890
Accepting request 340767 from home:stroeder:branches:devel:languages:python
...
update to 2.4.22 (successfully tested)
OBS-URL: https://build.opensuse.org/request/show/340767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=56
2015-10-24 16:40:16 +00:00
Michael Ströder
5e0847df9c
Accepting request 333792 from home:stroeder:branches:devel:languages:python
...
update to 2.4.21
OBS-URL: https://build.opensuse.org/request/show/333792
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=54
2015-09-25 16:46:34 +00:00
Michael Ströder
c6b5f502a0
Accepting request 315477 from home:stroeder:branches:devel:languages:python
...
update to 2.4.20, tested (with web2ldap) on Tumbleweed x86_64
OBS-URL: https://build.opensuse.org/request/show/315477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=52
2015-07-07 13:40:45 +00:00
Michael Ströder
de2d110296
Accepting request 280783 from home:stroeder:branches:devel:languages:python
...
Update to upstream release 2.4.19
OBS-URL: https://build.opensuse.org/request/show/280783
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=50
2015-01-11 13:32:08 +00:00
Michael Ströder
36612cc0cb
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=48
2014-10-09 08:26:30 +00:00
Michael Ströder
f7c7a8559f
Accepting request 252584 from home:stroeder:branches:devel:languages:python
...
Update to upstream release 2.4.17
OBS-URL: https://build.opensuse.org/request/show/252584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=45
2014-09-27 10:11:45 +00:00
Michael Ströder
b68e6f3934
Accepting request 248354 from home:stroeder:branches:devel:languages:python
...
Update to new upstream release 2.4.16
OBS-URL: https://build.opensuse.org/request/show/248354
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=43
2014-09-10 13:51:02 +00:00
Sascha Peilicke
19a8de9ff6
- Set license ot Python-2.0 (according to legal)
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=41
2014-03-28 13:50:51 +00:00
Michael Ströder
86f4947e7f
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=38
2014-03-24 10:29:22 +00:00
Michael Ströder
84982251bc
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=31
2013-06-27 15:51:19 +00:00
Sascha Peilicke
421631d88e
Accepting request 179540 from home:jengelh:sasl
...
- Explicitly specify openssl build dependency
OBS-URL: https://build.opensuse.org/request/show/179540
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=26
2013-06-18 11:32:48 +00:00
Michael Ströder
908c037fd4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=23
2012-06-07 18:44:43 +00:00
Sascha Peilicke
0f7da46d20
Accepting request 110736 from home:stroeder:branches:devel:languages:python
...
Added dependencies on other (recently submitted) packages python-pyasn1 and python-pyasn1-modules
OBS-URL: https://build.opensuse.org/request/show/110736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=19
2012-03-23 11:50:02 +00:00
Sascha Peilicke
11d82bee78
- Remove service
...
- Spec file cleanup:
* Remove outdated sections
* Proper macro usage
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=17
2012-03-16 14:35:11 +00:00
Jan Matejek
80c56db54e
- removed sasl.patch as it is no longer necessary
...
- update to 2.4.3
* requires OpenLDAP 2.4.11 or higher
* improved documentation
* backwards-incompatible API for ldap.control
* a couple new features, e.g. support for OPT_X_TLS_PACKAGE
* improved LDAPv3 support
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=12
2011-10-11 12:53:10 +00:00
Berthold Gunreben
092b443c15
Accepting request 63283 from devel:languages:python
...
Accepted submit request 63283 from user saschpe
OBS-URL: https://build.opensuse.org/request/show/63283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ldap?expand=0&rev=13
2011-03-08 09:31:03 +00:00