| 12
 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
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 
 | python-webob (1:1.8.9-1) unstable; urgency=medium
  * Team upload.
  * Adjust debian/watch for recent PyPI URL changes.
  * New upstream release:
    - CVE-2024-42353: The use of WebOb's Response object to redirect a
      request to a new location could lead to an open redirect if the
      Location header is not a full URI (closes: #1078879).
  * Fix file names in patched intersphinx_mapping.
  * Use dh-sequence-python3 and dh-sequence-sphinxdoc.
 -- Colin Watson <cjwatson@debian.org>  Sun, 12 Jan 2025 17:39:16 +0000
python-webob (1:1.8.7-3) unstable; urgency=medium
  * Fixed python3-legacy-cgi depends to python3-webob, not the doc.
 -- Thomas Goirand <zigo@debian.org>  Fri, 15 Nov 2024 11:11:53 +0100
python-webob (1:1.8.7-2) unstable; urgency=medium
  * Add python3-legacy-cgi as (build-)depends (Closes: #1082281).
 -- Thomas Goirand <zigo@debian.org>  Fri, 15 Nov 2024 09:11:22 +0100
python-webob (1:1.8.7-1) unstable; urgency=medium
  * Team upload.
  * New upstream version 1.8.7
 -- Alexandre Detiste <tchet@debian.org>  Fri, 01 Mar 2024 09:42:33 +0100
python-webob (1:1.8.6-3) unstable; urgency=medium
  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
 -- Jelmer Vernooij <jelmer@debian.org>  Mon, 17 Oct 2022 02:56:06 +0100
python-webob (1:1.8.6-2) unstable; urgency=medium
  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.
 -- Sandro Tosi <morph@debian.org>  Thu, 09 Jun 2022 21:37:09 -0400
python-webob (1:1.8.6-1.1) unstable; urgency=medium
  * Non-maintainer upload.
  * Fix test for Python 3.9, taken from upstream. Closes: #973134.
  * Fix local link for intersphinx.
 -- Matthias Klose <doko@debian.org>  Fri, 13 Nov 2020 09:29:42 +0100
python-webob (1:1.8.6-1) unstable; urgency=medium
  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation
    lines.
  * Use secure URI in Homepage field.
  * Bump debhelper from old 9 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  [ Piotr Ożarowski ]
  * New upstream release
  * Remove Barry and myself from Uploaders
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 22 Mar 2020 22:30:42 +0100
python-webob (1:1.8.5-2) unstable; urgency=medium
  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.
  [ Sandro Tosi ]
  * Drop python2 support; Closes: #938259
 -- Sandro Tosi <morph@debian.org>  Sun, 19 Jan 2020 16:56:56 -0500
python-webob (1:1.8.5-1) unstable; urgency=medium
  * New upstream release
  * Use Python 3 version of Sphinx to build docs
 -- Piotr Ożarowski <piotr@debian.org>  Sat, 05 Jan 2019 19:26:58 +0100
python-webob (1:1.8.4-1) unstable; urgency=medium
  [ Chris Lamb ]
  * Remove trailing whitespaces.
  [ TANIGUCHI Takaki ]
  * Team Upload.
  * New upstream version 1.8.4
 -- TANIGUCHI Takaki <takaki@debian.org>  Fri, 28 Dec 2018 16:25:55 +0900
python-webob (1:1.8.2-2) unstable; urgency=medium
  * Uploading to unstable.
 -- Thomas Goirand <zigo@debian.org>  Wed, 05 Sep 2018 11:07:58 +0200
python-webob (1:1.8.2-1) experimental; urgency=medium
  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/watch: Use https protocol
  * Convert git repository from git-dpm to gbp layout
  [ Thomas Goirand ]
  * New upstream release.
  * Rebased intersphinx-local.patch.
  * Fixed PYTHONPATH when running unit tests and building sphinx doc.
 -- Thomas Goirand <zigo@debian.org>  Thu, 23 Aug 2018 15:17:01 +0200
python-webob (1:1.7.3-1) experimental; urgency=medium
  * New upstream release.
  * Switching back to pytest.
  * Fixed (build-)depends for this release and ran wrap-and-sort -bast.
  * Fixed debian/copyright ordering.
 -- Thomas Goirand <zigo@debian.org>  Sun, 10 Sep 2017 11:51:33 +0200
python-webob (1:1.6.2-2) unstable; urgency=medium
  * Team upload.
  * Rollback to 1.6.2 upstream release (Closes: #849591, #851649)
    - pytest replaced with nose
 -- Ondřej Nový <onovy@debian.org>  Thu, 19 Jan 2017 16:38:16 +0100
python-webob (1.7.0-1) unstable; urgency=medium
  * New upstream release
    - nose replaced with pytest
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 28 Dec 2016 00:01:48 +0100
python-webob (1.6.2-1) unstable; urgency=medium
  * New upstream release.
 -- Barry Warsaw <barry@debian.org>  Tue, 25 Oct 2016 16:40:56 -0400
python-webob (1.6.1-1) unstable; urgency=medium
  * New upstream release.
  * d/patches/intersphinx-local.patch: Use local documentation for
    intersphinx, preventing build-time access to the internet.
    (Closes: #830611)
  * d/rules: Build the Sphinx documentation under the
    override_dh_sphinxdoc rule rather than override_dh_installdocs.
  * d/control:
    - Add dependencies to python-doc and python3-doc for local intersphinx
      links.
    - Bump Standards-Version with no other changes needed.
    - wrap-and-sort
  * d/tests: Remove, since autodep8 will do these tests for us.
 -- Barry Warsaw <barry@debian.org>  Tue, 12 Jul 2016 11:14:11 -0400
python-webob (1.6.0-1) unstable; urgency=medium
  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  [ Barry Warsaw ]
  * New upstream release.
  * d/control: Bump Standards-Version with no other changes needed.
 -- Barry Warsaw <barry@debian.org>  Wed, 13 Apr 2016 15:54:00 -0400
python-webob (1.5.1-1) unstable; urgency=medium
  * New upstream release.
  * d/rules: Use the new location for the changes file.
  * d/tests: Added simple DEP-8 smoke test.
  * d/python-webob-doc.lintian-overrides: Fix the path.
 -- Barry Warsaw <barry@debian.org>  Wed, 18 Nov 2015 17:14:23 -0500
python-webob (1.4.1-1) unstable; urgency=medium
  * New upstream release.
  * d/control: Update Standards-Version to 3.9.6 with no other changes needed.
  * d/watch: Use the pypi.debian.net mirror.
  * d/copyright: Put debian/* under Expat like upstream.  (Closes: #748704)
 -- Barry Warsaw <barry@debian.org>  Mon, 27 Apr 2015 14:36:48 -0400
python-webob (1.4-2) unstable; urgency=medium
  * Removed debian/python3-webob.pyremove: we really need the egg-info file.
    Thanks to doko for the bug report. (Closes: #757928)
  * Added myself as uploader.
 -- Thomas Goirand <zigo@debian.org>  Sat, 30 Aug 2014 18:25:25 +0000
python-webob (1.4-1) unstable; urgency=medium
  * New upstream release.
  * d/python3-webob.pyremove: Prune out the extra egg-info directory to
    avoid a lintian warning.
 -- Barry Warsaw <barry@debian.org>  Mon, 19 May 2014 16:28:31 -0400
python-webob (1.3.1-1) unstable; urgency=medium
  * New upstream release
 -- Piotr Ożarowski <piotr@debian.org>  Tue, 28 Jan 2014 23:05:20 +0100
python-webob (1.3-1) unstable; urgency=medium
  * New upstream release
  * fix_test_header2.patch removed, applied upstream
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 11 Dec 2013 19:42:41 +0100
python-webob (1.2.3-5) unstable; urgency=low
  [ Barry Warsaw ]
  * Remove Christoph Hass from Uploaders as per his request.
  [ Piotr Ożarowski ]
  * python-webob Breaks: python-pylons < 1.0.1 (closes: #721866)
  * Switch to buildsystem=pybuild, add dh-python to Build-Depends
  * Update debian/watch file
  * Bump Standards-Version to 3.9.5 (no changes needed)
 -- Piotr Ożarowski <piotr@debian.org>  Sun, 01 Dec 2013 20:46:55 +0100
python-webob (1.2.3-4) unstable; urgency=low
  * Team upload.
  * debian/copyright: Correctly identify upstream license as Expat.
  * debian/control: Drop python-webtest B-D; no longer needed.
 -- Barry Warsaw <barry@debian.org>  Mon, 29 Jul 2013 13:32:44 -0400
python-webob (1.2.3-3) unstable; urgency=low
  * Team upload.
  * Add Python 3 support, contributed by Yolanda Robla.  (Closes: #717655)
  * debian/patches/fix_test_header2.patch: Test should pass independently
    of the order of result.
  * debian/control:
    - Add Barry Warsaw to Uploaders.
    - Add python3-webob and python-webob-doc binary packages.
    - wrap-and-sort
    - Add X-Python3-Version.
  * debian/watch: Use the PyPI download URL.
  * debian/rules: Modernize as per library style guide.
 -- Barry Warsaw <barry@debian.org>  Wed, 24 Jul 2013 17:56:22 -0400
python-webob (1.2.3-2) unstable; urgency=low
  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.
  [ Thomas Goirand ]
  * Uploading to unstable.
 -- Thomas Goirand <zigo@debian.org>  Sat, 11 May 2013 07:53:25 +0000
python-webob (1.2.3-1) experimental; urgency=low
  * Team upload.
  * New upstream release.
  * Uploading to experimental.
  * Increase compat level and debhelper to 9.
  * Added missing --install-layout=deb when calling setup.py.
  * Bumped standard-version to 3.9.4 (no change).
 -- Thomas Goirand <zigo@debian.org>  Thu, 14 Feb 2013 18:01:49 +0000
python-webob (1.1.1-1) unstable; urgency=low
  * New upstream release
 -- Piotr Ożarowski <piotr@debian.org>  Mon, 19 Sep 2011 19:53:35 +0200
python-webob (1.1-1) unstable; urgency=low
  * New upstream release
    - minimum required Python version bumped to 2.5
  * Let dh_sphinxdoc handle documentation files, python-sphinx build
    dependency bumped to 1.0.7+dfsg-1
  * Homepage changed to webob.org
 -- Piotr Ożarowski <piotr@debian.org>  Thu, 08 Sep 2011 19:59:02 +0200
python-webob (1.0.8-1) unstable; urgency=low
  [ Soren Hansen ]
  * New upstream release
  [ Piotr Ożarowski ]
  * Add build-indep and build-arch targets in debian/rules
  * Add Soren Hansen to Uploaders
 -- Piotr Ożarowski <piotr@debian.org>  Tue, 21 Jun 2011 20:38:49 +0200
python-webob (1.0.7-1) unstable; urgency=low
  * New upstream release
 -- Piotr Ożarowski <piotr@debian.org>  Thu, 28 Apr 2011 21:22:32 +0200
python-webob (1.0.6-1) unstable; urgency=low
  * New upstream release
  * debian/watch updated to search for .tar.bz2 on bitbucket
  * Run tests for default Python interpreter at build time,
    add python-webtest and python-nose to build dependencies
  * Remove WebOb.egg-info/* files in clean rule (upstream doesn't always
    regenerate them)
  * Bump Standards-Version to 3.9.2 (no changes needed)
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 13 Apr 2011 20:37:24 +0200
python-webob (1.0.5-1) experimental; urgency=low
  * New upstream release
  * No longer uses ${python:Breaks}
  * debian/watch updated to search for .zip files (tarballs are not released
    anymore)
 -- Piotr Ożarowski <piotr@debian.org>  Fri, 18 Mar 2011 22:50:30 +0100
python-webob (1.0.3-1) experimental; urgency=low
  * New upstream release
 -- Piotr Ożarowski <piotr@debian.org>  Sat, 26 Feb 2011 22:25:34 +0100
python-webob (1.0.1-1) experimental; urgency=low
  * New upstream release
    - minimum required python-sphinx version bumped to 1.0
  * Convert to dh_python2
  * Source format changed to 3.0 (quilt)
 -- Piotr Ożarowski <piotr@debian.org>  Sat, 15 Jan 2011 22:23:08 +0100
python-webob (1.0-1) unstable; urgency=low
  * New upstream release
  * add_docs_conf.patch removed (no longer needed)
  * Fix /usr/share/doc/python-paste/docs dir name (webob instead of weberror
  * Bump Standards-Version to 3.9.1 (no changes needed)
 -- Piotr Ożarowski <piotr@debian.org>  Fri, 22 Oct 2010 12:18:36 +0200
python-webob (0.9.8-1) unstable; urgency=low
  * New upstream release
  * Bump Standards-Version to 3.8.4 (no changes needed)
 -- Piotr Ożarowski <piotr@debian.org>  Fri, 05 Feb 2010 23:35:56 +0100
python-webob (0.9.7.1-1) unstable; urgency=low
  * New upstream release
  * 01-autoclass-autodata patch removed, no longer needed
  * Add add_docs_conf.patch (missing in upstream tarball)
  * Bump Standards-Version to 3.8.3 (no changes needed)
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 13 Jan 2010 22:07:40 +0100
python-webob (0.9.6.1-1.1) unstable; urgency=low
  * Apply patch by Jakub Wilk <ubanus@users.sf.net> to replace "autoclass::"
    definitions with "autodata::" and additionally bump Build-Depends on
    python-sphinx. (Closes: #527496)
  * Bump Standards-Version to 3.8.2.
 -- Chris Lamb <lamby@debian.org>  Mon, 03 Aug 2009 00:37:21 +0100
python-webob (0.9.6.1-1) unstable; urgency=low
  [ Piotr Ożarowski ]
  * New upstream release
  [ Christoph Haas ]
  * Debian packaging licensed under the terms of the MIT license now.
 -- Piotr Ożarowski <piotr@debian.org>  Thu, 12 Feb 2009 19:16:48 +0100
python-webob (0.9.5-1) unstable; urgency=low
  [ Sandro Tosi ]
  * Switch Vcs-Browser field to viewsvn
  [ Piotr Ożarowski ]
  * New upstream release
  * Add ${misc:Depends} to Depends
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 31 Dec 2008 14:39:37 +0100
python-webob (0.9.4-1) unstable; urgency=low
  * New upstream release
  * Build docs using Sphinx:
    + python-sphinx added to build dependencies
    + new suggested package: libjs-jquery
 -- Piotr Ożarowski <piotr@debian.org>  Wed, 29 Oct 2008 23:31:04 +0100
python-webob (0.9.3-1) unstable; urgency=low
  * New upstream release
 -- Piotr Ożarowski <piotr@debian.org>  Mon, 15 Sep 2008 21:26:02 +0200
python-webob (0.9.2-1) unstable; urgency=low
  * New upstream release
  * python, python-all-dev, python-support, and python-setuptools build
    dependencies moved to Build-Depends-Indep
  * debian/watch file added
  * dpatch removed from debian/control and debian/rules
  * Vcs-Svn and Vcs-Browser fields added in debian/control
  * docs/news.txt file installed as upstream changelog
  * Bump Standards-Version to 3.8.0 (no changes needed)
  * Change Priority to optional
  * Move team name to Maintainer field, add myself to Uploaders
 -- Piotr Ożarowski <piotr@debian.org>  Tue, 22 Jul 2008 23:20:11 +0200
python-webob (0.9.1-2) unstable; urgency=low
  * Added dpatch to source dependencies (Closes: #479927)
 -- Christoph Haas <haas@debian.org>  Wed, 07 May 2008 18:37:19 +0200
python-webob (0.9.1-1) unstable; urgency=low
  * Initial release (Closes: #476924)
 -- Christoph Haas <haas@debian.org>  Sun, 20 Apr 2008 10:42:43 +0200
 |