[Python-modules-commits] [python-django-contact-form] branch master updated (6698cbc -> 2877887)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Mon Jul 3 14:55:56 UTC 2017


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

asb pushed a change to branch master
in repository python-django-contact-form.

      from  6698cbc   releasing package python-django-contact-form version 1.3-1
       new  0bbefda   New upstream version 1.4.2
       new  71b6eb4   Merge tag 'upstream/1.4.2'
       new  3c4c2a7   New upstream release (Closes: #865941).
       new  f649951   Bump Standards-Version to 4.0.0, no changes.
       new  2877887   releasing package python-django-contact-form version 1.4.2-1

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:
 .gitignore                                |  7 +--
 .travis.yml                               | 21 +------
 LICENSE                                   |  2 +-
 MANIFEST.in                               |  1 +
 Makefile                                  | 60 +++++++++++++++++++
 README.rst                                |  4 +-
 contact_form/{urls.py => akismet_urls.py} | 12 ++--
 contact_form/forms.py                     | 83 ++++++++++++++++++++------
 contact_form/runtests.py                  |  8 ++-
 contact_form/tests/test_forms.py          | 75 +++++++++++++++++++++++-
 contact_form/tests/test_urls.py           |  8 ++-
 contact_form/tests/test_views.py          | 53 ++++++++++++++++-
 contact_form/urls.py                      |  4 +-
 contact_form/views.py                     | 27 ++-------
 debian/changelog                          |  7 +++
 debian/control                            |  4 +-
 docs/conf.py                              |  6 +-
 docs/faq.rst                              | 67 ++++++++++++---------
 docs/forms.rst                            | 97 +++++++++++++++++++++++++++----
 docs/index.rst                            | 11 ++--
 docs/install.rst                          | 60 ++++++++-----------
 docs/quickstart.rst                       | 62 ++++++++++++++++----
 docs/views.rst                            | 21 ++-----
 setup.cfg                                 |  4 ++
 setup.py                                  | 12 ++--
 test_requirements.txt                     |  3 +
 tox.ini                                   | 46 +++++++++++++++
 27 files changed, 574 insertions(+), 191 deletions(-)
 create mode 100644 Makefile
 copy contact_form/{urls.py => akismet_urls.py} (56%)
 create mode 100644 test_requirements.txt
 create mode 100644 tox.ini

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



More information about the Python-modules-commits mailing list