[Python-modules-commits] [django-simple-captcha] branch upstream updated (5fc96b2 -> 5058ba3)

Brian May bam at moszumanska.debian.org
Thu Oct 22 01:34:43 UTC 2015


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

bam pushed a change to branch upstream
in repository django-simple-captcha.

      from  5fc96b2   Imported Upstream version 0.4.5
       new  5058ba3   Import django-simple-captcha_0.4.6.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:
 .gitignore                                         |  10 +
 .pep8                                              |   3 +
 .travis.yml                                        |  22 +++
 CHANGES                                            |   6 +
 PKG-INFO                                           |  22 ---
 captcha/__init__.py                                |   2 +-
 captcha/locale/de/LC_MESSAGES/django.mo            | Bin 678 -> 675 bytes
 captcha/locale/de/LC_MESSAGES/django.po            |   6 +-
 captcha/models.py                                  |  24 +--
 captcha/tests/tests.py                             |  26 +++
 captcha/urls.py                                    |  19 +-
 captcha/views.py                                   |  15 +-
 django_simple_captcha.egg-info/PKG-INFO            |  22 ---
 django_simple_captcha.egg-info/SOURCES.txt         |  63 -------
 .../dependency_links.txt                           |   1 -
 django_simple_captcha.egg-info/not-zip-safe        |   1 -
 django_simple_captcha.egg-info/requires.txt        |   4 -
 django_simple_captcha.egg-info/top_level.txt       |   2 -
 docs/Makefile                                      |  89 +++++++++
 docs/_static/captcha3.png                          | Bin 0 -> 9633 bytes
 docs/_static/dict.png                              | Bin 0 -> 7859 bytes
 docs/_static/math.png                              | Bin 0 -> 7491 bytes
 docs/_static/random_chars.png                      | Bin 0 -> 8136 bytes
 docs/advanced.rst                                  | 202 +++++++++++++++++++++
 docs/conf.py                                       | 198 ++++++++++++++++++++
 README.rst => docs/index.rst                       |  24 +--
 docs/usage.rst                                     | 143 +++++++++++++++
 setup.cfg                                          |   7 +-
 testproject/.coveragerc                            |  10 +
 {captcha/conf => testproject}/__init__.py          |   0
 testproject/coverage.sh                            |   5 +
 testproject/forms.py                               |   6 +
 testproject/manage.py                              |  26 +++
 testproject/settings.py                            |  61 +++++++
 testproject/settings_17.py                         |  61 +++++++
 testproject/templates/home.html                    |  12 ++
 testproject/urls.py                                |  10 +
 testproject/views.py                               |  17 ++
 tox.ini                                            |  66 +++++++
 39 files changed, 1020 insertions(+), 165 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .pep8
 create mode 100644 .travis.yml
 delete mode 100644 PKG-INFO
 delete mode 100644 django_simple_captcha.egg-info/PKG-INFO
 delete mode 100644 django_simple_captcha.egg-info/SOURCES.txt
 delete mode 100644 django_simple_captcha.egg-info/dependency_links.txt
 delete mode 100644 django_simple_captcha.egg-info/not-zip-safe
 delete mode 100644 django_simple_captcha.egg-info/requires.txt
 delete mode 100644 django_simple_captcha.egg-info/top_level.txt
 create mode 100644 docs/Makefile
 create mode 100644 docs/_static/captcha3.png
 create mode 100644 docs/_static/dict.png
 create mode 100644 docs/_static/math.png
 create mode 100644 docs/_static/random_chars.png
 create mode 100644 docs/advanced.rst
 create mode 100644 docs/conf.py
 copy README.rst => docs/index.rst (65%)
 create mode 100644 docs/usage.rst
 create mode 100644 testproject/.coveragerc
 copy {captcha/conf => testproject}/__init__.py (100%)
 create mode 100644 testproject/coverage.sh
 create mode 100644 testproject/forms.py
 create mode 100644 testproject/manage.py
 create mode 100644 testproject/settings.py
 create mode 100644 testproject/settings_17.py
 create mode 100644 testproject/templates/home.html
 create mode 100644 testproject/urls.py
 create mode 100644 testproject/views.py
 create mode 100644 tox.ini

-- 
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