python-xmlschema (3.4.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.4.3.

 -- Yogeswaran Umasankar <yogu@debian.org>  Sun, 10 Nov 2024 19:27:53 +0000

python-xmlschema (3.4.2-1) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Yogeswaran Umasankar <yogu@debian.org>  Mon, 23 Sep 2024 04:56:11 +0000

python-xmlschema (3.4.2-1~exp1) experimental; urgency=medium

  * Team upload.
  * New upstream version 3.4.2.
  * Update patches
    - Drop 003-fix-test-pickle-error-py13.patch (fixed by upstream).

 -- Yogeswaran Umasankar <yogu@debian.org>  Wed, 18 Sep 2024 21:05:49 +0000

python-xmlschema (3.3.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.3.2.
  * Update patches
    - Drop removed-currently-broken-test.patch (fixed by upstream).
  * d/rules: remove trailing whitespace.

 -- Yogeswaran Umasankar <yogu@debian.org>  Mon, 19 Aug 2024 02:00:00 +0000

python-xmlschema (3.3.1-3) unstable; urgency=medium

  * Team upload.
  * Add patch to fix FTBFS -pickle error in test. (Closes: #1078364)

 -- Yogeswaran Umasankar <yogu@debian.org>  Mon, 19 Aug 2024 00:30:00 +0000

python-xmlschema (3.3.1-2) unstable; urgency=medium

  * Team upload.
  * Add patch to remove 2 broken tests, fixing FTBFS (Closes: #1073436).

 -- Thomas Goirand <zigo@debian.org>  Sat, 13 Jul 2024 08:34:56 +0200

python-xmlschema (3.3.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.3.1
  * Refresh patches (no functional changes)

 -- Timo Röhling <roehling@debian.org>  Tue, 30 Apr 2024 22:28:10 +0200

python-xmlschema (3.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 3.3.0
  * Update patches
    - Drop Fix-encoding.patch (obsolete)
    - Drop Refactor-_PurePath-to-not-use-PurePath-internals.patch (obsolete)
  * Bump python3-elementpath minimum version
  * Migrate to PEP 517 build

 -- Timo Röhling <roehling@debian.org>  Wed, 24 Apr 2024 22:40:32 +0200

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

  * Team upload.
  * New upstream version 2.1.1
  * Update patches
    - Drop Fix-new-elementpath-context-iter.patch (obsolete)
  * Bump Standards-Version to 4.7.0
  * Migrate to autopkgtest-pkg-pybuild
  * Update debian/rules

 -- Timo Röhling <roehling@debian.org>  Wed, 24 Apr 2024 12:56:50 +0200

python-xmlschema (1.10.0-7) unstable; urgency=medium

  * Team upload.
  * Do not use PurePath implementation details (Closes: #1056446)
  * Fix test setup in d/rules

 -- Timo Röhling <roehling@debian.org>  Tue, 12 Dec 2023 15:54:47 +0100

python-xmlschema (1.10.0-6) unstable; urgency=medium

  * disabled some tests, rather than executing them conditionnally after
    the success of "wget http://example.com". Closes: #1034751

 -- Georges Khaznadar <georgesk@debian.org>  Tue, 25 Apr 2023 17:29:03 +0200

python-xmlschema (1.10.0-5) unstable; urgency=medium

  * created a target "override_dh_auto_clean" in d/rules to copy the
    file mypy.ini to the build directory of pybuild, so tests based
    on mypy get a chance of success.
  * patched the file tests/test_package.py in order to enforce
    encoding="utf-8" for calls of fileinput.input, which may be
    necessary with git-build-package in a chroot.
  * patched xmlschema/testing/_builders.py and tests/test_xpath.py
    to check whether there is Internet access prior to check structures
    requiring to retreive schemas from http://example.com; added a
    build-dependency on wget.
  * those three changes should be sufficient, so it Closes: #1027439

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 22 Apr 2023 16:24:29 +0200

python-xmlschema (1.10.0-4) unstable; urgency=medium

  * created the debian patch d/Fix-tests.patch, which modifies two tests:
    xmlschema/testing/_builders.py with a true fix, and
    tests/test_typing.py which is just disabled (not a true fix).
    Closes: #1027439

 -- Georges Khaznadar <georgesk@debian.org>  Sat, 22 Apr 2023 10:58:29 +0200

python-xmlschema (1.10.0-3) unstable; urgency=medium

  * Fix patch description
  * Bump Standards-Version to 4.6.2 (no changes needed)
  * Fix d/watch URL
  * Bump copyright

 -- Christian Kastner <ckk@debian.org>  Sun, 18 Dec 2022 20:47:28 +0100

python-xmlschema (1.10.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-xmlschema-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Thu, 08 Dec 2022 01:42:02 +0000

python-xmlschema (1.10.0-1) unstable; urgency=medium

  * New upstream release. (Closes: #1007820)
    - Add python3-jinja2 to dependencies
    - Update package description
    - Require python-elementpath >= 2.5.0
  * Add Skip-failing-packaging-test.patch
  * Bump Standards-Version to 4.6.0 (no changes needed)
  * Bump debhelper compatibility level to 13

 -- Christian Kastner <ckk@debian.org>  Thu, 17 Feb 2022 16:11:28 +0100

python-xmlschema (1.4.2-1) unstable; urgency=medium

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.
    Changes-By: lintian-brush
    Fixes: lintian: tab-in-license-text
    See-also: https://lintian.debian.org/tags/tab-in-license-text.html

  [ Christian Kastner ]
  * New upstream release.
  * Bump python3-elementtree dependency to 2.1.2

 -- Christian Kastner <ckk@debian.org>  Wed, 27 Jan 2021 01:34:13 +0100

python-xmlschema (1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Update d/copyright

 -- Christian Kastner <ckk@debian.org>  Tue, 12 Jan 2021 21:28:04 +0100

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

  * New upstream release.
    - Drop obsolete patches
  * Bump elementpath Build-Depends to  >= 2.0.4
  * Bump Standards-Version to 4.5.1 (no changes needed)
  * Update test preparation in d/rules and autopkgtest.
    (Closes: #975412, #975525, #975811)

 -- Christian Kastner <ckk@debian.org>  Wed, 25 Nov 2020 22:52:50 +0100

python-xmlschema (1.2.5-1) unstable; urgency=medium

  * New upstream version 1.2.5

 -- Christian Kastner <ckk@debian.org>  Thu, 15 Oct 2020 00:03:21 +0200

python-xmlschema (1.2.2-2) unstable; urgency=medium

  * Update Maintainer and Vcs-* for new Debian Python Team
  * wrap-and-sort

 -- Christian Kastner <ckk@debian.org>  Tue, 22 Sep 2020 14:26:10 +0200

python-xmlschema (1.2.2-1) unstable; urgency=medium

  * Initial release. Closes: #968151

 -- Christian Kastner <ckk@debian.org>  Sun, 09 Aug 2020 20:13:35 +0200
