[Python-modules-commits] [django-simple-captcha] 06/07: change version to 0.4.6-1

Brian May bam at moszumanska.debian.org
Thu Oct 22 01:34:43 UTC 2015


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

bam pushed a commit to branch master
in repository django-simple-captcha.

commit 3b3426c3fd4db1504381b376d44d81b6d5a16190
Merge: 1252513 b0a0801
Author: Brian May <bam at debian.org>
Date:   Thu Oct 22 12:21:18 2015 +1100

    change version to 0.4.6-1
    
    New upstream version.

 .gitignore                                         |  10 +
 .pep8                                              |   3 +
 .travis.yml                                        |  22 +++
 CHANGES                                            |   6 +
 PKG-INFO                                           |  22 ---
 captcha/__init__.py                                |   2 +-
 captcha/locale/de/LC_MESSAGES/django.mo            | Bin 678 -> 675 bytes
 captcha/locale/de/LC_MESSAGES/django.po            |   6 +-
 captcha/models.py                                  |  24 +--
 captcha/tests/tests.py                             |  26 +++
 captcha/urls.py                                    |  19 +-
 captcha/views.py                                   |  15 +-
 debian/.git-dpm                                    |   6 +-
 debian/changelog                                   |   3 +-
 debian/patches/depends                             |   2 +-
 debian/patches/pillow                              |   2 +-
 django_simple_captcha.egg-info/PKG-INFO            |  22 ---
 django_simple_captcha.egg-info/SOURCES.txt         |  63 -------
 .../dependency_links.txt                           |   1 -
 django_simple_captcha.egg-info/not-zip-safe        |   1 -
 django_simple_captcha.egg-info/requires.txt        |   4 -
 django_simple_captcha.egg-info/top_level.txt       |   2 -
 docs/Makefile                                      |  89 +++++++++
 docs/_static/captcha3.png                          | Bin 0 -> 9633 bytes
 docs/_static/dict.png                              | Bin 0 -> 7859 bytes
 docs/_static/math.png                              | Bin 0 -> 7491 bytes
 docs/_static/random_chars.png                      | Bin 0 -> 8136 bytes
 docs/advanced.rst                                  | 202 +++++++++++++++++++++
 docs/conf.py                                       | 198 ++++++++++++++++++++
 docs/index.rst                                     |  41 +++++
 docs/usage.rst                                     | 143 +++++++++++++++
 setup.cfg                                          |   7 +-
 testproject/.coveragerc                            |  10 +
 testproject/__init__.py                            |   0
 testproject/coverage.sh                            |   5 +
 testproject/forms.py                               |   6 +
 testproject/manage.py                              |  26 +++
 testproject/settings.py                            |  61 +++++++
 testproject/settings_17.py                         |  61 +++++++
 testproject/templates/home.html                    |  12 ++
 testproject/urls.py                                |  10 +
 testproject/views.py                               |  17 ++
 tox.ini                                            |  66 +++++++
 43 files changed, 1059 insertions(+), 156 deletions(-)

diff --cc debian/.git-dpm
index 725daf7,0000000..b02ffb7
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
- 34906be074d1ee15aafc6c589fa9977da91d0239
- 34906be074d1ee15aafc6c589fa9977da91d0239
- 5fc96b2060f535337509303abe151b0590ccbea8
++b0a08018fc0a12978c5e17a547c411e00946bedc
++b0a08018fc0a12978c5e17a547c411e00946bedc
++5058ba3ccc0b922585223efee73540971cae6cd0
 +5058ba3ccc0b922585223efee73540971cae6cd0
 +django-simple-captcha_0.4.6.orig.tar.gz
 +ad7ffe4c13cb3cd50a334e546c2a9dcf0ab56817
 +104951
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index ddef0cd,0000000..e06c0a5
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,112 -1,0 +1,113 @@@
- django-simple-captcha (0.4.5-2) UNRELEASED; urgency=medium
++django-simple-captcha (0.4.6-1) UNRELEASED; urgency=medium
 +
