[Python-modules-commits] [django-simple-captcha] branch debian/master updated (7f3d76f -> 89d7ac9)

Brian May bam at moszumanska.debian.org
Mon Jul 3 22:34:21 UTC 2017


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

bam pushed a change to branch debian/master
in repository django-simple-captcha.

      from  7f3d76f   Convert from git-dpm to patches unapplied format
       new  d57d986   New upstream version 0.5.5
       new  eb28cf6   Merge tag 'upstream/0.5.5' into debian/master
       new  569f82e   Add new changelog entry for 0.5.5-1.
       new  e6883db   Add python-testfixtures to build depends
       new  89d7ac9   Update standards version to 4.0.0

The 5 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                                            |  23 +++++++
 PKG-INFO                                           |   2 +-
 README.rst                                         |   2 +-
 captcha/__init__.py                                |   4 +-
 captcha/conf/settings.py                           |   9 ++-
 captcha/fields.py                                  |  37 ++++++-----
 captcha/helpers.py                                 |   4 +-
 captcha/locale/pl/LC_MESSAGES/django.mo            | Bin 720 -> 721 bytes
 captcha/locale/pl/LC_MESSAGES/django.po            |   2 +-
 .../{zh_CN => zh_Hans}/LC_MESSAGES/django.mo       | Bin
 .../{zh_CN => zh_Hans}/LC_MESSAGES/django.po       |   0
 captcha/management/commands/captcha_clean.py       |   4 +-
 captcha/management/commands/captcha_create_pool.py |  27 ++++++++
 captcha/models.py                                  |  43 ++++++++-----
 captcha/templates/captcha/text_field.html          |   2 +-
 captcha/tests/tests.py                             |  68 +++++++++++++++++++--
 captcha/tests/urls.py                              |   3 +-
 captcha/tests/views.py                             |  13 ++++
 captcha/views.py                                   |   4 +-
 debian/changelog                                   |   6 ++
 debian/control                                     |   6 +-
 django_simple_captcha.egg-info/PKG-INFO            |   2 +-
 django_simple_captcha.egg-info/SOURCES.txt         |   3 +
 docs/advanced.rst                                  |  24 ++++++++
 docs/conf.py                                       |   4 +-
 docs/index.rst                                     |   2 +-
 docs/usage.rst                                     |   1 +
 testproject/settings.py                            |   3 -
 testproject/urls.py                                |  13 ++--
 testproject/views.py                               |   7 +--
 tox.ini                                            |  13 ++--
 31 files changed, 256 insertions(+), 75 deletions(-)
 copy captcha/locale/{zh_CN => zh_Hans}/LC_MESSAGES/django.mo (100%)
 copy captcha/locale/{zh_CN => zh_Hans}/LC_MESSAGES/django.po (100%)
 create mode 100644 captcha/management/commands/captcha_create_pool.py

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



More information about the Python-modules-commits mailing list