# HG changeset patch # User Hans-G?nter Theisgen # Date 1657780007 -3600 # Node ID a8259fba4f93763823ada0a1633c2126e66cae77 # Parent d90c890997e3c40f8f5032bd899ca281668e83dd updated python-webob (1.8.6 -> 1.8.7) diff -r d90c890997e3 -r a8259fba4f93 python-webob/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-webob/description.txt Thu Jul 14 07:26:47 2022 +0100 @@ -0,0 +1,8 @@ +WebOb provides objects for HTTP requests and responses. +Specifically it does this by wrapping the WSGI request environment +and response status/headers/app_iter(body). + +The request and response objects provide many conveniences for parsing +HTTP request and forming HTTP responses. +Both objects are read/write: as a result, WebOb is also a nice way to +create HTTP requests and parse HTTP responses. diff -r d90c890997e3 -r a8259fba4f93 python-webob/receipt --- a/python-webob/receipt Thu Jul 14 07:22:55 2022 +0100 +++ b/python-webob/receipt Thu Jul 14 07:26:47 2022 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="python-webob" -VERSION="1.8.6" +VERSION="1.8.7" CATEGORY="development" TAGS="python" SHORT_DESC="WSGI request and response object." MAINTAINER="taziden@slitaz.org" LICENSE="MIT" -WEB_SITE="https://pypi.python.org/pypi/WebOb/" +WEB_SITE="https://pypi.org/project/WebOb/" +REPOLOGY="python:webob" SOURCE="WebOb" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -32,5 +33,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/usr $fs + cook_copy_folders lib }