[Python-modules-commits] [python-ldap3] branch master updated (7e052e2 -> 9f8ec1f)

Brian May bam at moszumanska.debian.org
Wed Nov 18 23:39:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a change to branch master
in repository python-ldap3.

      from  7e052e2   change target to unstable
       new  a2ec7f5   Import python-ldap3_0.9.9.3.orig.tar.gz
       new  3f80ea2   record new upstream branch created by importing python-ldap3_0.9.9.3.orig.tar.gz and merge it
       new  9f8ec1f   Version 0.9.9.3-1.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 PKG-INFO                                           |    6 +-
 README.rst                                         |    2 +-
 _version.json                                      |    4 +-
 debian/.git-dpm                                    |   14 +-
 debian/changelog                                   |    6 +
 ldap3.egg-info/PKG-INFO                            |    6 +-
 ldap3.egg-info/SOURCES.txt                         |    3 +
 ldap3/__init__.py                                  |  746 ++++-----
 ldap3/abstract/entry.py                            |  400 ++---
 ldap3/abstract/reader.py                           | 1022 ++++++-------
 ldap3/core/connection.py                           |   60 +-
 ldap3/core/exceptions.py                           | 1154 +++++++-------
 ldap3/core/pooling.py                              |  570 +++----
 ldap3/core/server.py                               |  147 +-
 ldap3/core/usage.py                                |   68 +-
 ldap3/extend/__init__.py                           |   16 +-
 ldap3/extend/microsoft/dirSync.py                  |   91 ++
 ldap3/operation/bind.py                            |    2 +-
 ldap3/operation/search.py                          |   14 +-
 .../standard/whoAmI.py => protocol/controls.py}    |   26 +-
 ldap3/protocol/convert.py                          |    7 +-
 ldap3/protocol/formatters/standard.py              |    5 +-
 ldap3/protocol/microsoft.py                        |  103 +-
 ldap3/protocol/rfc2696.py                          |   12 +-
 ldap3/protocol/rfc4512.py                          | 1606 ++++++++++----------
 ldap3/strategy/async.py                            |  427 +++---
 ldap3/strategy/base.py                             |   40 +-
 ldap3/strategy/restartable.py                      |  516 +++----
 ldap3/strategy/reusable.py                         |  820 +++++-----
 ldap3/strategy/sync.py                             |  425 +++---
 ldap3/utils/asn1.py                                |   18 -
 ldap3/utils/conv.py                                |  301 ++--
 ldap3/utils/hashed.py                              |    3 +-
 ldap3/version.py                                   |    6 +-
 requirements.txt                                   |    2 +-
 setup.cfg                                          |    2 +-
 test/testBindOperation.py                          |   21 +-
 test/testMicrosoftAD.py                            |  171 +++
 test/testModifyDNOperation.py                      |   14 +-
 test/testSearchOperation.py                        |   17 +-
 test/testSearchOperationJSON.py                    |   11 +-
 test/testTls.py                                    |   12 +-
 42 files changed, 4725 insertions(+), 4171 deletions(-)
 create mode 100644 ldap3/extend/microsoft/dirSync.py
 copy ldap3/{extend/standard/whoAmI.py => protocol/controls.py} (57%)
 create mode 100644 test/testMicrosoftAD.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-ldap3.git



More information about the Python-modules-commits mailing list