[Python-modules-commits] [python-django-otp] branch upstream updated (005ed8e -> 418274d)

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


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

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

      from  005ed8e   importing python-django-otp_0.3.8.orig.tar.gz
       new  418274d   Import python-django-otp_0.3.10.orig.tar.gz

The 1 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 +-
 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 +-
 19 files changed, 377 insertions(+), 47 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