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

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sat Dec 24 20:43:00 UTC 2016


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  572263c   releasing package python-django-contact-form version 1.2~git23.8413069-2
       new  c8a9b1f   Imported Upstream version 1.3
       new  77c332c   Merge tag 'upstream/1.3'
       new  83829f3   New upstream release.
       new  892a4c7   Bump Standards-Version to 3.9.8
       new  c98d007   Drop django-1.10-define-templates.patch, applied upstream.
       new  418dd21   Build docs in new python-django-contact-form-doc package.
       new  651acb3   Bump debian/compat to 10.
       new  42d21d8   Override dh_clean and remove egginfo directory.
       new  3b7699b   Build dep on python-sphinx-rtd-theme.
       new  6698cbc   releasing package python-django-contact-form version 1.3-1

The 10 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                                        |   5 +
 .travis.yml                                       |  11 +-
 LICENSE                                           |   2 +-
 README.rst                                        |   4 +-
 contact_form/forms.py                             |   5 +-
 contact_form/runtests.py                          |  29 ++++--
 contact_form/views.py                             |   5 +-
 debian/changelog                                  |  12 +++
 debian/compat                                     |   2 +-
 debian/control                                    |  23 +++-
 debian/docs                                       |   3 -
 debian/patches/django-1.10-define-templates.patch |  24 -----
 debian/patches/series                             |   1 -
 debian/python-django-contact-form-doc.docs        |   1 +
 debian/python-django-contact-form.docs            |   1 +
 debian/python3-django-contact-form.docs           |   1 +
 debian/rules                                      |  11 +-
 debian/watch                                      |   3 +-
 docs/conf.py                                      |   6 +-
 docs/faq.rst                                      |  56 +++++++---
 docs/forms.rst                                    |  44 ++++----
 docs/index.rst                                    |  34 +++---
 docs/install.rst                                  | 121 ++++++----------------
 docs/quickstart.rst                               | 108 +++++++++++++++++++
 docs/views.rst                                    |  18 +++-
 setup.py                                          |   3 +-
 26 files changed, 336 insertions(+), 197 deletions(-)
 delete mode 100644 debian/docs
 delete mode 100644 debian/patches/django-1.10-define-templates.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/python-django-contact-form-doc.docs
 create mode 100644 debian/python-django-contact-form.docs
 create mode 100644 debian/python3-django-contact-form.docs
 create mode 100644 docs/quickstart.rst

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