[Python-modules-commits] [python-django-contact-form] branch master updated (a38a6d1 -> b117156)
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Fri Dec 25 19:20:35 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 a38a6d1 releasing package python-django-contact-form version 1.1-1
new 023166e Import upstream snapshot 8413069af2bd9282be6fafe5185f54dcdbe88b38
new b251aa8 Merge branch 'upstream'
new 75676b2 New upstream snapshot (Closes: #806363).
new 2b0d7d0 Imported Upstream version 1.2~git23.8413069
new 8245f09 Merge tag 'upstream/1.2_git23.8413069'
new ccdaa29 Drop 0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
new a370910 Re-enable tests against Python 3.5.
new b117156 releasing package python-django-contact-form version 1.2~git23.8413069-1
The 8 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 | 22 +++++++++
LICENSE | 2 +-
PKG-INFO | 31 ------------
README.rst | 3 ++
contact_form/forms.py | 14 +++---
contact_form/models.py | 3 --
contact_form/runtests.py | 7 ++-
contact_form/tests/test_forms.py | 3 +-
contact_form/tests/test_views.py | 6 +--
contact_form/views.py | 20 ++++++++
debian/changelog | 8 ++++
...es-for-tests-that-are-missing-from-the-up.patch | 56 ----------------------
debian/patches/series | 1 -
debian/rules | 3 --
django_contact_form.egg-info/PKG-INFO | 31 ------------
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 | 4 +-
docs/faq.rst | 10 ++--
docs/install.rst | 11 ++---
setup.cfg | 16 +++++--
setup.py | 5 +-
25 files changed, 100 insertions(+), 191 deletions(-)
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 PKG-INFO
delete mode 100644 contact_form/models.py
delete mode 100644 debian/patches/0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
delete mode 100644 debian/patches/series
delete mode 100644 django_contact_form.egg-info/PKG-INFO
delete mode 100644 django_contact_form.egg-info/SOURCES.txt
delete mode 100644 django_contact_form.egg-info/dependency_links.txt
delete mode 100644 django_contact_form.egg-info/not-zip-safe
delete mode 100644 django_contact_form.egg-info/top_level.txt
--
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