Revisions of python-ldap3

buildservice-autocommit accepted request 1142817 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 42)
baserev update by copy to link target
Antonio Larrosa's avatar Antonio Larrosa (alarrosa) accepted request 1142814 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 41)
- Fix (C) line in spec file
buildservice-autocommit accepted request 1092400 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 40)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1092292 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 39)
- Add %{?sle15_python_module_pythons}
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 915437 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 38)
- 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
buildservice-autocommit accepted request 867447 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 37)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 867413 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 36)
- Update to 2.9
  * SafeSync strategy (SAFE_SYNC) for using a synchronous Connection 
    object in a multi-threading program
  * try to use Crypto library if present for hashing NTLM password 
    on python interpreter missing the MD4 OpenSSL algorithm
  * SafeRestartable strategy (SAFE_RESTARTABLE) for using a restartable 
    Connection object in a multi-threading program
  * many smaller changes and bugfixes
- Rebase skip-missing-LDAP-server.patch
  * suprisingly still needed
buildservice-autocommit accepted request 822513 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 35)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 34)
Actually remove BR, not just comment it out
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 33)
- Add skip-missing-LDAP-server.patch to skip over tests failing because
  of the missing local LDAP server running (gh#cannatag/ldap3#843).
buildservice-autocommit accepted request 805890 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 32)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 805882 from Antonio Larrosa's avatar Antonio Larrosa (alarrosa) (revision 31)
- python-ldap3 actually requires at least python-pyasn1 0.4.6 since
  it uses PyAsn1UnicodeDecodeError which was introduced in that version
buildservice-autocommit accepted request 784056 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 30)
baserev update by copy to link target
buildservice-autocommit accepted request 738354 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 28)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 27)
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
buildservice-autocommit accepted request 736797 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 26)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 25)
- Update to 2.6.1:
  - added eDirectory 9.1.4 (EDIR_9_1_4) to offline schemas
  - added json converter for timedelta (thanks dirkjanm)
  - strip parameter defaults to False in utils.dn.parse_dn()
  - escaped space is allowed as trailing character in attribute_value in utils.dn.parse_dn() (thanks phi1010)
  - connection.extend.standard.paged_search doesn't raise exceptions when raise_exceptions is False
  - the Search operation returns the entries fetched by the server when size or time limits are reached even if raise_exceptions is set to True
  - Handle the minimum value that can be stored in an Int64 in format_ad_timedelta (thanks mprahl)
  - EntryState: `entry_raw_attributes` is populated instead of `raw_attributes` (thanks Christian)
  - Removed restriction to perform rename and move simultaneously in modify_dn (thanks Fabian)
  - fixed checking for hexdigits in parse_dn (thanks Michael)
  - fixed escaping when multiple backslashes are present in parse_dn (thanks Phillip)
  - fixed multiple NoneType exceptions in entry_to_json() (thanks David and cfelder)
  - allowing Microsoft specific syntax (<WKGUID=xxx>) for WellKnownObjects in DN (thanks David)
  - connection.extend.standard.paged_search() now follows referrals when auto_referrals=True (thanks kprativa)
  - fixed a bug in decoding replica list in connection.extend.novell.list_replicas()
  - fixed a bug when adding duplicate alias in CaseInsensitiveWithAliasDict()
  - added ignore_duplicates=False in set_aliases in CaseInsensitiveWithAliasDict() to ignore a duplicate alias (either in aliases or in keys)
  - Schema info now uses CaseInsensitiveWithAlias dict as default so object and attributes can also be referentiated with OID (thanks ahoffm11)
  - added block mode and timeout parameters to next() method of persistent_search
  - when using the pyasn1 decoder raw_dn is not returned as a pyasn1 object anymore but as bytes
  - Return offset timezone aware datetime for max AD timestamp (thanks Jussi)
buildservice-autocommit accepted request 703011 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 24)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 703010 from Gary Smith's avatar Gary Smith (gary_smith) (revision 23)
- update to version 2.6
# 2.6 - 2019.03.24
    - fixed empty digestMd5.py file in 2.5.2 package
    - explicitly declare digest module md5 in util.ntlm (thanks adawalli)
    - change object passed to modify() was unexpectedly mutated (thanks John)
    - added LDAPInfoError exception
    - added Server.has_control(control) method to check if a server has a specific control
    - added Server.has_extension(extension) method to check if a server has a specific extension
    - added Server.has_feature(feature) method to check if a server has a specific feature
    - fixed checking of \\ in safe_dn (thanks Maxim)
    - fixed uuid checking with 5c byte value
    - added single=True parameter to the ServerPool object definition. Servers state is shared between connections using the same pool
    - updated copyright notice
Displaying revisions 1 - 20 of 42
openSUSE Build Service is sponsored by