Hello community, here is the log from the commit of package python-ldaptor for openSUSE:Factory checked in at 2020-04-15 19:56:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ldaptor (Old) and /work/SRC/openSUSE:Factory/.python-ldaptor.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ldaptor" Wed Apr 15 19:56:49 2020 rev:2 rq:794167 version:19.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ldaptor/python-ldaptor.changes 2019-09-13 14:58:49.517278525 +0200 +++ /work/SRC/openSUSE:Factory/.python-ldaptor.new.2738/python-ldaptor.changes 2020-04-15 19:56:54.437681861 +0200 @@ -1,0 +2,18 @@ +Wed Apr 15 11:20:25 UTC 2020 - Marketa Calabkova <[email protected]> + +- Update to 19.1.0 + * Basic implementation of ``ldaptor.protocols.pureldap.LDAPSearchResultReference``. + * Explicit ``ldaptor.protocols.ldap.ldaperrors`` classes declaration was made + to allow syntax highlighting for this module. + * Example of using LDAP server with the database. Employees are store in the database table and retrieved + on server initialization. + * ``ldaptor.protocols.pureldap.LDAPPasswordModifyRequest`` string representation now contains + ``userIdentity``, ``oldPasswd`` and ``newPasswd`` attributes. Password attributes are represented as asterisks. + * ``ldaptor.protocols.pureldap.LDAPBindRequest`` string representation is now using asterisks to represent + ``auth`` attribute. + * ``NotImplementedError`` for ``ldaptor.protocols.pureldap.LDAPSearchResultReference`` was fixed. + * StartTLS regression bug was fixed: ``ldaptor.protocols.pureldap.LDAPStartTLSRequest.oid`` and + ``ldaptor.protocols.pureldap.LDAPStartTLSResponse.oid`` must be of bytes type. + * replace direct dependency on pyOpenSSL with Twisted[tls] + +------------------------------------------------------------------- Old: ---- ldaptor-19.0.0.tar.gz New: ---- ldaptor-19.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ldaptor.spec ++++++ --- /var/tmp/diff_new_pack.LgbKkA/_old 2020-04-15 19:56:55.209682441 +0200 +++ /var/tmp/diff_new_pack.LgbKkA/_new 2020-04-15 19:56:55.209682441 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-ldaptor # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ldaptor -Version: 19.0.0 +Version: 19.1.0 Release: 0 Summary: A Pure-Python Twisted library for LDAP License: MIT ++++++ ldaptor-19.0.0.tar.gz -> ldaptor-19.1.0.tar.gz ++++++ ++++ 1719 lines of diff (skipped)
