flask-wtf (1.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.1.1
  * Rebuild patche queue from patch-queue branch
    Added patch:
    tests-Revert-upstream-modification-to-test_i18n.py.patch

 -- Carsten Schoenert <c.schoenert@t-online.de>  Fri, 20 Jan 2023 20:17:41 +0100

flask-wtf (1.1.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.1.0
  * Rebuild patch queue from patch-queue branch
    Dropped patch (included upstream):
    Fixed-unit-tests.patch
  * d/copyright: Update year data

 -- Carsten Schoenert <c.schoenert@t-online.de>  Mon, 16 Jan 2023 19:52:05 +0100

flask-wtf (1.0.1-3) unstable; urgency=medium

  * Team upload.
  * d/gbp.conf: Add some more defaults
  * Rebuild patch queue from patch-queue branch
    Added patches:
    Fixed-unit-tests.patch
    docs-Use-local-Python-intersphinx-inventary.patch
    Removed patch:
    0001-Remove-intersphinx-extension-to-avoid-external-conne.patch
    (Closes: #1026681)
  * debian/*: Running wrap-and-sort -ast
    No further modifications.
  * d/control: Add new build deps and BuildProfileSpecs
  * d/control: Bump Standards-Versions to 4.6.2
    No further changes needed.
  * d/control: Add Rules-Requires-Root: no
  * d/watch: Update to version 4 and git mode
  * d/control: Set homepage to GH project site
  * d/u/metadata: Add project documentation website entry
  * d/salsa-ci.yml: Limit CI run to architecture all
  * d/python-flaskext.wtf-doc.examples: Ship also examples
  * d/copyright: Update upstream year data
  * d/python-flaskext.wtf-doc: Use dh_sphinxdoc for build
  * d/control: Remove Recommends from python-flaskext.wtf-doc
    The package libjs-jquery isn't needed or somehow useful for the package
    python-flaskext.wtf-doc.

 -- Carsten Schoenert <c.schoenert@t-online.de>  Sat, 31 Dec 2022 19:43:57 +0100

flask-wtf (1.0.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Sun, 16 Oct 2022 22:18:24 +0100

flask-wtf (1.0.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Use pytest instead of nose. (Closes: #1018357)
  * Drop override_dh_auto_test.
  * Update 0001-Remove-intersphinx-extension-to-avoid-external-conne.patch for
    new upstream.
  * Build-depend on python3-pallets-sphinx-themes, python3-sphinx-issues, and
    python3-sphinxcontrib-log-cabinet.
  * Fix PYTHONPATH for `make html`.
  * Do not remove tests/test_recaptcha.py in d/rules, the test passes.
  * Add python3-flaskext.wtf to autopkgtest dependencies.
  * Set Standards-Version to 4.6.1.

 -- Emanuele Rocca <ema@debian.org>  Sat, 17 Sep 2022 22:11:42 +0200

flask-wtf (0.14.3-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

 -- Sandro Tosi <morph@debian.org>  Mon, 02 May 2022 21:21:08 -0400

flask-wtf (0.14.3-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * Team Upload.
  * New upstream version 0.14.3.
  * d/control: Bump Standard-Versions to 4.5.0.
  * Remove not applied patch.
  * d/rules: Override test execution during the build.
  * d/tests/test: using py3versions -s to make sure all
    supported version are installed.
    - Change the autopkgtest test for a non-trivial test.
  * d/salsa-ci.yml: enable salsa-ci.
  * Add patch to deactivate intersphinx extension.

  [ Debian Janitor ]
  * Use correct machine-readable copyright file URI.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Remove patches 0001-Disable-test-that-uses-internet.patch that are
    missing from debian/patches/series.
  * Set upstream metadata fields: Repository.

 -- Emmanuel Arias <eamanu@yaerobi.com>  Mon, 23 Mar 2020 12:49:54 -0400

flask-wtf (0.14.2-4) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.

 -- Andrey Rahmatullin <wrar@debian.org>  Wed, 07 Aug 2019 21:33:45 +0500

flask-wtf (0.14.2-3) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Christoph Berg ]
  * Clean docs/_build/ and don't fail on building twice.
  * Remove obsolete comment about needing flask-testing.
  * Mark python-flaskext.wtf-doc as M-A: foreign.
  * Disable failing i18n test. (Closes: #912069)
  * Disable failing recaptcha test.

 -- Christoph Berg <myon@debian.org>  Sat, 12 Jan 2019 20:36:43 +0100

flask-wtf (0.14.2-2) unstable; urgency=medium

  * Team upload.
  * Convert repository to gbp.
  * Add debian/tests/import; the autodep8 tries to use "flaskext.wtf" as
    module name otherwise.

 -- Christoph Berg <christoph.berg@credativ.de>  Tue, 05 Dec 2017 15:50:39 +0100

flask-wtf (0.14.2-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Adrian Vondendriesch ]
  * New upstream version.
  * Bump Standards-Version to 3.9.8

 -- Adrian Vondendriesch <adrian.vondendriesch@credativ.de>  Fri, 02 Jun 2017 10:31:28 +0200

flask-wtf (0.12-2) unstable; urgency=medium

  * Team upload.
  * Change compat to 9
  * Disable test communicating on the internet (Closes: #805662)
  * Fix B-D by adding flask-babel which is necessary for testing
  * Added doc-base

 -- Orestis Ioannou <orestis@oioannou.com>  Thu, 04 Feb 2016 00:39:30 +0100

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@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@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@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@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@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@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@debian.org>  Wed, 20 Oct 2010 15:23:59 +0200

flask-wtf (0.3.3-1) unstable; urgency=low

  * Initial release.

 -- Bernd Zeimetz <bzed@debian.org>  Wed, 20 Oct 2010 11:40:25 +0200
