wok-current rev 25248
updated python-webob (1.8.6 -> 1.8.7)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jul 14 07:26:47 2022 +0100 (2022-07-14) |
parents | d90c890997e3 |
children | c0f79eae8eb7 |
files | python-webob/description.txt python-webob/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-webob/description.txt Thu Jul 14 07:26:47 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +WebOb provides objects for HTTP requests and responses. 1.5 +Specifically it does this by wrapping the WSGI request environment 1.6 +and response status/headers/app_iter(body). 1.7 + 1.8 +The request and response objects provide many conveniences for parsing 1.9 +HTTP request and forming HTTP responses. 1.10 +Both objects are read/write: as a result, WebOb is also a nice way to 1.11 +create HTTP requests and parse HTTP responses.
2.1 --- a/python-webob/receipt Thu Jul 14 07:22:55 2022 +0100 2.2 +++ b/python-webob/receipt Thu Jul 14 07:26:47 2022 +0100 2.3 @@ -1,13 +1,14 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-webob" 2.7 -VERSION="1.8.6" 2.8 +VERSION="1.8.7" 2.9 CATEGORY="development" 2.10 TAGS="python" 2.11 SHORT_DESC="WSGI request and response object." 2.12 MAINTAINER="taziden@slitaz.org" 2.13 LICENSE="MIT" 2.14 -WEB_SITE="https://pypi.python.org/pypi/WebOb/" 2.15 +WEB_SITE="https://pypi.org/project/WebOb/" 2.16 +REPOLOGY="python:webob" 2.17 2.18 SOURCE="WebOb" 2.19 TARBALL="$SOURCE-$VERSION.tar.gz" 2.20 @@ -32,5 +33,5 @@ 2.21 # Rules to gen a SliTaz package suitable for Tazpkg. 2.22 genpkg_rules() 2.23 { 2.24 - cp -a $install/usr $fs 2.25 + cook_copy_folders lib 2.26 }