[Python-modules-commits] [python-ldap3] 02/06: record new upstream branch created by importing python-ldap3_0.9.9.1.orig.tar.gz and merge it
Brian May
bam at moszumanska.debian.org
Tue Oct 13 22:48:39 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 55033d5ddc23fdf3d552e916ae537393c1ce2dd4
Merge: c10916e ef86c9e
Author: Brian May <bam at debian.org>
Date: Wed Oct 14 09:24:35 2015 +1100
record new upstream branch created by importing python-ldap3_0.9.9.1.orig.tar.gz and merge it
PKG-INFO | 2 +-
_version.json | 2 +-
debian/.git-dpm | 14 +-
ldap3.egg-info/PKG-INFO | 2 +-
ldap3.egg-info/SOURCES.txt | 2 +
ldap3/__init__.py | 55 +
ldap3/abstract/attrDef.py | 7 +-
ldap3/abstract/operationalAttribute.py | 1 +
ldap3/core/connection.py | 12 +-
ldap3/core/server.py | 11 +-
ldap3/extend/__init__.py | 2 +-
ldap3/extend/novell/partition_entry_count.py | 2 +-
ldap3/extend/novell/replicaInfo.py | 2 +-
ldap3/extend/operation.py | 5 +-
ldap3/operation/add.py | 139 +-
ldap3/operation/bind.py | 279 ++--
ldap3/operation/delete.py | 94 +-
ldap3/operation/extended.py | 40 +-
ldap3/operation/search.py | 1022 +++++++------
ldap3/protocol/formatters/formatters.py | 2 +
ldap3/protocol/formatters/standard.py | 16 +-
ldap3/protocol/oid.py | 2125 +++++++++++++-------------
ldap3/protocol/{oid.py => oid2.py} | 8 +-
ldap3/protocol/rfc4511.py | 2001 ++++++++++++------------
ldap3/protocol/rfc4512.py | 27 +-
ldap3/protocol/sasl/kerberos.py | 8 +-
ldap3/strategy/async.py | 11 +-
ldap3/strategy/base.py | 1429 +++++++++--------
ldap3/strategy/sync.py | 420 ++---
ldap3/utils/asn1.py | 223 +++
ldap3/utils/ciDict.py | 210 ++-
ldap3/utils/conv.py | 4 +-
ldap3/utils/log.py | 4 +-
ldap3/version.py | 10 +-
test/testAbstractionSearch.py | 10 +-
test/testCheckNames.py | 4 +-
test/testLDIF-change.py | 4 +-
test/testOfflineSchema.py | 2 +-
test/testSchema.py | 2 +-
test/testSearchOperation.py | 382 ++---
test/testTls.py | 6 +-
41 files changed, 4564 insertions(+), 4037 deletions(-)
diff --cc debian/.git-dpm
index 4349422,0000000..b3d5c56
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
- d4d2b3e08ebefa2672c1e6d145d6a43450cce1c9
- d4d2b3e08ebefa2672c1e6d145d6a43450cce1c9
- d4d2b3e08ebefa2672c1e6d145d6a43450cce1c9
- d4d2b3e08ebefa2672c1e6d145d6a43450cce1c9
- python-ldap3_0.9.8.8.orig.tar.gz
- c0fc166432a790bc3bce9eae7074da6410fca985
- 266052
++ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
++ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
++ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
++ef86c9e1d446d67f44f7fc719fdd0e9d1400d8ad
++python-ldap3_0.9.9.1.orig.tar.gz
++755aeab5699f030e5e3cb3e6cd5000c9cac0f86c
++286623
+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