Revisions of python-ldap

buildservice-autocommit accepted request 1133198 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 136)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 135)
- update to 3.4.4:
  * Reconnect race condition in ReconnectLDAPObject is now fixed
  * Socket ownership is now claimed once we've passed it to
    libldap LDAP_set_option string formats are now compatible
    with Python 3.12
- use sasl2
- LDAP_FILT_MAXSIZ isn't defined in libldap anymore
- changed for openldap2
- fixed neededforbuild (added ldaplib)
buildservice-autocommit accepted request 1103858 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 134)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1103789 from William Brown's avatar William Brown (firstyear) (revision 133)
- Re-run source download due to file differences.
buildservice-autocommit accepted request 1004054 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 132)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1003980 from William Brown's avatar William Brown (firstyear) (revision 131)
- up to upstream release 3.4.3
  This is a minor release to bring back the removed OPT_X_TLS option.
  Please note, it's still a deprecated option and it will be removed in 3.5.0.
  The following deprecated option has been brought back:
  * OPT_X_TLS
  * Fixes:
  - Sphinx documentation is now successfully built
  _ pypy3 tests stability was improved
  _ setup.py deprecation warning is now resolved
buildservice-autocommit accepted request 991064 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 130)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 990896 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 129)
- update to upstream release 3.4.2
  minor release to provide out-of-the-box compatibility with the merge
  of libldap and libldap_r that happened with OpenLDAP's 2.5 release.
buildservice-autocommit accepted request 962609 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 128)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 127)
Fix changelog
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 939167 from Michael Ströder's avatar Michael Ströder (stroeder) (revision 126)
- skip Python 2 builds
- set PATH when running tests
- update to upstream release 3.4.0
  * Security fixes:
    - Fix inefficient regular expression which allows denial-of-service attacks
    - when parsing specially-crafted LDAP schema.
    - (GHSL-2021-117)
  * Changes:
    - On MacOS, remove option to make LDAP connections from a file descriptor
    - when built with the system libldap (which lacks the underlying function,
    - ldap_init_fd)
    - Attribute values of the post read control are now bytes
    - instead of ISO8859-1 decoded str
    - LDAPUrl now treats urlscheme as case-insensitive
    - Several OpenLDAP options are now supported:
        - OPT_X_TLS_REQUIRE_SAN
        - OPT_X_SASL_SSF_EXTERNAL
        - OPT_X_TLS_PEERCERT
  * Fixes:
    - The copy() method of cidict was added back. It was unintentionally
    - removed in 3.3.0
    - Fixed getting/setting SASL options on big endian platforms
    - Unknown LDAP result code are now converted to LDAPexception,
    - rather than raising a SystemError.
  * slapdtest:
    - Show stderr of slapd -Ttest
    - SlapdObject uses directory-based configuration of slapd
    - SlapdObject startup is now faster
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 918915 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 125)
- %check: use %pyunittest_arch rpm macro
buildservice-autocommit accepted request 838190 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 124)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) accepted request 838140 from William Brown's avatar William Brown (firstyear) (revision 123)
- 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
buildservice-autocommit accepted request 656823 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 122)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 121)
- 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
buildservice-autocommit accepted request 655978 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 120)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 119)
- Do not add version dependency to devel requirement
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 118)
- Add this package to SLE wrt fate#325747
buildservice-autocommit accepted request 629178 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 117)
baserev update by copy to link target
Displaying revisions 1 - 20 of 136
openSUSE Build Service is sponsored by