++  * New upstream version.
 +  * Add debian/watch file.
 +  * Swap Maintainer and Uploaders fields. Maintainer is now DPMT.
 +
 + -- Brian May <bam at debian.org>  Wed, 14 Oct 2015 14:16:57 +1100
 +
 +django-simple-captcha (0.4.5-1) unstable; urgency=medium
 +
 +  * New upstream version.
 +  * Supports Django 1.7 migrations.
 +
 + -- Brian May <bam at debian.org>  Fri, 10 Apr 2015 10:00:05 +1000
 +
 +django-simple-captcha (0.4.2-8) unstable; urgency=low
 +
 +  * Fix Django 1.7 AppRegistryNotReady error, by calling django.setup()
 +    in tests. Closes: #764947.
 +
 + -- Brian May <bam at debian.org>  Mon, 13 Oct 2014 11:14:04 +1100
 +
 +django-simple-captcha (0.4.2-7) unstable; urgency=low
 +
 +  * Fix debian/copyright. Is EXPAT license, not BSD.
 +
 + -- Brian May <bam at debian.org>  Wed, 10 Sep 2014 09:15:10 +1000
 +
 +django-simple-captcha (0.4.2-6) unstable; urgency=low
 +
 +  * Fix typo in debian/copyright.
 +  * Initial upload to Debian. Closes: #752140.
 +
 + -- Brian May <bam at debian.org>  Tue, 22 Jul 2014 09:20:04 +1000
 +
 +django-simple-captcha (0.4.2-5) unstable; urgency=low
 +
 +  * Simplify how we call the tests in debian/rules.
 +  * Change copyright to DEP5.
 +  * Include Bitstream license in copyright file.
 +  * Symlink to font supplied in ttf-bitstream-vera.
 +
 + -- Brian May <bam at debian.org>  Fri, 04 Jul 2014 10:58:51 +1000
 +
 +django-simple-captcha (0.4.2-4) unstable; urgency=low
 +
 +  * Python3 package.
 +
 + -- Brian May <bam at debian.org>  Wed, 02 Jul 2014 14:26:41 +1000
 +
 +django-simple-captcha (0.4.2-3) unstable; urgency=low
 +
 +  * Rename package to python-django-captcha, and provide dummy package for
 +    upgrades.
 +
 + -- Brian May <bam at debian.org>  Fri, 20 Jun 2014 13:47:38 +1000
 +
 +django-simple-captcha (0.4.2-2) unstable; urgency=low
 +
 +  * Remove depends on python-pillow, it isn't needed. We
 +    require python-imaging be installed during build.
 +
 + -- Brian May <bam at debian.org>  Wed, 02 Apr 2014 13:40:53 +1100
 +
 +django-simple-captcha (0.4.2-1) unstable; urgency=low
 +
 +  * New upstream version.
 +
 + -- Brian May <bam at debian.org>  Wed, 02 Apr 2014 13:16:14 +1100
 +
 +django-simple-captcha (0.3.7-4) unstable; urgency=low
 +
 +  * Requires at least python 2.6.
 +
 + -- Brian May <bam at debian.org>  Thu, 30 May 2013 13:52:57 +1000
 +
 +django-simple-captcha (0.3.7-3) unstable; urgency=low
 +
 +  * Add depends on python-six.
 +
 + -- Brian May <bam at debian.org>  Wed, 29 May 2013 16:14:33 +1000
 +
 +django-simple-captcha (0.3.7-2) unstable; urgency=low
 +
 +  * Remove depends on python-pillow, which is not needed.
 +
 + -- Brian May <bam at debian.org>  Wed, 29 May 2013 11:37:31 +1000
 +
 +django-simple-captcha (0.3.7-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update Debian packaging.
 +
 + -- Brian May <bam at debian.org>  Wed, 29 May 2013 09:53:05 +1000
 +
 +django-simple-captcha (0.3.6~20130219-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * Taking over Packaging.
 +
 + -- Brian May <bam at debian.org>  Tue, 19 Feb 2013 10:09:59 +1100
 +
 +django-simple-captcha (0.1.7-2) testing; urgency=low
 +
 +  * Fixed wrong dependency
 +
 + -- Sam Morrison <sam at vpac.org>  Wed, 26 May 2010 10:28:16 +1000
 +
 +django-simple-captcha (0.1.7-1) testing; urgency=low
 +
 +  * Initial release. 
 +
 + -- Sam Morrison <sam at vpac.org>  Wed, 26 May 2010 09:52:10 +1000
diff --cc debian/patches/depends
index 2fb9524,0000000..01c096f
mode 100644,000000..100644
--- a/debian/patches/depends
+++ b/debian/patches/depends
@@@ -1,23 -1,0 +1,23 @@@
- From 27e48afbef79e5d9065a6bd76b5480be1ec26a3a Mon Sep 17 00:00:00 2001
++From 17a70ea5c80abd85ff71b882006e5a5241f0ad39 Mon Sep 17 00:00:00 2001
 +From: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
 +Date: Thu, 8 Oct 2015 08:57:06 -0700
 +Subject: depends
 +
 +Patch-Name: depends
 +---
 + setup.py | 2 +-
 + 1 file changed, 1 insertion(+), 1 deletion(-)
 +
 +diff --git a/setup.py b/setup.py
 +index c771451..9c63800 100644
 +--- a/setup.py
 ++++ b/setup.py
 +@@ -3,7 +3,7 @@ from captcha import pillow_required, get_version as get_captcha_version
 + 
 + install_requires = [
 +     'setuptools',
 +-    'six >=1.2.0',
 ++    'six >=1.1.0',
 +     'Django >= 1.4'
 + ]
 + 
diff --cc debian/patches/pillow
index 12ac61e,0000000..f484480
mode 100644,000000..100644
--- a/debian/patches/pillow
+++ b/debian/patches/pillow
@@@ -1,29 -1,0 +1,29 @@@
- From 34906be074d1ee15aafc6c589fa9977da91d0239 Mon Sep 17 00:00:00 2001
++From b0a08018fc0a12978c5e17a547c411e00946bedc Mon Sep 17 00:00:00 2001
 +From: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
 +Date: Thu, 8 Oct 2015 08:57:07 -0700
 +Subject: pillow
 +
 +Patch-Name: pillow
 +---
 + setup.py | 6 ++----
 + 1 file changed, 2 insertions(+), 4 deletions(-)
 +
 +diff --git a/setup.py b/setup.py
 +index 9c63800..4ab3b11 100644
 +--- a/setup.py
 ++++ b/setup.py
 +@@ -4,12 +4,10 @@ from captcha import pillow_required, get_version as get_captcha_version
 + install_requires = [
 +     'setuptools',
 +     'six >=1.1.0',
 +-    'Django >= 1.4'
 ++    'Django >= 1.4',
 ++    'Pillow >= 2.2.2',
 + ]
 + 
 +-if pillow_required():
 +-    install_requires.append('Pillow >=2.2.2')
 +-
 + setup(
 +     name='django-simple-captcha',
 +     version=get_captcha_version(),

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



More information about the Python-modules-commits mailing list