1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110
|
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 Vernooij <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
|