[Python-modules-commits] [python-django-otp] branch master updated (9ac9729 -> 5115ee5)

Michael Fladischer fladi at moszumanska.debian.org
Mon Mar 6 10:15:36 UTC 2017


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

fladi pushed a change to branch master
in repository python-django-otp.

      from  9ac9729   change target to unstable change urgency to low
       new  9faadfb   record new upstream branch created by importing python-django-otp_0.3.10.orig.tar.gz
       new  418274d   Import python-django-otp_0.3.10.orig.tar.gz
       new  6a7677b   Use local objects.inv file for intersphinx.
       new  38ee1fd   Call `django.setup()` to initialize app registry.
       new  e24a1ee   Add dependencies to INSTALLED_APPS for sphinx autodoc.
       new  f09a9bd   merge patched into master
       new  2b3dd7c   change version to 0.3.10-1 (UNRELEASED) New upstream release.
       new  b12c3ee   Add python3-qrcode to Recommends for admin integration.
       new  5115ee5   change target to unstable

The 9 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                                            | 13 ++++
 MANIFEST.in                                        |  2 +
 PKG-INFO                                           |  3 +-
 debian/.git-dpm                                    | 14 ++--
 debian/changelog                                   |  7 ++
 debian/control                                     |  1 +
 ...se-local-objects.inv-file-for-intersphinx.patch |  4 +-
 ...l-django.setup-to-initialize-app-registry.patch |  4 +-
 ...ncies-to-INSTALLED_APPS-for-sphinx-autodo.patch |  4 +-
 django_otp.egg-info/PKG-INFO                       |  3 +-
 django_otp.egg-info/SOURCES.txt                    |  2 +
 django_otp.egg-info/requires.txt                   |  2 +-
 django_otp/plugins/otp_hotp/admin.py               | 71 ++++++++++++++++++
 django_otp/plugins/otp_hotp/models.py              | 31 ++++++++
 .../otp_hotp/templates/otp_hotp/admin/config.html  | 16 ++++
 django_otp/plugins/otp_hotp/tests.py               | 28 +++++++
 .../plugins/otp_static/migrations/0001_initial.py  |  2 +-
 django_otp/plugins/otp_static/models.py            |  2 +-
 django_otp/plugins/otp_totp/admin.py               | 71 ++++++++++++++++++
 django_otp/plugins/otp_totp/models.py              | 30 ++++++++
 .../otp_totp/templates/otp_totp/admin/config.html  | 16 ++++
 django_otp/plugins/otp_totp/tests.py               | 38 +++++++---
 docs/source/conf.py                                |  2 +-
 docs/source/overview.rst                           | 87 +++++++++++++++-------
 setup.py                                           |  5 +-
 25 files changed, 398 insertions(+), 60 deletions(-)
 create mode 100644 django_otp/plugins/otp_hotp/templates/otp_hotp/admin/config.html
 create mode 100644 django_otp/plugins/otp_totp/templates/otp_totp/admin/config.html

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



More information about the Python-modules-commits mailing list