python-formencode (2.1.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <cjwatson@debian.org>  Thu, 06 Feb 2025 10:48:57 +0000

python-formencode (2.1.0-4) unstable; urgency=medium

  * Team upload.
  * debian/tests/testfe-setuptools: Use `virtualenv --system-site-packages`
    (closes: #1087906).

 -- Colin Watson <cjwatson@debian.org>  Wed, 20 Nov 2024 10:16:23 +0100

python-formencode (2.1.0-3) unstable; urgency=medium

  * Team upload.
  * Protect `import cgi` (closes: #1082213).
  * Remove now-unused dependency on python3-pkg-resources (closes:
    #1083639).

 -- Colin Watson <cjwatson@debian.org>  Wed, 06 Nov 2024 14:05:25 +0000

python-formencode (2.1.0-2) unstable; urgency=medium

  * Team upload.
  * remove depency on python3-six
  * use new dh-sequence-python3

 -- Alexandre Detiste <tchet@debian.org>  Sat, 04 May 2024 16:39:15 +0200

python-formencode (2.1.0-1) unstable; urgency=low

  * New upstream version (Closes: #1066751).
  * Add pybuild-plugin-pyproject build dependency since upstream has moved
    away from a pure setuptools build.
  * Refresh patches and drop no longer relevant patches.
    - Dropped 0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch
      and 0005-Remove-LICENSE.txt-from-the-list-of-installed-files.patch .
    - Renamed 0002-disable_pkg_resources_in_tests.patch to
      0002-Remove-checks-for-installed-formencode-from-the-test.patch to
      better reflect its function.
  * Fixed incorrect license shortnames in debian/copyright.
  * Remove PYBUILD_BEFORE_TEST workaround, as it's no longer needed.

 -- Neil Muller <drnlmuller+debian@gmail.com>  Tue, 16 Apr 2024 10:39:41 +0200

python-formencode (2.0.1-2) unstable; urgency=medium

  * Team upload.
  * Use virtualenvs in testfe-setuptools autopgktest, fixing a regression now
    that pip refuses --user installs. (Closes: #1031757)

 -- Stefano Rivera <stefanor@debian.org>  Fri, 24 Feb 2023 16:31:00 -0400

python-formencode (2.0.1-1) unstable; urgency=low

  [ Neil Muller ]
  * Update to latest upstream release.
    - Adds support for Python 3.9 and 3.10 (Closes: #997347).
  * Switch to using pytest to match upstream changes.
  * Update autopkgtests to test against all installed python3 versions.
  * List various *.po files which are licensed LGPL2 in the copyright file.
  * Add '.egg-info' to clean list so package can build twice in a row.
  * Bump standards version (no further changes needed).

  [ Jeroen Ploemen ]
  * Rules: set LC_ALL and LANGUAGE for dh_auto_test to make the build
    reproducible.

 -- Neil Muller <drnlmuller+debian@gmail.com>  Sat, 04 Dec 2021 17:49:38 +0000

python-formencode (2.0.0-2) unstable; urgency=low

  [ Neil Muller ]
  * Tweak 0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch
    so egg-info is generated correctly.
  * Add dependency on python3-setuptools-scm.
  * Add autopkgtests to test setuptools dependency resolution works with
    the installed package.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 07 Jan 2021 10:52:01 +0100

python-formencode (2.0.0-1) unstable; urgency=low

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Neil Muller ]
  * Update to latest upstream release.
  * Drop patches that are no longer needed
    (0003-Fix-a-collection-of-errors-from-msgfmt.patch,
     0005-Use-alpha_2-over-alpha2-for-compatibility-with-newer-.patch,
     0006-Silence-resource_file-DeprecationWarning.patch and
     0007-Fix-invalid-escape-sequence-DeprecationWarnings.patch).
  * Add PYBUILD_TEST_BEFORE function to fix issues with data files
    required to run the tests.
  * Add dependency of python3-six.
  * Add new patch to remove upstream's requirement on
    'setuptools_scm_git_archive'
    (0004-Drop-setuptools_scm_git_archive-requirement-from-set.patch).
  * Add new patch to prevent the additional installation of the license
    file 0005-Remove-LICENSE.txt-from-the-list-of-installed-files.patch
  * Update watch file version.
  * Don't install tests and test_data in the package anymore.
  * Bump Standards-Version to 4.5.1.0 (no further changes needed).

 -- Neil Muller <drnlmuller+debian@gmail.com>  Wed, 16 Dec 2020 10:26:37 +0200

python-formencode (1.3.1-1) unstable; urgency=medium

  [ Neil Muller ]
  * Update to 1.3.1 release.
  * Add patches to fix Python 3.8 DeprecationWarnings
    (0006-Silence-resource_file-DeprecationWarning.patch and
     0007-Fix-invalid-escape-sequence-DeprecationWarnings.patch).
  * Re-enable pycountry tests, since the python2 removal that
    needed those disabled has happened.
  * Bump Standards-Version to 4.5.0 (no further changes needed).

  [ Sergio Durigan Junior ]
  * d/control: Bump debhelper-compat to 13.
  * Tag both new patches as Forwarded.

 -- Neil Muller <drnlmuller+debian@gmail.com>  Sat, 22 Aug 2020 17:50:09 +0200

python-formencode (1.3.0-6) unstable; urgency=medium

  * Team upload.
  * Drop python2 support; Closes: #937764

 -- Sandro Tosi <morph@debian.org>  Sun, 12 Jan 2020 20:00:46 -0500

python-formencode (1.3.0-5) unstable; urgency=medium

  * Team upload.
  * Add missing Breaks/Replaces for having moved l10n files around
    (Closes: #945966).

 -- Stuart Prescott <stuart@debian.org>  Mon, 02 Dec 2019 13:36:17 +1100

python-formencode (1.3.0-4) unstable; urgency=medium

  * Team Upload.

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

  [ Stuart Prescott ]
  * Disable tests that use python-pycountry.
  * Remove python-pycountry from Build-Depends (Closes: #944034).
  * Enable tests with Python 3.
  * Update Standards-Version to 4.4.1 (no changes required).
  * Update to debhelper-compat 12.
  * Fix installation locations for the Python 3 module package:
    - Don't accidentally create /usr/lib/python3/dist-packages/docs/ directory
    - Remove stray installation of declarative.py
    - Install translations to /usr/share/locale; move translations for the
      Python 2 package to /usr/lib/python2.7/dist-packages/formencode/i18n
      (upstream location) to save splitting them into a separate package.
  * Add Rules-Requires-Root: no.

 -- Stuart Prescott <stuart@debian.org>  Sun, 01 Dec 2019 12:04:05 +1100

python-formencode (1.3.0-3) unstable; urgency=medium

  [ Chris Lamb ]
  * Move from git-dpm -> gbp.
  * Use "alpha_2" over "alpha2" for compatibility with newer versions of
    pycountry. (Closes: #880247)
  * wrap-and-sort -sa.
  * Bump Standards-Version to 4.1.5.
  * Install examples.
  * Move to debhelper compat level 11.

  [ 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 trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

 -- Chris Lamb <lamby@debian.org>  Mon, 06 Aug 2018 22:42:30 +0800

python-formencode (1.3.0-2) unstable; urgency=medium

  * Add myself to Uploaders field.
  * Don't ship files in /usr/lib/python{2.7,3}/dist-packages/docs.
    (Closes: #860146)

 -- Chris Lamb <lamby@debian.org>  Fri, 14 Apr 2017 09:11:53 +0100

python-formencode (1.3.0-1) unstable; urgency=low

  [ Neil Muller]
  * New upstream release.
  * Add recent fixes from upstream to fix syntax errors in the *.po
    files.
  * Reformat copyright to the machine readable format.
    - Update some stale information.
  * Add myself to Uploaders.
  * Bump standards version to 3.9.8 (No further changes needed).
  * Tweak packages descriptions.
  * Add debian/0004-Remove-test_email-dns-tests.patch to disable new
    tests which require dns.

  [ Piotr Ożarowski ]
  * Bump minimum required Python version to 2.6
  * Add python3-formencode binary package
  * Replace python-dns with python-dnspython dependency
  * Add disable_pkg_resources_in_tests patch - this makes it possible to run
    tests after build (and is useless anyway)

  [ Stefano Rivera ]
  * Refresh patches.
  * Move from SVN to Git, update Vcs-* fields.

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

 -- Neil Muller <drnlmuller+debian@gmail.com>  Fri, 17 Jun 2016 22:47:57 +0000

python-formencode (1.2.6-2) unstable; urgency=medium

  * Team upload

  [ Scott Kitterman ]
  * Add debian/patches/dns_test_disable.diff to disable tests that require DNS
    access to run (Closes: #738722)
    - Thanks to Andrey Rahmatullin for the patch
  * Bump standards version to 3.9.6 without further change

 -- Scott Kitterman <scott@kitterman.com>  Sun, 28 Sep 2014 19:01:14 -0400

python-formencode (1.2.6-1) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Piotr Ożarowski ]
  * New upstream release (closes: #727229)
    - works fine with Python 2.7, tested also with tests from github repo
      (closes: #606521)
  * Rewrite debian/rules to use pybuild, dh-python added to Build-Depends
  * debhelper's compat level changed to 9
  * python-nose, python-dns and python-pycountry added to Build-Depends
    (used in tests which are run at build time now, closes: #606518)
  * debian/watch file updated (closes: #727230)
  * Standards-version bumped to 3.9.5 (dh sequencer covers build-* targets)
  * Remove debian/pycompat and preinst files, no longer needed

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 02 Dec 2013 20:54:01 +0100

python-formencode (1.2.4-2) unstable; urgency=low

  * Add `set -e` to build loop (closes: #606620)

 -- Piotr Ożarowski <piotr@debian.org>  Sat, 07 May 2011 21:12:33 +0200

python-formencode (1.2.4-1) unstable; urgency=low

  * New upstream release
  * Remove i18n directory from site-packages
  * python2.{3,4}-formencode Conflicts/Replaces dropped
  * Convert from dh_pysupport to dh_python2
  * Change source format to 3.0 (quilt)
  * Standards-version bumped to 3.9.2 (no changes needed)

 -- Piotr Ożarowski <piotr@debian.org>  Thu, 07 Apr 2011 23:33:35 +0200

python-formencode (1.2.2-1) unstable; urgency=low

  * New upstream release
  * Convert to python-support
  * Add debian/preinst to clean after python-central (Closes: #518490)
  * Remove Section from binary staza
  * Remove dh_python call from debian/rules

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 09 Mar 2009 22:56:44 +0100

python-formencode (1.2.1-2) unstable; urgency=low

  * Upload to unstable

 -- Piotr Ożarowski <piotr@debian.org>  Mon, 23 Feb 2009 21:04:26 +0100

python-formencode (1.2.1-1) experimental; urgency=low

  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * Add "${misc:Depends}" to Depends

 -- Piotr Ożarowski <piotr@debian.org>  Sun, 21 Dec 2008 21:06:26 +0100

python-formencode (1.2-1) experimental; urgency=low

  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * Install .mo files in /usr/share/locale directory
  * Add myself to Uploaders

 -- Piotr Ożarowski <piotr@debian.org>  Tue, 25 Nov 2008 19:24:20 +0100

python-formencode (1.1-1) experimental; urgency=low

  [ Carlos Galisteo ]
  * debian/control:
    - Added Homepage field.

  [ Sandro Tosi ]
  * debian/control
    - switch Vcs-Browser field to viewsvn

  [ Piotr Ożarowski ]
  * New upstream release (upload to experimental due to Lenny freeze, to ease
    testing rev. dependencies)
  * DH_PYCENTRAL=nomove removed from debian/rules
  * Add python-pkg-resources to Depends
  * Add python-egenix-mxdatetime to Suggests
  * Replace python-elementtree dependency with:
    python (>= 2.5) | python-elementtree
  * Remove .py[co] files in clean rule
  * Standards-version bumped to 3.8.0 (new Homepage field, see above)

 -- Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>  Thu, 06 Nov 2008 19:29:50 +0100

python-formencode (1.0.1-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 28 Mar 2008 06:25:38 +0100

python-formencode (1.0-1) unstable; urgency=low

  [ Fabio Tranchitella ]
  * New upstream release.

  [ Sandro Tosi ]
  * debian/control
    - uniforming Vcs-Browser field

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 18 Dec 2007 11:10:26 +0100

python-formencode (0.9-1) unstable; urgency=low

  [ Piotr Ożarowski ]
  * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)

  [ Fabio Tranchitella ]
  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 18 Dec 2007 11:03:13 +0100

python-formencode (0.7.1-2) unstable; urgency=low

  * debian/control: depends on python-elementtree. (Closes: #424659)
  * debian/rules: install missing i18n files. (Closes: #422927)

 -- Fabio Tranchitella <kobold@debian.org>  Sun, 24 Jun 2007 12:17:51 +0200

python-formencode (0.7.1-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Sun,  1 Apr 2007 19:59:25 +0200

python-formencode (0.7-1) unstable; urgency=low

  * New upstream release.

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 21 Feb 2007 09:45:00 +0100

python-formencode (0.6-1) unstable; urgency=low

  * New upstream release.
  * debian/patches/email_validator.dpatch: removed, applied upstream.

 -- Fabio Tranchitella <kobold@debian.org>  Tue,  5 Dec 2006 14:36:32 +0100

python-formencode (0.5.1-4) unstable; urgency=low

  * debian/patches/email_validator.dpatch: exception not catched, applied
    patch from Arnaud Fontaine <arnaud@andesi.org>, applied upstream in r1828.
    (Closes: #378459)

 -- Fabio Tranchitella <kobold@debian.org>  Wed, 19 Jul 2006 20:53:08 +0200

python-formencode (0.5.1-3) unstable; urgency=low

  * debian/control: depends on python-dns. (Closes: #377025)
  * debian/control: removed "[dummy package]" from short description.
    (Closes: #377031)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 14 Jul 2006 11:55:44 +0200

python-formencode (0.5.1-2) unstable; urgency=low

  * debian/control: conflicts/replaces for both python2.[34]-formencode.
    (Closes: #373917)

 -- Fabio Tranchitella <kobold@debian.org>  Fri, 16 Jun 2006 12:49:08 +0200

python-formencode (0.5.1-1) unstable; urgency=low

  * New upstream release. (Closes: #372616)
  * Python policy transition. (Closes: #373534)

 -- Fabio Tranchitella <kobold@debian.org>  Thu, 15 Jun 2006 18:44:05 +0200

python-formencode (0.4-6) unstable; urgency=low

  * debian/rules, setup.py: modified to use python-support to
    install the egg support, thanks to Gustavo Noronha Silva.
    (Closes: #365957)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 30 May 2006 21:46:38 +0200

python-formencode (0.4-5) unstable; urgency=low

  * Removed sqlformgen.py and formgen.py from the python2.3 package,
    that code is 2.4-only and experimental. (Closes: #360550)

 -- Fabio Tranchitella <kobold@debian.org>  Fri,  7 Apr 2006 08:11:33 +0000

python-formencode (0.4-4) unstable; urgency=low

  * First official release for debian. (Closes: #338382, #354916)

 -- Fabio Tranchitella <kobold@debian.org>  Tue, 17 Jan 2006 17:06:31 +0000

python-formencode (0.4-3) unstable; urgency=low

  * The future of python is .egg deployment, so putting back the .egg, you
    can follow all the details in the mailing lists.

 -- Robert J. Tanner <tanner@real-time.com>  Mon, 21 Nov 2005 18:51:35 -0600

python-formencode (0.4-2) unstable; urgency=low

  * Fixed grave python-policy violations. Thanks Matthias

 -- Robert J. Tanner <tanner@real-time.com>  Mon, 21 Nov 2005 13:55:23 -0600

python-formencode (0.4-1) unstable; urgency=low

  * New upstream release
  * http://formencode.org/news.html
  * Patch for Bug #1362549 listed on SourceForge
  * Patch for Bug #1362566 listed on SourceForge

 -- Robert J. Tanner <tanner@real-time.com>  Sun, 20 Nov 2005 23:36:25 -0600

python-formencode (0.3-0.1) unstable; urgency=low

  * New upstream release
  * Patch for improper path for testsuite

 -- Robert J. Tanner <tanner@real-time.com>  Sat, 12 Nov 2005 11:48:11 -0600

python-formencode (0.2.3dev-0) unstable; urgency=low

  * New upstream release

 -- Robert J. Tanner <tanner@real-time.com>  Sat, 12 Nov 2005 11:48:11 -0600


python-formencode (0.2.2-0) unstable; urgency=low

  * Initial Release
  * ITP: python-formencode (Closes: #338382)

 -- Robert J. Tanner <tanner@real-time.com>  Wed,  9 Nov 2005 17:26:09 -0600