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

Brian May bam at moszumanska.debian.org
Tue Oct 13 22:48:38 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  c10916e   Update Vcs fields for git migration
       new  ef86c9e   Import python-ldap3_0.9.9.1.orig.tar.gz
       new  55033d5   record new upstream branch created by importing python-ldap3_0.9.9.1.orig.tar.gz and merge it
       new  3e1fb9d   change version to 0.9.9.1-1 (UNRELEASED) New upstream version.
       new  7753c4b   Add python*-pyasn1 to build depends.
       new  0244703   Swap maintainer and uploaders.
       new  7e052e2   change target to unstable

The 6 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                                     |    2 +-
 _version.json                                |    2 +-
 debian/.git-dpm                              |   14 +-
 debian/changelog                             |    8 +
 debian/control                               |    8 +-
 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 +-
 43 files changed, 4577 insertions(+), 4040 deletions(-)
 copy ldap3/protocol/{oid.py => oid2.py} (99%)
 create mode 100644 ldap3/utils/asn1.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