Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ldap3 for openSUSE:Factory 
checked in at 2021-01-28 21:28:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ldap3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-ldap3.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ldap3"

Thu Jan 28 21:28:51 2021 rev:14 rq:867447 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ldap3/python-ldap3.changes        
2020-07-24 12:09:32.705813897 +0200
+++ /work/SRC/openSUSE:Factory/.python-ldap3.new.28504/python-ldap3.changes     
2021-01-28 21:28:52.320235008 +0100
@@ -1,0 +2,14 @@
+Wed Jan 27 16:56:28 UTC 2021 - Mark??ta Machov?? <mmach...@suse.com>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  v2.7.tar.gz

New:
----
  v2.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ldap3.spec ++++++
--- /var/tmp/diff_new_pack.nRStqv/_old  2021-01-28 21:28:53.116236204 +0100
+++ /var/tmp/diff_new_pack.nRStqv/_new  2021-01-28 21:28:53.120236210 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ldap3
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 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-ldap3
-Version:        2.7
+Version:        2.9
 Release:        0
 Summary:        A strictly RFC 4511 conforming LDAP V3 pure Python client
 License:        LGPL-3.0-only
@@ -66,6 +66,6 @@
 %license COPYING.LESSER.txt COPYING.txt LICENSE.txt
 %doc README.rst
 %{python_sitelib}/ldap3
-%{python_sitelib}/ldap3-%{version}-py*.egg-info
+%{python_sitelib}/ldap3-%{version}*-py*.egg-info
 
 %changelog

++++++ skip-missing-LDAP-server.patch ++++++
--- /var/tmp/diff_new_pack.nRStqv/_old  2021-01-28 21:28:53.144236247 +0100
+++ /var/tmp/diff_new_pack.nRStqv/_new  2021-01-28 21:28:53.144236247 +0100
@@ -1,16 +1,10 @@
---- a/test/config.py
-+++ b/test/config.py
-@@ -25,6 +25,7 @@ from os import environ, remove
- from os import path
- from random import SystemRandom
- from tempfile import gettempdir
-+from unittest import SkipTest
- 
- from ldap3 import SIMPLE, SYNC, ROUND_ROBIN, IP_V6_PREFERRED, 
IP_SYSTEM_DEFAULT, Server, Connection,\
-     ServerPool, SASL, STRING_TYPES, get_config_parameter, 
set_config_parameter, \
-@@ -380,7 +381,7 @@ elif location == 'W10GC9227-AD':
-     test_logging_filename = path.join(gettempdir(), 'ldap3.log')
-     test_valid_names = ['10.160.201.232']
+Index: ldap3-2.8/test/config.py
+===================================================================
+--- ldap3-2.8.orig/test/config.py
++++ ldap3-2.8/test/config.py
+@@ -443,7 +443,7 @@ elif location.endswith('-NONE'):
+     test_logging_filename = 'ldap3-none.log'
+     test_valid_names = None
  else:
 -    raise Exception('testing location ' + location + ' is not valid')
 +    raise SkipTest('testing location ' + location + ' is not valid')

++++++ v2.7.tar.gz -> v2.9.tar.gz ++++++
++++ 5414 lines of diff (skipped)

Reply via email to