# HG changeset patch # User Hans-Günter Theisgen # Date 1657721845 -3600 # Node ID 496aa6ebe819256960a2f3d288756dcfb95396ba # Parent 73452f569a6d71d52eb097b38924c6cd91001f52 updated python-paste (3.4.0 -> 3.5.0) diff -r 73452f569a6d -r 496aa6ebe819 python-paste/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-paste/description.txt Wed Jul 13 15:17:25 2022 +0100 @@ -0,0 +1,4 @@ +Paste provides several pieces of "middleware" (or filters) that can be nested +to build web applications. +Each piece of middleware uses the WSGI (PEP 333) interface, and should be +compatible with other middleware based on those interfaces. diff -r 73452f569a6d -r 496aa6ebe819 python-paste/receipt --- a/python-paste/receipt Wed Jul 13 15:14:14 2022 +0100 +++ b/python-paste/receipt Wed Jul 13 15:17:25 2022 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="python-paste" -VERSION="3.4.0" +VERSION="3.5.0" CATEGORY="development" TAGS="python" SHORT_DESC="Tools for using a Web Server Gateway Interface stack." MAINTAINER="pankso@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/Paste/" +REPOLOGY="python:paste" SOURCE="Paste" TARBALL="$SOURCE-$VERSION.tar.gz"