[Python-modules-commits] [python-django-otp] branch master updated (3b672e5 -> 7e9a738)

Michael Fladischer fladi at moszumanska.debian.org
Sat Jul 22 13:30:39 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  3b672e5   change target to unstable
       new  7c230f3   record new upstream branch created by importing python-django-otp_0.4.0.1.orig.tar.gz
       new  3170ba7   Import python-django-otp_0.4.0.1.orig.tar.gz
       new  0b6866e   Use local objects.inv file for intersphinx.
       new  79ad3d9   Call `django.setup()` to initialize app registry.
       new  917c108   merge patched into master
       new  fdee1a4   change version to 0.4.0.1-1 (UNRELEASED) New upstream release.
       new  7e9a738   change target to unstable

The 7 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 +--
 debian/.git-dpm                                    |  14 +--
 debian/changelog                                   |   6 ++
 ...se-local-objects.inv-file-for-intersphinx.patch |  23 ++---
 ...l-django.setup-to-initialize-app-registry.patch |  10 +--
 ...ncies-to-INSTALLED_APPS-for-sphinx-autodo.patch |  31 -------
 debian/patches/series                              |   1 -
 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                                |  21 +++--
 setup.cfg                                          |   1 -
 setup.py                                           |   5 +-
 25 files changed, 68 insertions(+), 543 deletions(-)
 delete mode 100644 debian/patches/0003-Add-dependencies-to-INSTALLED_APPS-for-sphinx-autodo.patch
 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