[Python-modules-commits] r19195 - in packages/pastescript/trunk/debian (changelog control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Mon Nov 7 22:06:06 UTC 2011
Date: Monday, November 7, 2011 @ 22:06:05
Author: piotr
Revision: 19195
* New upstream release
* Add python-cherrypy to Suggests (for egg:PasteScript#cherrypy)
Modified:
packages/pastescript/trunk/debian/changelog
packages/pastescript/trunk/debian/control
Modified: packages/pastescript/trunk/debian/changelog
===================================================================
--- packages/pastescript/trunk/debian/changelog 2011-11-07 21:14:39 UTC (rev 19194)
+++ packages/pastescript/trunk/debian/changelog 2011-11-07 22:06:05 UTC (rev 19195)
@@ -1,3 +1,10 @@
+pastescript (1.7.5-1) unstable; urgency=low
+
+ * New upstream release
+ * Add python-cherrypy to Suggests (for egg:PasteScript#cherrypy)
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 07 Nov 2011 23:00:33 +0100
+
pastescript (1.7.4.2-1) unstable; urgency=low
* New upstream release
Modified: packages/pastescript/trunk/debian/control
===================================================================
--- packages/pastescript/trunk/debian/control 2011-11-07 21:14:39 UTC (rev 19194)
+++ packages/pastescript/trunk/debian/control 2011-11-07 22:06:05 UTC (rev 19195)
@@ -17,7 +17,7 @@
Depends: ${python:Depends}, ${misc:Depends},
python-paste (>= 1.3), python-pastedeploy,
python-setuptools | python-distribute
-Suggests: python-flup (>= 0.5-1), python-cheetah (>= 1.0-1.1), ${sphinxdoc:Depends}
+Suggests: python-flup (>= 0.5-1), python-cherrypy, python-cheetah (>= 1.0-1.1), ${sphinxdoc:Depends}
Description: serving web applications, creating file layouts for Python packages
Paster is pluggable command-line frontend,
including commands to setup package file layouts
More information about the Python-modules-commits
mailing list