[Python-modules-commits] [python-django-contact-form] branch master updated (cf5e8c8 -> a38a6d1)

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sun Oct 11 18:25:21 UTC 2015


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  cf5e8c8   Remove Christophe Siraut from uploaders.
       new  051cb7d   Import python-django-contact-form_1.1.orig.tar.gz
       new  cec112c   record new upstream branch created by importing python-django-contact-form_1.1.orig.tar.gz and merge it
       new  d7664a3   New upstream release.
       new  22467e3   Add myself to Uploaders.
       new  0c14385   Update homepage.
       new  40eb0ee   Remove obsolete get-orig-source target from debian/rules.
       new  ed69bcb   Add templates for tests that are missing from the upstream pypi distribution.
       new  a7a4185   merge patched into master
       new  4700122   Update debian/docs for new file names.
       new  03d725f   Build depend on python-django for running build time tests.
       new  aa46aa3   Disable tests when building against Python 3.5 due to bug in upstream Django (See: #800137).
       new  a36dc2d   Add python3-django to build depends as well.
       new  957c0ae   Explicitly specify BSD-3-clause in debian/copyright.
       new  a38a6d1   releasing package python-django-contact-form version 1.1-1

The 14 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:
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |   9 +-
 README => README.rst                               |   0
 contact_form/forms.py                              | 161 +++-----------
 contact_form/models.py                             |   3 +
 contact_form/runtests.py                           |  64 ++++++
 contact_form/tests/__init__.py                     |   2 -
 contact_form/tests/forms.py                        |  71 ------
 .../tests/templates/contact_form/contact_form.html |   1 +
 .../tests/templates/contact_form/contact_form.txt  |   1 +
 .../templates/contact_form/contact_form_sent.html  |   1 +
 .../contact_form/contact_form_subject.txt          |   1 +
 .../contact_form/test_callable_template_name.html  |   1 +
 contact_form/tests/test_forms.py                   | 142 ++++++++++++
 contact_form/tests/test_urls.py                    |  25 +++
 contact_form/tests/{views.py => test_views.py}     |  51 +++--
 contact_form/urls.py                               |  20 +-
 contact_form/views.py                              |   6 +
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |  17 +-
 debian/control                                     |   5 +-
 debian/copyright                                   |   9 +-
 debian/docs                                        |   2 +-
 ...es-for-tests-that-are-missing-from-the-up.patch |  56 +++++
 debian/patches/series                              |   1 +
 debian/rules                                       |  12 +-
 PKG-INFO => django_contact_form.egg-info/PKG-INFO  |   9 +-
 django_contact_form.egg-info/SOURCES.txt           |  27 +++
 django_contact_form.egg-info/dependency_links.txt  |   1 +
 django_contact_form.egg-info/not-zip-safe          |   1 +
 django_contact_form.egg-info/top_level.txt         |   1 +
 docs/conf.py                                       | 237 +--------------------
 docs/faq.rst                                       |  34 +--
 docs/forms.rst                                     |  13 +-
 docs/index.rst                                     |   4 +-
 docs/install.rst                                   | 151 +++++++++++++
 docs/quickstart.rst                                | 183 ----------------
 docs/views.rst                                     |  55 ++++-
 setup.cfg                                          |   5 +
 setup.py                                           |  17 +-
 40 files changed, 711 insertions(+), 704 deletions(-)
 rename README => README.rst (100%)
 create mode 100644 contact_form/runtests.py
 delete mode 100644 contact_form/tests/forms.py
 create mode 100644 contact_form/tests/templates/contact_form/contact_form.html
 create mode 100644 contact_form/tests/templates/contact_form/contact_form.txt
 create mode 100644 contact_form/tests/templates/contact_form/contact_form_sent.html
 create mode 100644 contact_form/tests/templates/contact_form/contact_form_subject.txt
 create mode 100644 contact_form/tests/templates/contact_form/test_callable_template_name.html
 create mode 100644 contact_form/tests/test_forms.py
 create mode 100644 contact_form/tests/test_urls.py
 rename contact_form/tests/{views.py => test_views.py} (63%)
 create mode 100644 debian/patches/0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
 create mode 100644 debian/patches/series
 copy PKG-INFO => django_contact_form.egg-info/PKG-INFO (81%)
 create mode 100644 django_contact_form.egg-info/SOURCES.txt
 create mode 100644 django_contact_form.egg-info/dependency_links.txt
 create mode 100644 django_contact_form.egg-info/not-zip-safe
 create mode 100644 django_contact_form.egg-info/top_level.txt
 create mode 100644 docs/install.rst
 delete mode 100644 docs/quickstart.rst
 create mode 100644 setup.cfg

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