Version: 1.8.7, Package name: py-webob-1.8.7 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description 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. |
Filesize: 272.016 KB |
Version History (View Complete History) |
|
2021-11-01 18:03:00 by Stuart Henderson | Files touched by this commit (131) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-03-14 15:30:45 by Kurt Mosiejczuk | Files touched by this commit (3) |
Log message: Update py-webob to 1.8.7 and drop python 2 flavor Changelog: https://docs.pylonsproject.org/projects/webob/en/stable/changes.html ok sthen@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2019-11-08 16:37:32 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Move tests to MODPY_PYTEST and enable tests for python3. While here move HOMEPAGE to https |
2019-07-12 14:51:31 by Stuart Henderson | Files touched by this commit (859) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2017-05-12 01:58:48 by Alexandr Shadchin | Files touched by this commit (3) |
Log message: Update to py-webob 1.7.2, add py3 flavor. From Nils Reusse <n dot reusse at hxgn dot net> |
2015-09-29 04:53:17 by Stuart Henderson | Files touched by this commit (22) |
Log message: bump REVISION for setuptools dep change. (should be the last one) |
2015-04-02 08:21:18 by Jasper Lievisse Adriaanse | Files touched by this commit (187) |
Log message: - switch to MODPY_PI |
2011-06-08 12:15:30 by Remi Pointel | Files touched by this commit (62) |
Log message: bump after default python version switch |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-08-30 16:02:34 by Stuart Henderson | Files touched by this commit (34) |
Log message: bumps for python |
2010-01-10 05:37:02 by Federico G. Schwindt | Files touched by this commit (3) |
Log message: Update to WebOb 0.9.7.1. |