[Python-modules-commits] [django-auth-ldap] branch master updated (4df8ce5 -> 1e0f487)

Michael Fladischer fladi at moszumanska.debian.org
Sun Mar 19 08:08:20 UTC 2017


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

fladi pushed a change to branch master
in repository django-auth-ldap.

      from  4df8ce5   Fixed VCS URL (https)
       new  bae1341   record new upstream branch created by importing django-auth-ldap_1.2.10+dfsg.orig.tar.gz
       new  041fe27   Import django-auth-ldap_1.2.10+dfsg.orig.tar.gz
       new  7a9e01f   Do not include a static copy of "archive"
       new  5437a45   use local objects.inv where possible
       new  6da244a   merge patched into master
       new  19e6f4f   Use pyldap for both Python2 and Python3.
       new  15ee18b   change version to 1.2.10+dfsg-1~exp1 [ Ondřej Nový ] [ Michael Fladischer ] New upstream release. change urgency to low
       new  6004ffd   Require mockldap-0.2.7 or later for Build-Depends.
       new  b38f486   Bump Standards-Version to 3.9.8.
       new  b558af6   Use https:// for copyright-format 1.0 URL.
       new  d43f821   Set minimum Python2 version to 2.6.
       new  3c1fed7   Use python-pyldap instead of python-ldap in Build-Depends.
       new  d62fb6d   Remove version constraint from python-sphinx in Build-Depends, no longer necessary.
       new  25980b6   Remove version constraint from python-django and python-django-doc in Build-Depends, no longer necessary.
       new  7d52ed2   Remove python-ldap from manually set Depends, python-pyldap is picked up automatically instead.
       new  6ea9460   Remove version constraint from python-django in Depends, no longer necessary.
       new  ba1454c   Add Python3 support through a separate binary package.
       new  d583122   Simplify autho-tests so they also test Python3.
       new  e790787   Switch to python3-sphinx.
       new  1e0f487   change target to experimental

The 20 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:
 CHANGES                                            | 24 +++++++--
 PKG-INFO                                           |  3 +-
 debian/.git-dpm                                    | 14 +++---
 debian/changelog                                   | 24 ++++++++-
 debian/control                                     | 43 ++++++++++++----
 debian/copyright                                   |  2 +-
 ...3-Use-pyldap-for-both-Python2-and-Python3.patch | 32 ++++++++++++
 debian/patches/docs-do_not_install_archive.patch   |  4 +-
 .../docs-use_local_intersphinx_mapping.patch       |  4 +-
 debian/patches/series                              |  1 +
 debian/rules                                       | 11 ++--
 django_auth_ldap.egg-info/PKG-INFO                 |  3 +-
 django_auth_ldap.egg-info/requires.txt             |  2 +-
 django_auth_ldap/__init__.py                       |  2 +-
 django_auth_ldap/backend.py                        | 24 +++++----
 django_auth_ldap/config.py                         | 11 ++--
 django_auth_ldap/tests.py                          | 52 +++++++++++++++++--
 docs/source/conf.py                                |  2 +-
 docs/source/reference.rst                          | 27 +++++++---
 docs/source/users.rst                              | 58 +++++++++++++---------
 setup.cfg                                          |  1 -
 setup.py                                           | 10 ++--
 tox.ini                                            | 21 ++++++--
 23 files changed, 279 insertions(+), 96 deletions(-)
 create mode 100644 debian/patches/0003-Use-pyldap-for-both-Python2-and-Python3.patch

-- 
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