./www/py-WebOb, Python module providing WSGI request and response objects

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.8.9, Package name: py312-WebOb-1.8.9, Maintainer: kamelderouiche

WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.

The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment


Required to run:
[devel/py-setuptools] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 273.218 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-11-01 01:08:47 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-WebOb: update to 1.8.9.

1.8.9 (2024-11-23)
------------------

Bugfix
~~~~~~

- Add `legacy-cgi` to required packages to be installed for Python 3.13
  compatibility. See https://github.com/Pylons/webob/pull/469
   2024-10-12 10:13:13 by Thomas Klausner | Files touched by this commit (1)
Log message:
ipy-WebOb: add comment that it doesn't support Python 3.13

link to upstream bug report
   2024-08-19 23:09:46 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-WebOb: update to 1.8.8.

1.8.8 (2024-08-13)
------------------

Security Fix
~~~~~~~~~~~~

- The use of WebOb's Response object to redirect a request to a new location
  can lead to an open redirect if the Location header is not a full URI.

  See https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3
  and CVE-2024-42353

  Thanks to Sara Gao for the report
   2024-08-10 11:26:15 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-WebOb: convert to wheel.mk

Remove unused test dependency.

Bump PKGREVISION.
   2022-08-24 11:53:33 by Thomas Klausner | Files touched by this commit (4)
Log message:
py-WebOb and dependencies: restrict to python 3.x
   2022-08-24 11:25:57 by Thomas Klausner | Files touched by this commit (17)
Log message:
*: use coverage from versioned_dependencies.mk
   2022-08-24 10:41:09 by Thomas Klausner | Files touched by this commit (13)
Log message:
*: use py-test-cov from versioned_dependencies