[Python-modules-commits] r20387 - in packages/pisa/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Feb 9 21:22:37 UTC 2012


    Date: Thursday, February 9, 2012 @ 21:22:36
  Author: piotr
Revision: 20387

Bump minimum required python-reportlab version to 2.2
(see sx/pisa3/__init__.py)

Modified:
  packages/pisa/trunk/debian/changelog
  packages/pisa/trunk/debian/control

Modified: packages/pisa/trunk/debian/changelog
===================================================================
--- packages/pisa/trunk/debian/changelog	2012-02-09 21:16:46 UTC (rev 20386)
+++ packages/pisa/trunk/debian/changelog	2012-02-09 21:22:36 UTC (rev 20387)
@@ -1,3 +1,10 @@
+pisa (3.0.32-2) UNRELEASED; urgency=low
+
+  * Bump minimum required python-reportlab version to 2.2
+    (see sx/pisa3/__init__.py)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 09 Feb 2012 22:15:19 +0100
+
 pisa (3.0.32-1) unstable; urgency=low
 
   * Initial release (Closes: #504277). Thanks to Toby Smithe

Modified: packages/pisa/trunk/debian/control
===================================================================
--- packages/pisa/trunk/debian/control	2012-02-09 21:16:46 UTC (rev 20386)
+++ packages/pisa/trunk/debian/control	2012-02-09 21:22:36 UTC (rev 20387)
@@ -15,7 +15,7 @@
 Package: python-pisa
 Architecture: all
 Provides: ${python:Provides}
-Depends: ${misc:Depends}, ${python:Depends}, python-html5lib, python-imaging, python-pypdf, python-reportlab
+Depends: ${misc:Depends}, ${python:Depends}, python-html5lib, python-imaging, python-pypdf, python-reportlab (>= 2.2)
 Description: PDF generator using HTML and CSS (Python module)
  pisa is an html2pdf converter using the ReportLab Toolkit, HTML5lib and pyPdf.
  .




More information about the Python-modules-commits mailing list