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 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
|
python-cheroot (10.0.1+ds1-4) unstable; urgency=medium
* Team upload.
* Dropped a patch that was only needed for Pytest versions below 7.
* d/rules: fix usage of DEB_BUILD_OPTION_PARALLEL to work when
"parallel=" (set, but no value) or when "parallel" is missing from
DEB_BUILD_OPTIONS.
* Cap the parallelization at 3, one of the tests reliably fails at 4+.
* Standards-Version: 4.7.1 (routine-update)
-- Michael R. Crusoe <crusoe@debian.org> Wed, 26 Feb 2025 18:07:52 +0100
python-cheroot (10.0.1+ds1-3) unstable; urgency=medium
* Team upload.
* d/rules: respect DEB_BUILD_OPTION_PARALLEL for running the tests in
parallel.
* Standards-Version: 4.7.0 (routine-update)
-- Michael R. Crusoe <crusoe@debian.org> Wed, 22 Jan 2025 13:14:38 +0100
python-cheroot (10.0.1+ds1-2) unstable; urgency=medium
* Team upload.
* Suppress pytest.PytestUnraisableExceptionWarning raised in test cleanup
(closes: #1089026).
-- Colin Watson <cjwatson@debian.org> Wed, 11 Dec 2024 19:54:11 +0000
python-cheroot (10.0.1+ds1-1) unstable; urgency=medium
* Team upload.
[ Alexandre Detiste ]
* d/control: remove dependency on python3-six
[ Michael R. Crusoe ]
* d/watch: fix RC and Beta tagging
* Removed plain_setuptools-scm.patch, upstream stopped using
setuptools_scm_git_archive
* Switch to Testsuite: autopkgtest-pkg-pybuild from manually invoking
pytest
* Skip "test_https_over_http_error" which is looking for an outdated error
message.
Closes: #1070054
* d/control: mark relevant build-depends as only needed for checks
* d/clean: clean up after build. Closes: #1046035
-- Michael R. Crusoe <crusoe@debian.org> Sun, 08 Sep 2024 12:17:12 +0200
python-cheroot (10.0.0+ds1-2) unstable; urgency=medium
* Team upload.
* Cherry-pick patch from upstream to use plain setuptools-scm instead
of the -git-archive plugin. Closes: #1060028
* Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
* d/control: build-dep on pybuild-plugin-pyproject to enable PEP-517
building.
* d/rules: modernize pybuild usage. Now there is a /usr/bin/cheroot,
improved dependency list for the binary package, and a real "dist-info"
directory.
-- Michael R. Crusoe <crusoe@debian.org> Sat, 23 Mar 2024 12:43:52 +0100
python-cheroot (10.0.0+ds1-1) unstable; urgency=medium
* Fix patch metadata.
* Bump standards-version to 4.6.2.
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Mon, 26 Jun 2023 07:31:33 +0200
python-cheroot (9.0.0+ds1-2) unstable; urgency=medium
* Team upload.
* Enable execution of test suite during package build. Skip small subset of
tests that rely on unpackaged dependencies, unset proxy variable to support
SSL tests. Thanks to James Page for the initial Ubuntu version.
* Run pytests in autopkgtest as well
-- Benjamin Drung <bdrung@debian.org> Tue, 13 Dec 2022 19:31:16 +0100
python-cheroot (9.0.0+ds1-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.6.1.
-- Julien Puydt <jpuydt@debian.org> Tue, 22 Nov 2022 11:10:23 +0100
python-cheroot (8.6.0+ds1-3) unstable; urgency=medium
* Add a patch to declare a PEP440-compatible version (Closes: #1010894).
-- Julien Puydt <jpuydt@debian.org> Thu, 12 May 2022 17:27:36 +0200
python-cheroot (8.6.0+ds1-2) unstable; urgency=medium
* Drop excess comma from Maintainer field.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 18 Feb 2022 17:08:04 +0000
python-cheroot (8.6.0+ds1-1) unstable; urgency=medium
* Fix d/watch (again).
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Fri, 04 Feb 2022 08:56:44 +0100
python-cheroot (8.5.2+ds1-3) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on dh-python.
[ Sandro Tosi ]
* debian/control
- use proper team name and email address
-- Sandro Tosi <morph@debian.org> Tue, 31 Aug 2021 00:32:41 -0400
python-cheroot (8.5.2+ds1-2) unstable; urgency=medium
* Fix d/watch.
* Bump standards-version to 4.6.0.
-- Julien Puydt <jpuydt@debian.org> Fri, 27 Aug 2021 14:56:02 +0200
python-cheroot (8.5.2+ds1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Fri, 29 Jan 2021 09:19:28 +0100
python-cheroot (8.5.1+ds1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Mon, 14 Dec 2020 08:40:05 +0100
python-cheroot (8.5.0+ds1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Tue, 08 Dec 2020 08:58:59 +0100
python-cheroot (8.4.8+ds1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Thu, 26 Nov 2020 07:09:32 +0100
python-cheroot (8.4.7+ds1-1) unstable; urgency=medium
* New upstream release.
* Bump std-vers to 4.5.1.0.
-- Julien Puydt <jpuydt@debian.org> Wed, 18 Nov 2020 18:40:40 +0100
python-cheroot (8.4.5+ds1-2) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Julien Puydt ]
* Mark the import test as superficial (Closes: #971497).
-- Julien Puydt <jpuydt@debian.org> Mon, 12 Oct 2020 22:52:10 +0200
python-cheroot (8.4.5+ds1-1) unstable; urgency=medium
* New upstream release.
* Add repository-related upstream metadata.
-- Julien Puydt <jpuydt@debian.org> Mon, 31 Aug 2020 00:02:31 +0200
python-cheroot (8.4.4+ds1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sun, 16 Aug 2020 17:07:09 +0200
python-cheroot (8.4.2+ds1-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sun, 02 Aug 2020 08:52:30 +0200
python-cheroot (8.4.0+ds1-1) unstable; urgency=medium
* Complete d/watch to repack with numbered suffix.
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Fri, 24 Jul 2020 10:29:58 +0200
python-cheroot (8.3.1+ds-1) unstable; urgency=low
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Bug-Database, Bug-Submit.
* Update standards version to 4.5.0, no changes needed.
[ Julien Puydt ]
* Update the team mailing list address.
* Bump dh compat to 13.
* Declare rules doesn't require root.
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Thu, 16 Jul 2020 09:46:54 +0200
python-cheroot (8.3.0+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 15 Feb 2020 08:36:12 +0100
python-cheroot (8.2.1+ds-2) unstable; urgency=medium
* Add dep on jaraco.functools (Closes: #943409)
-- Julien Puydt <jpuydt@debian.org> Mon, 28 Oct 2019 13:45:18 +0100
python-cheroot (8.2.1+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Tue, 22 Oct 2019 10:54:37 +0200
python-cheroot (7.0.0+ds-1) unstable; urgency=medium
* New upstream release.
* Bump std-ver to 4.4.1.
-- Julien Puydt <jpuydt@debian.org> Wed, 09 Oct 2019 11:32:55 +0200
python-cheroot (6.5.8+ds-1) unstable; urgency=medium
* New upstream release.
* Update dates in d/copyright.
-- Julien Puydt <jpuydt@debian.org> Wed, 11 Sep 2019 17:17:20 +0200
python-cheroot (6.5.6+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Wed, 11 Sep 2019 17:14:57 +0200
python-cheroot (6.5.5+ds-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* Bump Standards-Version to 4.4.0.
-- Julien Puydt <jpuydt@debian.org> Sun, 28 Jul 2019 09:01:26 +0200
python-cheroot (6.5.5+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 04 May 2019 08:31:57 +0200
python-cheroot (6.5.4+ds-2) unstable; urgency=medium
* Team upload.
* Fix d/rules to provide a .egg-info file.
-- Pierre-Elliott Bécue <peb@debian.org> Tue, 08 Jan 2019 02:26:00 +0100
python-cheroot (6.5.4+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Wed, 02 Jan 2019 17:21:43 +0100
python-cheroot (6.5.3+ds-1) unstable; urgency=medium
* New upstream release.
* Bump std-ver to 4.3.0.
-- Julien Puydt <jpuydt@debian.org> Tue, 01 Jan 2019 18:24:55 +0100
python-cheroot (6.5.2+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Wed, 05 Sep 2018 07:30:51 +0200
python-cheroot (6.5.0+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 01 Sep 2018 07:34:18 +0200
python-cheroot (6.4.0+ds-2) unstable; urgency=medium
* Point d/watch to /releases instead of /tags.
* Bump std-ver to 4.2.0.
-- Julien Puydt <jpuydt@debian.org> Thu, 16 Aug 2018 09:36:01 +0200
python-cheroot (6.4.0+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Sat, 04 Aug 2018 16:33:31 +0200
python-cheroot (6.3.3+ds-1) unstable; urgency=medium
* New upstream release.
-- Julien Puydt <jpuydt@debian.org> Fri, 27 Jul 2018 08:22:01 +0200
python-cheroot (6.3.2+ds-1) unstable; urgency=medium
* Initial release. (Closes: #902987)
-- Julien Puydt <jpuydt@debian.org> Wed, 04 Jul 2018 16:22:24 +0200
|