[Python-modules-commits] [python-ldap3] 02/03: record new upstream branch created by importing python-ldap3_0.9.9.3.orig.tar.gz and merge it
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 commit to branch master
in repository python-ldap3.
commit 3f80ea2d93230d877f7d5ef9b954d2b70c8a7fc8
Merge: 7e052e2 a2ec7f5
Author: Brian May <bam at debian.org>
Date: Thu Nov 19 10:24:25 2015 +1100
record new upstream branch created by importing python-ldap3_0.9.9.3.orig.tar.gz and merge it
PKG-INFO | 6 +-
README.rst | 2 +-
_version.json | 4 +-
debian/.git-dpm | 14 +-
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 +-
ldap3/protocol/controls.py | 40 +
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 +-
41 files changed, 4746 insertions(+), 4158 deletions(-)
diff --cc debian/.git-dpm
index b3d5c56,0000000..e3e351c
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
- ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
- ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
- ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
- python-ldap3_0.9.9.1.orig.tar.gz
- 755aeab5699f030e5e3cb3e6cd5000c9cac0f86c
- 286623
++a2ec7f5e5025fb3a1f2b75fa04c8c67159a89d77
++a2ec7f5e5025fb3a1f2b75fa04c8c67159a89d77
++a2ec7f5e5025fb3a1f2b75fa04c8c67159a89d77
++a2ec7f5e5025fb3a1f2b75fa04c8c67159a89d77
++python-ldap3_0.9.9.3.orig.tar.gz
++61cacf72d79893ae1b54a6b8c45443105c817026
++292184
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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