[Python-modules-commits] r34318 - in packages/flask-wtf/tags (17 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Thu Sep 17 20:46:01 UTC 2015
Date: Thursday, September 17, 2015 @ 20:46:00
Author: bernat
Revision: 34318
[svn-buildpackage] Tagging flask-wtf 0.12-1
Added:
packages/flask-wtf/tags/0.12-1/
packages/flask-wtf/tags/0.12-1/debian/changelog
(from rev 34317, packages/flask-wtf/trunk/debian/changelog)
packages/flask-wtf/tags/0.12-1/debian/control
(from rev 34317, packages/flask-wtf/trunk/debian/control)
packages/flask-wtf/tags/0.12-1/debian/copyright
(from rev 34317, packages/flask-wtf/trunk/debian/copyright)
packages/flask-wtf/tags/0.12-1/debian/patches/
packages/flask-wtf/tags/0.12-1/debian/python-flaskext.wtf-doc.docs
(from rev 34317, packages/flask-wtf/trunk/debian/python-flaskext.wtf-doc.docs)
packages/flask-wtf/tags/0.12-1/debian/rules
(from rev 34317, packages/flask-wtf/trunk/debian/rules)
packages/flask-wtf/tags/0.12-1/debian/source/format
(from rev 34317, packages/flask-wtf/trunk/debian/source/format)
packages/flask-wtf/tags/0.12-1/debian/watch
(from rev 34317, packages/flask-wtf/trunk/debian/watch)
Deleted:
packages/flask-wtf/tags/0.12-1/debian/changelog
packages/flask-wtf/tags/0.12-1/debian/control
packages/flask-wtf/tags/0.12-1/debian/copyright
packages/flask-wtf/tags/0.12-1/debian/docs
packages/flask-wtf/tags/0.12-1/debian/links
packages/flask-wtf/tags/0.12-1/debian/rules
packages/flask-wtf/tags/0.12-1/debian/source/format
packages/flask-wtf/tags/0.12-1/debian/watch
Deleted: packages/flask-wtf/tags/0.12-1/debian/changelog
===================================================================
--- packages/flask-wtf/trunk/debian/changelog 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/changelog 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1,61 +0,0 @@
-flask-wtf (0.10.2-1) unstable; urgency=medium
-
- * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org> Sun, 05 Oct 2014 12:33:41 +0200
-
-flask-wtf (0.10.0-1) unstable; urgency=medium
-
- * Team upload.
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- [ Christian Hofstaedtler ]
- * New upstream version.
- * Update dependency versions, as per upstream requirements.txt/setup.py.
- * Replace sphinx-bundled underscore.js with link to libjs-underscore.
- * Bump Standards-Version to 3.9.5, no changes needed.
-
- -- Christian Hofstaedtler <zeha at debian.org> Sat, 26 Jul 2014 23:54:35 +0200
-
-flask-wtf (0.6-1) unstable; urgency=low
-
- [ Jakub Wilk ]
- * Add Vcs-* fields.
-
- [ Bernd Zeimetz ]
- * New upstream release.
-
- -- Bernd Zeimetz <bzed at debian.org> Thu, 26 Apr 2012 20:01:14 +0200
-
-flask-wtf (0.5.2-2) unstable; urgency=low
-
- * Team upload.
- * Convert to dh_python2
- * Bump python-flask's minimum required version to 0.6.1-2 (which provides
- flaskext namespace now)
- * Remove .pth file from binary package
- * Add python-wtforms and python-flask to Build-Depends-Indep (Sphinx uses
- them while generating docs)
-
- -- Piotr Ożarowski <piotr at debian.org> Sat, 07 May 2011 19:41:53 +0200
-
-flask-wtf (0.5.2-1) unstable; urgency=low
-
- * New upstream version.
-
- -- Bernd Zeimetz <bzed at debian.org> Mon, 14 Feb 2011 14:48:21 +0100
-
-flask-wtf (0.3.3-2) unstable; urgency=low
-
- * Rename binary package to be really according to the
- policy before it goes into unstable.
-
- -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 15:23:59 +0200
-
-flask-wtf (0.3.3-1) unstable; urgency=low
-
- * Initial release.
-
- -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 11:40:25 +0200
Copied: packages/flask-wtf/tags/0.12-1/debian/changelog (from rev 34317, packages/flask-wtf/trunk/debian/changelog)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/changelog (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/changelog 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1,77 @@
+flask-wtf (0.12-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ * Add python3 package. Closes: #782920, #764959
+ * Switched to DEP5 copyright format
+ * Switched to 3.0 quilt patches format
+ * Switched to pybuild
+ * Switch to pypi redirector for d/watch
+ * Moved to Standards-Version: 3.9.6
+ * Add separate documentation package
+ * Simplify Build-Depends
+ * Add patch to remove external resources from documentation
+
+ -- Orestis Ioannou <orestis at oioannou.com> Mon, 07 Sep 2015 10:00:50 +0200
+
+flask-wtf (0.10.2-1) unstable; urgency=medium
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Sun, 05 Oct 2014 12:33:41 +0200
+
+flask-wtf (0.10.0-1) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ [ Christian Hofstaedtler ]
+ * New upstream version.
+ * Update dependency versions, as per upstream requirements.txt/setup.py.
+ * Replace sphinx-bundled underscore.js with link to libjs-underscore.
+ * Bump Standards-Version to 3.9.5, no changes needed.
+
+ -- Christian Hofstaedtler <zeha at debian.org> Sat, 26 Jul 2014 23:54:35 +0200
+
+flask-wtf (0.6-1) unstable; urgency=low
+
+ [ Jakub Wilk ]
+ * Add Vcs-* fields.
+
+ [ Bernd Zeimetz ]
+ * New upstream release.
+
+ -- Bernd Zeimetz <bzed at debian.org> Thu, 26 Apr 2012 20:01:14 +0200
+
+flask-wtf (0.5.2-2) unstable; urgency=low
+
+ * Team upload.
+ * Convert to dh_python2
+ * Bump python-flask's minimum required version to 0.6.1-2 (which provides
+ flaskext namespace now)
+ * Remove .pth file from binary package
+ * Add python-wtforms and python-flask to Build-Depends-Indep (Sphinx uses
+ them while generating docs)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 07 May 2011 19:41:53 +0200
+
+flask-wtf (0.5.2-1) unstable; urgency=low
+
+ * New upstream version.
+
+ -- Bernd Zeimetz <bzed at debian.org> Mon, 14 Feb 2011 14:48:21 +0100
+
+flask-wtf (0.3.3-2) unstable; urgency=low
+
+ * Rename binary package to be really according to the
+ policy before it goes into unstable.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 15:23:59 +0200
+
+flask-wtf (0.3.3-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 20 Oct 2010 11:40:25 +0200
Deleted: packages/flask-wtf/tags/0.12-1/debian/control
===================================================================
--- packages/flask-wtf/trunk/debian/control 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/control 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1,25 +0,0 @@
-Source: flask-wtf
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Bernd Zeimetz <bzed at debian.org>
-Section: python
-Priority: optional
-Build-Depends: python (>= 2.6.6-6), python-setuptools (>= 0.6b3), debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-sphinx (>= 0.6), python-flask, python-wtforms
-Standards-Version: 3.9.5
-Homepage: http://packages.python.org/Flask-WTF/
-X-Python-Version: >= 2.5
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flask-wtf/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flask-wtf/trunk/
-
-Package: python-flaskext.wtf
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-flask (>= 0.6.1-2), python-werkzeug (>= 0.9.5), python-wtforms (>= 1.0.5), python-jinja2 (>= 2.4), python (>= 2.5.4-5~) | python-simplejson
-Recommends: libjs-jquery
-Suggests: python-flaskext.babel
-XB-Python-Version: ${python:Versions}
-Provides: ${python:Provides}
-Conflicts: python-flaskext-wtf
-Replaces: python-flaskext-wtf
-Description: Simple integration of Flask and WTForms
- Flask-WTF is an extension for Flask, providing a simple integration
- of WTForms. It includes optional CSRF handling and Recaptcha support.
Copied: packages/flask-wtf/tags/0.12-1/debian/control (from rev 34317, packages/flask-wtf/trunk/debian/control)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/control (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/control 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1,60 @@
+Source: flask-wtf
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Bernd Zeimetz <bzed at debian.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ python-all,
+ python-setuptools,
+ python-sphinx (>= 0.6),
+ python-flask,
+ python-wtforms,
+ python-nose,
+ python3-all,
+ python3-setuptools,
+ python3-sphinx,
+ python3-flask,
+ python3-wtforms,
+ python3-nose
+Standards-Version: 3.9.6
+Homepage: http://packages.python.org/Flask-WTF/
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/flask-wtf/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/flask-wtf/trunk/
+
+Package: python-flaskext.wtf
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Recommends: libjs-jquery
+Suggests: python-flaskext.babel
+Provides: ${python:Provides}
+Conflicts: python-flaskext-wtf
+Replaces: python-flaskext-wtf
+Description: Simple integration of Flask and WTForms (Python 2)
+ Flask-WTF is an extension for Flask, providing a simple integration
+ of WTForms. It includes optional CSRF handling and Recaptcha support.
+ .
+ This is a Python 2 package
+
+Package: python3-flaskext.wtf
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Recommends: libjs-jquery
+Suggests: python3-flaskext.babel
+Provides: ${python:Provides}
+Description: Simple integration of Flask and WTForms (Python 3)
+ Flask-WTF is an extension for Flask, providing a simple integration
+ of WTForms. It includes optional CSRF handling and Recaptcha support.
+ .
+ This is a Python 3 package
+
+Package: python-flaskext.wtf-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Recommends: libjs-jquery
+Description: Simple integration of Flask and WTForms (doc)
+ Documentation for Flask-WTF: an extension for Flask, providing a
+ simple integration of WTForms. It includes optional CSRF handling
+ and Recaptcha support.
Deleted: packages/flask-wtf/tags/0.12-1/debian/copyright
===================================================================
--- packages/flask-wtf/trunk/debian/copyright 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/copyright 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1,48 +0,0 @@
-This package was debianized by Bernd Zeimetz <bzed at debian.org> on
-Wed Oct 20 11:25:41 CEST 2010
-
-It was downloaded from http://pypi.python.org/pypi/Flask-WTF
-
-Upstream Author:
-
- Dan Jacob <danjac354 at gmail.com>
-
-
-License and Copyright information:
-
- Copyright (c) 2010 by Dan Jacob.
-
- Some rights reserved.
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
-
- * Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- * Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- * The names of the contributors may not be used to endorse or
- promote products derived from this software without specific
- prior written permission.
-
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-The Debian packaging is Copyright (C) 2010 Bernd Zeimetz <bzed at debian.org> and
-licensed under the same license as Flask-WTF, see above.
-
Copied: packages/flask-wtf/tags/0.12-1/debian/copyright (from rev 34317, packages/flask-wtf/trunk/debian/copyright)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/copyright (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/copyright 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: flask-wtf
+Source: https://pypi.python.org/pypi/Flask-WTF
+
+Files: *
+Copyright: 2010 by Dan Jacob <danjac354 at gmail.com>
+License: BSD-3
+
+Files: debian/*
+Copyright: 2010 Bernd Zeimetz <bzed at debian.org>
+License: BSD-3
+
+License: BSD-3
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above
+ copyright notice, this list of conditions and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ * The names of the contributors may not be used to endorse or
+ promote products derived from this software without specific
+ prior written permission.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Deleted: packages/flask-wtf/tags/0.12-1/debian/docs
===================================================================
--- packages/flask-wtf/trunk/debian/docs 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/docs 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1 +0,0 @@
-docs/_build/html
Deleted: packages/flask-wtf/tags/0.12-1/debian/links
===================================================================
--- packages/flask-wtf/trunk/debian/links 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/links 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1,2 +0,0 @@
-/usr/share/javascript/jquery/jquery.js usr/share/doc/python-flaskext-wtf/html/_static/jquery.js
-/usr/share/javascript/underscore/underscore.js usr/share/doc/python-flaskext-wtf/html/_static/underscore.js
Copied: packages/flask-wtf/tags/0.12-1/debian/python-flaskext.wtf-doc.docs (from rev 34317, packages/flask-wtf/trunk/debian/python-flaskext.wtf-doc.docs)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/python-flaskext.wtf-doc.docs (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/python-flaskext.wtf-doc.docs 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1 @@
+docs/_build/html
Deleted: packages/flask-wtf/tags/0.12-1/debian/rules
===================================================================
--- packages/flask-wtf/trunk/debian/rules 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/rules 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1,24 +0,0 @@
-#!/usr/bin/make -f
-
-
-# normally we should run the tests at build time,
-# but they require flask-testing, which is not packaged yet.
-# So skip them for now.
-
-
-%:
- dh --buildsystem=python_distutils --with python2 $@
-
-build:
- dh --buildsystem=python_distutils $@
-
- cd docs && PYTHONPATH=$(CURDIR)/ make html
- rm docs/_build/html/_static/jquery.js
- rm docs/_build/html/_static/underscore.js
-
-clean:
- dh --buildsystem=python_distutils $@
- rm -rf docs/_build
-
-override_dh_compress:
- dh_compress -X/html/
Copied: packages/flask-wtf/tags/0.12-1/debian/rules (from rev 34317, packages/flask-wtf/trunk/debian/rules)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/rules (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/rules 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+
+# normally we should run the tests at build time,
+# but they require flask-testing, which is not packaged yet.
+# So skip them for now.
+
+export PYBUILD_NAME=flaskext.wtf
+
+%:
+ dh $@ --with sphinxdoc,python2,python3 --buildsystem=pybuild $@
+
+override_dh_auto_build:
+ dh_auto_build
+ cd docs && rm license.rst
+ cd docs && PYTHONPATH=$(CURDIR)/ make html
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf Flask_WTF.egg-info
+
Deleted: packages/flask-wtf/tags/0.12-1/debian/source/format
===================================================================
--- packages/flask-wtf/trunk/debian/source/format 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/source/format 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1 +0,0 @@
-1.0
Copied: packages/flask-wtf/tags/0.12-1/debian/source/format (from rev 34317, packages/flask-wtf/trunk/debian/source/format)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/source/format (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/source/format 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1 @@
+3.0 (quilt)
Deleted: packages/flask-wtf/tags/0.12-1/debian/watch
===================================================================
--- packages/flask-wtf/trunk/debian/watch 2015-09-15 21:32:23 UTC (rev 34287)
+++ packages/flask-wtf/tags/0.12-1/debian/watch 2015-09-17 20:46:00 UTC (rev 34318)
@@ -1,3 +0,0 @@
-version=3
-
-http://pypi.python.org/packages/source/F/Flask-WTF/ Flask-WTF-([0-9.]+)\.tar\.gz
Copied: packages/flask-wtf/tags/0.12-1/debian/watch (from rev 34317, packages/flask-wtf/trunk/debian/watch)
===================================================================
--- packages/flask-wtf/tags/0.12-1/debian/watch (rev 0)
+++ packages/flask-wtf/tags/0.12-1/debian/watch 2015-09-17 20:46:00 UTC (rev 34318)
@@ -0,0 +1,5 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/Flask-WTF/Flask-WTF-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+
+
More information about the Python-modules-commits
mailing list