wok diff python-paste/description.txt @ rev 25267

Update some deps using gcc83-lib-base
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 17 08:24:48 2022 +0000 (2022-07-17)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-paste/description.txt	Sun Jul 17 08:24:48 2022 +0000
     1.3 @@ -0,0 +1,4 @@
     1.4 +Paste provides several pieces of "middleware" (or filters) that can be nested
     1.5 +to build web applications.
     1.6 +Each piece of middleware uses the WSGI (PEP 333) interface, and should be
     1.7 +compatible with other middleware based on those interfaces.