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 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
|
python-xmlschema (4.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream version 4.1.0
* python3-elementpath minimum version is 5.0.1 now
-- Timo Röhling <roehling@debian.org> Tue, 19 Aug 2025 10:38:25 +0200
python-xmlschema (3.4.5-1) unstable; urgency=medium
* Team upload.
* New upstream version 3.4.5.
* Update patch to fit new upstream version.
* d/control: bump Standards-Version to 4.7.2.
* Add d/salsa-ci.yml.
-- Yogeswaran Umasankar <yogu@debian.org> Tue, 01 Apr 2025 01:17:09 +0000
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 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
|