[Python-modules-commits] [python-django-otp] branch upstream updated (3f17e7d -> 3170ba7)
Michael Fladischer
fladi at moszumanska.debian.org
Sat Jul 22 13:30:40 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 3f17e7d Import python-django-otp_0.3.14.orig.tar.gz
new 3170ba7 Import python-django-otp_0.4.0.1.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 | 8 ++
PKG-INFO | 15 ++--
README.rst | 10 +--
django_otp.egg-info/PKG-INFO | 15 ++--
django_otp.egg-info/SOURCES.txt | 9 --
django_otp.egg-info/requires.txt | 2 +-
.../otp_email/south_migrations/0001_initial.py | 74 ---------------
.../plugins/otp_email/south_migrations/__init__.py | 0
.../otp_hotp/south_migrations/0001_initial.py | 80 -----------------
.../plugins/otp_hotp/south_migrations/__init__.py | 0
.../management/commands/addstatictoken.py | 13 ++-
.../otp_static/south_migrations/0001_initial.py | 100 ---------------------
.../otp_static/south_migrations/__init__.py | 0
.../otp_totp/south_migrations/0001_initial.py | 91 -------------------
.../otp_totp/south_migrations/0002_last_t.py | 82 -----------------
.../plugins/otp_totp/south_migrations/__init__.py | 0
docs/source/conf.py | 30 +++++--
setup.cfg | 1 -
setup.py | 5 +-
19 files changed, 51 insertions(+), 484 deletions(-)
delete mode 100644 django_otp/plugins/otp_email/south_migrations/0001_initial.py
delete mode 100644 django_otp/plugins/otp_email/south_migrations/__init__.py
delete mode 100644 django_otp/plugins/otp_hotp/south_migrations/0001_initial.py
delete mode 100644 django_otp/plugins/otp_hotp/south_migrations/__init__.py
delete mode 100644 django_otp/plugins/otp_static/south_migrations/0001_initial.py
delete mode 100644 django_otp/plugins/otp_static/south_migrations/__init__.py
delete mode 100644 django_otp/plugins/otp_totp/south_migrations/0001_initial.py
delete mode 100644 django_otp/plugins/otp_totp/south_migrations/0002_last_t.py
delete mode 100644 django_otp/plugins/otp_totp/south_migrations/__init__.py
--
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