[Python-modules-commits] [django-simple-captcha] branch debian/master updated (b1e567a -> 79d2ce9)
Brian May
bam at debian.org
Tue Dec 12 07:45:45 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 b1e567a Pepare to release 0.5.5-1
new 4cc2e21 New upstream version 0.5.6
new 023977b Merge tag 'upstream/0.5.6' into debian/master
new 79d2ce9 Update changelog for new release
The 3 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 | 12 +
PKG-INFO | 3 +-
README.rst | 2 +-
captcha/__init__.py | 24 +-
captcha/conf/settings.py | 1 +
captcha/fields.py | 15 +-
captcha/helpers.py | 18 +-
captcha/models.py | 8 +-
captcha/tests/tests.py | 17 +-
captcha/urls.py | 2 +-
captcha/views.py | 48 +-
debian/changelog | 7 +
django_simple_captcha.egg-info/PKG-INFO | 3 +-
django_simple_captcha.egg-info/SOURCES.txt | 22 +-
django_simple_captcha.egg-info/requires.txt | 7 +-
docs/advanced.rst | 14 +
docs/conf.py | 4 +-
docs/usage.rst | 16 +-
setup.cfg | 1 -
setup.py | 3 +-
testproject/coverage.sh | 1 +
..._django-simple-captcha_captcha___init___py.html | 103 ++++
...go-simple-captcha_captcha_conf___init___py.html | 91 ++++
...go-simple-captcha_captcha_conf_settings_py.html | 207 ++++++++
...de_django-simple-captcha_captcha_fields_py.html | 473 +++++++++++++++++
...e_django-simple-captcha_captcha_helpers_py.html | 273 ++++++++++
...de_django-simple-captcha_captcha_models_py.html | 247 +++++++++
...Code_django-simple-captcha_captcha_urls_py.html | 109 ++++
...ode_django-simple-captcha_captcha_views_py.html | 415 +++++++++++++++
testproject/htmlcov/coverage_html.js | 584 +++++++++++++++++++++
testproject/htmlcov/index.html | 200 +++++++
.../htmlcov/jquery.ba-throttle-debounce.min.js | 9 +
testproject/htmlcov/jquery.hotkeys.js | 99 ++++
testproject/htmlcov/jquery.isonscreen.js | 53 ++
testproject/htmlcov/jquery.min.js | 4 +
testproject/htmlcov/jquery.tablesorter.min.js | 2 +
testproject/htmlcov/keybd_closed.png | Bin 0 -> 112 bytes
testproject/htmlcov/keybd_open.png | Bin 0 -> 112 bytes
testproject/htmlcov/status.json | 1 +
testproject/htmlcov/style.css | 375 +++++++++++++
testproject/settings.py | 9 +-
.../templates/captcha_test/image_html5_audio.html | 22 +
tox.ini | 8 +-
43 files changed, 3414 insertions(+), 98 deletions(-)
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha___init___py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_conf___init___py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_conf_settings_py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_fields_py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_helpers_py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_models_py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_urls_py.html
create mode 100644 testproject/htmlcov/_Users_marco_Code_django-simple-captcha_captcha_views_py.html
create mode 100644 testproject/htmlcov/coverage_html.js
create mode 100644 testproject/htmlcov/index.html
create mode 100644 testproject/htmlcov/jquery.ba-throttle-debounce.min.js
create mode 100644 testproject/htmlcov/jquery.hotkeys.js
create mode 100644 testproject/htmlcov/jquery.isonscreen.js
create mode 100644 testproject/htmlcov/jquery.min.js
create mode 100644 testproject/htmlcov/jquery.tablesorter.min.js
create mode 100644 testproject/htmlcov/keybd_closed.png
create mode 100644 testproject/htmlcov/keybd_open.png
create mode 100644 testproject/htmlcov/status.json
create mode 100644 testproject/htmlcov/style.css
create mode 100644 testproject/templates/captcha_test/image_html5_audio.html
--
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