wok rev 25213

updated python-paste (3.4.0 -> 3.5.0)
author Hans-G?nter Theisgen
date Wed Jul 13 15:17:25 2022 +0100 (22 months ago)
parents 73452f569a6d
children d171690dddbf
files python-paste/description.txt python-paste/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-paste/description.txt	Wed Jul 13 15:17:25 2022 +0100
     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.
     2.1 --- a/python-paste/receipt	Wed Jul 13 15:14:14 2022 +0100
     2.2 +++ b/python-paste/receipt	Wed Jul 13 15:17:25 2022 +0100
     2.3 @@ -1,13 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="python-paste"
     2.7 -VERSION="3.4.0"
     2.8 +VERSION="3.5.0"
     2.9  CATEGORY="development"
    2.10  TAGS="python"
    2.11  SHORT_DESC="Tools for using a Web Server Gateway Interface stack."
    2.12  MAINTAINER="pankso@slitaz.org"
    2.13  LICENSE="MIT"
    2.14  WEB_SITE="https://pypi.org/project/Paste/"
    2.15 +REPOLOGY="python:paste"
    2.16  
    2.17  SOURCE="Paste"
    2.18  TARBALL="$SOURCE-$VERSION.tar.gz"