[Python-modules-commits] [python-django-contact-form] 01/14: record new upstream branch created by importing python-django-contact-form_1.1.orig.tar.gz and merge it

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 commit to branch master
in repository python-django-contact-form.

commit cec112c82ce4a1ca83cd92879660aff67aa539f0
Merge: cf5e8c8 051cb7d
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Sun Oct 11 12:54:47 2015 -0400

    record new upstream branch created by importing python-django-contact-form_1.1.orig.tar.gz and merge it

 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 -------
 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 +-
 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 +-
 28 files changed, 621 insertions(+), 687 deletions(-)

diff --cc debian/.git-dpm
index ad045ee,0000000..0bc9d21
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 9ea7dfd5d274ad330511d88feaead51aa9f6bf9f
- 9ea7dfd5d274ad330511d88feaead51aa9f6bf9f
- 9ea7dfd5d274ad330511d88feaead51aa9f6bf9f
- 9ea7dfd5d274ad330511d88feaead51aa9f6bf9f
- python-django-contact-form_1.0.orig.tar.gz
- 24a1f7a4711ab4d3ba142d6613402ed518b4467f
- 17007
++051cb7d03e5982de809187e9a53c1451eaeb4ec3
++051cb7d03e5982de809187e9a53c1451eaeb4ec3
++051cb7d03e5982de809187e9a53c1451eaeb4ec3
++051cb7d03e5982de809187e9a53c1451eaeb4ec3
++python-django-contact-form_1.1.orig.tar.gz
++d2ab7eaeac360b5d36e0bd0723248d7dad1bb774
++15334
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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