[Python-modules-commits] [django-auth-ldap] 02/12: Update upstream source from tag 'upstream/1.3.0'

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 24 11:22:25 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository django-auth-ldap.

commit b00e6c0a9e62f3202dd68a7166f1fcf5ad86b8e7
Merge: acb5e92 75fbddd
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 24 10:58:24 2017 +0100

    Update upstream source from tag 'upstream/1.3.0'
    
    Update to upstream version '1.3.0'
    with Debian dir 2d21490feaf8ee3492ddc6156dc8e2f01c774c2c

 CHANGES                                     | 119 +++++---
 MANIFEST.in                                 |   5 +-
 PKG-INFO                                    |  17 +-
 README                                      |  67 -----
 README.md                                   | 168 +++++++++++
 django_auth_ldap.egg-info/PKG-INFO          |  17 +-
 django_auth_ldap.egg-info/SOURCES.txt       |  42 +--
 django_auth_ldap.egg-info/requires.txt      |   7 +-
 django_auth_ldap/__init__.py                |   8 +-
 django_auth_ldap/backend.py                 | 364 +++++++++++------------
 django_auth_ldap/config.py                  |  81 ++---
 django_auth_ldap/dn.py                      |   2 +
 django_auth_ldap/models.py                  |  32 --
 docs/.Makefile.swp                          | Bin 12288 -> 0 bytes
 docs/Makefile                               |  99 +------
 docs/_templates/globaltoc.html              |  11 -
 docs/ext/.daldocs.py.swp                    | Bin 12288 -> 0 bytes
 docs/ext/__pycache__/daldocs.cpython-36.pyc | Bin 0 -> 415 bytes
 docs/make.bat                               |  36 +++
 docs/source/.authentication.rst.swp         | Bin 16384 -> 0 bytes
 docs/source/.changes.rst.swp                | Bin 12288 -> 0 bytes
 docs/source/.conf.py.swp                    | Bin 20480 -> 0 bytes
 docs/source/.contributing.rst.swp           | Bin 12288 -> 0 bytes
 docs/source/.index.rst.swp                  | Bin 12288 -> 0 bytes
 docs/source/.install.rst.swp                | Bin 12288 -> 0 bytes
 docs/source/authentication.rst              |  25 ++
 docs/source/conf.py                         | 238 +++++++--------
 docs/source/contributing.rst                |  29 --
 docs/source/example.rst                     |   8 -
 docs/source/index.rst                       |   7 +-
 docs/source/install.rst                     |  39 ++-
 docs/source/performance.rst                 |  47 ++-
 docs/source/reference.rst                   | 119 ++++----
 docs/source/users.rst                       |  60 ++--
 setup.cfg                                   |   6 +
 setup.py                                    |  89 +++++-
 test/.coveragerc                            |   4 -
 test/.settings.py.swp                       | Bin 12288 -> 0 bytes
 test/manage.py                              |  12 -
 test/urls.py                                |   7 -
 tests/__init__.py                           |   0
 tests/__init__.pyc                          | Bin 0 -> 148 bytes
 tests/__pycache__/__init__.cpython-34.pyc   | Bin 0 -> 144 bytes
 tests/__pycache__/__init__.cpython-35.pyc   | Bin 0 -> 144 bytes
 tests/__pycache__/__init__.cpython-36.pyc   | Bin 0 -> 144 bytes
 tests/__pycache__/models.cpython-34.pyc     | Bin 0 -> 1329 bytes
 tests/__pycache__/models.cpython-35.pyc     | Bin 0 -> 1329 bytes
 tests/__pycache__/models.cpython-36.pyc     | Bin 0 -> 1256 bytes
 tests/__pycache__/settings.cpython-34.pyc   | Bin 0 -> 880 bytes
 tests/__pycache__/settings.cpython-35.pyc   | Bin 0 -> 876 bytes
 tests/__pycache__/settings.cpython-36.pyc   | Bin 0 -> 836 bytes
 tests/__pycache__/tests.cpython-34.pyc      | Bin 0 -> 54907 bytes
 tests/__pycache__/tests.cpython-35.pyc      | Bin 0 -> 54753 bytes
 tests/__pycache__/tests.cpython-36.pyc      | Bin 0 -> 49947 bytes
 tests/models.py                             |  25 ++
 tests/models.pyc                            | Bin 0 -> 1631 bytes
 {test => tests}/settings.py                 |   9 +-
 tests/settings.pyc                          | Bin 0 -> 1074 bytes
 {django_auth_ldap => tests}/tests.py        | 445 ++++++++++++++++------------
 tests/tests.pyc                             | Bin 0 -> 62783 bytes
 tox.ini                                     |  49 ++-
 61 files changed, 1223 insertions(+), 1070 deletions(-)

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



More information about the Python-modules-commits mailing list