wok diff python-pastescript/description.txt @ rev 25496

Up expat (2.5.0), CVE-2022-43680. Again.
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:26:08 2022 +0000 (18 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-pastescript/description.txt	Fri Dec 02 10:26:08 2022 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +PasteScript is a pluggable command-line tool.
     1.5 +
     1.6 +Note: Paste Script is being maintained on life support.
     1.7 +      That means that critical bugs will be fixed, and support for
     1.8 +      new versions of Python will be handled, but other than that
     1.9 +      new features are not being considered.
    1.10 +
    1.11 +It includes some built-in features;
    1.12 +
    1.13 +- Create file layouts for packages.
    1.14 +  For instance, paster create --template=basic_package MyPackage will
    1.15 +  create a setuptools-ready file layout.
    1.16 +- Serving up web applications, with configuration based on paste.deploy.