[Python-modules-commits] [python-ldap3] branch master updated (b755e57 -> 7a006b4)

Brian May bam at moszumanska.debian.org
Tue Dec 15 06:11:08 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  b755e57   Make release.
       new  8e2c107   Import python-ldap3_1.0.2.orig.tar.gz
       new  070b9df   record new upstream branch created by importing python-ldap3_1.0.2.orig.tar.gz and merge it
       new  61344aa   New changelog entry.
       new  7a006b4   Release 1.0.2-1.

The 4 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                                 |  10 +-
 README.rst                               |   4 +-
 _version.json                            |   6 +-
 debian/.git-dpm                          |  14 +-
 debian/changelog                         |   6 +
 ldap3.egg-info/PKG-INFO                  |  10 +-
 ldap3.egg-info/SOURCES.txt               |   2 +-
 ldap3/__init__.py                        | 830 ++++++++++++++++---------------
 ldap3/abstract/entry.py                  | 403 +++++++--------
 ldap3/compat/__init__.py                 |   0
 ldap3/core/connection.py                 |   2 +-
 ldap3/core/pooling.py                    |   2 +-
 ldap3/core/server.py                     |  16 +-
 ldap3/extend/__init__.py                 |  16 +-
 ldap3/extend/microsoft/dirSync.py        | 178 ++++---
 ldap3/extend/microsoft/modifyPassword.py |  30 ++
 ldap3/strategy/base.py                   |   6 +-
 ldap3/utils/asn1.py                      |  17 +-
 ldap3/utils/ciDict.py                    |  18 +-
 ldap3/utils/uri.py                       |   8 +-
 ldap3/version.py                         |   8 +-
 setup.cfg                                |   2 +-
 setup.py                                 |   5 +-
 test/testAbstractionSearch.py            |  12 +-
 test/testExtensions.py                   |  17 +-
 test/testMicrosoftAD.py                  |  57 ++-
 26 files changed, 917 insertions(+), 762 deletions(-)
 delete mode 100644 ldap3/compat/__init__.py
 create mode 100644 ldap3/extend/microsoft/modifyPassword.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