[Python-modules-commits] [python-django-registration] branch master updated (76f68f4 -> 638a86a)
Stephan Suerken
absurd at moszumanska.debian.org
Tue Nov 29 11:49:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
absurd pushed a change to branch master
in repository python-django-registration.
from 76f68f4 changelog: Prepare 2.1.2-3.
new 96a9272 watch: Update to check PGP sig (tofu).
new c08fe02 debian/README.source: Put some of previously local notes here.
new ec23067 debian/copyright: Remove dfsg file exclusion for 'docs/_build' (no longer in releases).
new eba016d record new upstream branch created by importing python-django-registration_2.2.orig.tar.gz
new a3e514d Import python-django-registration_2.2.orig.tar.gz
new 6b03d7d Fixes double signal sending when activating user.
new b5abca2 change version to 2.2-1 (UNRELEASED) New upstream: 2.2
new 672c86b change version to 2.2-2 Remove activate_signal patch.
new ab45d10 changelog: Fix up cl: 1st removed patch.
new b5d01c6 Update cl (signal activation patch).
new 258b031 cl: fixup version, notattion.
new fa2aa03 debian/changelog: More _manual_ updates (git-dpm??).
new 638a86a changelog: Prepare 2.2-1
The 13 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:
PKG-INFO | 3 +-
README.rst | 2 +-
debian/.git-dpm | 14 +-
debian/README.source | 28 +++-
debian/changelog | 20 +++
debian/copyright | 1 -
...end_signal_only_once_when_activating_user.patch | 40 -----
debian/patches/series | 2 -
...ate_django_runtest_settings_for_django110.patch | 45 ------
debian/upstream/signing-key.asc | 175 +++++++++++++++++++++
debian/watch | 3 +-
django_registration.egg-info/PKG-INFO | 3 +-
docs/conf.py | 6 +-
docs/custom-user.rst | 45 +++---
docs/faq.rst | 58 ++++---
docs/forms.rst | 18 ++-
docs/hmac.rst | 2 +-
docs/index.rst | 4 +-
docs/install.rst | 24 +--
docs/model-workflow.rst | 32 ++--
docs/quickstart.rst | 16 +-
docs/settings.rst | 4 +-
docs/signals.rst | 2 +-
docs/simple-workflow.rst | 2 +-
docs/upgrade.rst | 42 +++--
docs/validators.rst | 6 +-
docs/views.rst | 12 +-
registration/__init__.py | 2 +-
registration/backends/hmac/__init__.py | 2 +-
registration/backends/model_activation/__init__.py | 2 +-
registration/backends/simple/__init__.py | 2 +-
registration/models.py | 10 +-
registration/runtests.py | 32 ++--
registration/tests/base.py | 117 ++++++++++++--
registration/tests/test_forms.py | 6 +
registration/tests/test_hmac_workflow.py | 105 +++++++++----
registration/tests/test_model_workflow.py | 63 ++++++--
registration/tests/test_models.py | 17 --
registration/tests/test_simple_workflow.py | 16 +-
registration/validators.py | 4 +
registration/views.py | 10 +-
setup.cfg | 2 +-
setup.py | 1 +
43 files changed, 669 insertions(+), 331 deletions(-)
delete mode 100644 debian/patches/send_signal_only_once_when_activating_user.patch
delete mode 100644 debian/patches/series
delete mode 100644 debian/patches/update_django_runtest_settings_for_django110.patch
create mode 100644 debian/upstream/signing-key.asc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-registration.git
More information about the Python-modules-commits
mailing list