pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/py-reportlab update to 1.21.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a2bcef96a3f
branches:  trunk
changeset: 535028:2a2bcef96a3f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Nov 05 20:57:51 2007 +0000

description:
update to 1.21.2
Noteworthy bug fixes:
-Fixes to TTF splitting
-Tables with spans improved splitting
-Fix runtime error affecting keepWithNext

diffstat:

 print/py-reportlab/Makefile |   9 ++++-----
 print/py-reportlab/PLIST    |  17 ++++++++++++++++-
 print/py-reportlab/distinfo |   8 ++++----
 3 files changed, 24 insertions(+), 10 deletions(-)

diffs (101 lines):

diff -r 4e49c19dc7b9 -r 2a2bcef96a3f print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Mon Nov 05 20:44:03 2007 +0000
+++ b/print/py-reportlab/Makefile       Mon Nov 05 20:57:51 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2007/02/22 19:27:06 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2007/11/05 20:57:51 drochner Exp $
 #
 
-DISTNAME=      ReportLab_1_20
-PKGNAME=       ${PYPKGPREFIX}-reportlab-1.20
-PKGREVISION=   2
+DISTNAME=      ReportLab_1_21_2
+PKGNAME=       ${PYPKGPREFIX}-reportlab-1.21.2
 CATEGORIES=    print python
 MASTER_SITES=  ftp://ftp.reportlab.com/
 EXTRACT_SUFX=  .tgz
@@ -12,7 +11,7 @@
 HOMEPAGE=      http://www.reportlab.com/
 COMMENT=       Powerful PDF-generating toolkit for Python
 
-WRKSRC=                ${WRKDIR}/reportlab_1_20/reportlab
+WRKSRC=                ${WRKDIR}/reportlab_1_21_2/reportlab
 PYBINMODULE=   yes
 PYDISTUTILSPKG=        yes
 
diff -r 4e49c19dc7b9 -r 2a2bcef96a3f print/py-reportlab/PLIST
--- a/print/py-reportlab/PLIST  Mon Nov 05 20:44:03 2007 +0000
+++ b/print/py-reportlab/PLIST  Mon Nov 05 20:57:51 2007 +0000
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2005/01/21 15:18:58 drochner Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/11/05 20:57:51 drochner Exp $
 ${PYSITELIB}/reportlab/README
 ${PYSITELIB}/reportlab/__init__.py
 ${PYSITELIB}/reportlab/__init__.pyc
 ${PYSITELIB}/reportlab/__init__.pyo
 ${PYSITELIB}/reportlab/changes
+${PYSITELIB}/reportlab/demos/colors/colortest.py
 ${PYSITELIB}/reportlab/demos/gadflypaper/00readme.txt
 ${PYSITELIB}/reportlab/demos/gadflypaper/gfe.py
 ${PYSITELIB}/reportlab/demos/odyssey/00readme.txt
@@ -281,6 +282,7 @@
 ${PYSITELIB}/reportlab/lib/yaml.py
 ${PYSITELIB}/reportlab/lib/yaml.pyc
 ${PYSITELIB}/reportlab/lib/yaml.pyo
+${PYSITELIB}/reportlab/license.txt
 ${PYSITELIB}/reportlab/pdfbase/__init__.py
 ${PYSITELIB}/reportlab/pdfbase/__init__.pyc
 ${PYSITELIB}/reportlab/pdfbase/__init__.pyo
@@ -371,6 +373,12 @@
 ${PYSITELIB}/reportlab/test/__init__.py
 ${PYSITELIB}/reportlab/test/__init__.pyc
 ${PYSITELIB}/reportlab/test/__init__.pyo
+${PYSITELIB}/reportlab/test/doctest.py
+${PYSITELIB}/reportlab/test/doctest.pyc
+${PYSITELIB}/reportlab/test/doctest.pyo
+${PYSITELIB}/reportlab/test/linecache_copy.py
+${PYSITELIB}/reportlab/test/linecache_copy.pyc
+${PYSITELIB}/reportlab/test/linecache_copy.pyo
 ${PYSITELIB}/reportlab/test/pythonpowered.gif
 ${PYSITELIB}/reportlab/test/runAll.py
 ${PYSITELIB}/reportlab/test/runAll.pyc
@@ -477,6 +485,9 @@
 ${PYSITELIB}/reportlab/test/test_platypus_indents.py
 ${PYSITELIB}/reportlab/test/test_platypus_indents.pyc
 ${PYSITELIB}/reportlab/test/test_platypus_indents.pyo
+${PYSITELIB}/reportlab/test/test_platypus_leftright.py
+${PYSITELIB}/reportlab/test/test_platypus_leftright.pyc
+${PYSITELIB}/reportlab/test/test_platypus_leftright.pyo
 ${PYSITELIB}/reportlab/test/test_platypus_paragraphs.py
 ${PYSITELIB}/reportlab/test/test_platypus_paragraphs.pyc
 ${PYSITELIB}/reportlab/test/test_platypus_paragraphs.pyo
@@ -510,6 +521,9 @@
 ${PYSITELIB}/reportlab/test/test_tools_pythonpoint.py
 ${PYSITELIB}/reportlab/test/test_tools_pythonpoint.pyc
 ${PYSITELIB}/reportlab/test/test_tools_pythonpoint.pyo
+${PYSITELIB}/reportlab/test/test_utils.py
+${PYSITELIB}/reportlab/test/test_utils.pyc
+${PYSITELIB}/reportlab/test/test_utils.pyo
 ${PYSITELIB}/reportlab/test/test_widgetbase_tpc.py
 ${PYSITELIB}/reportlab/test/test_widgetbase_tpc.pyc
 ${PYSITELIB}/reportlab/test/test_widgetbase_tpc.pyo
@@ -647,5 +661,6 @@
 @dirrm ${PYSITELIB}/reportlab/demos/rlzope
 @dirrm ${PYSITELIB}/reportlab/demos/odyssey
 @dirrm ${PYSITELIB}/reportlab/demos/gadflypaper
+@dirrm ${PYSITELIB}/reportlab/demos/colors
 @dirrm ${PYSITELIB}/reportlab/demos
 @dirrm ${PYSITELIB}/reportlab
diff -r 4e49c19dc7b9 -r 2a2bcef96a3f print/py-reportlab/distinfo
--- a/print/py-reportlab/distinfo       Mon Nov 05 20:44:03 2007 +0000
+++ b/print/py-reportlab/distinfo       Mon Nov 05 20:57:51 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 12:51:44 agc Exp $
+$NetBSD: distinfo,v 1.10 2007/11/05 20:57:51 drochner Exp $
 
-SHA1 (ReportLab_1_20.tgz) = 888ef5b2a8cc89ac3df9cd007597df1288669e35
-RMD160 (ReportLab_1_20.tgz) = 848244e0473a15f9aee673c65d45d54b56f5d767
-Size (ReportLab_1_20.tgz) = 2457390 bytes
+SHA1 (ReportLab_1_21_2.tgz) = 0da8959ad05de0c26c0c40c72e437be2a86c6f61
+RMD160 (ReportLab_1_21_2.tgz) = 70e21be1b422a204c478f88baccdc18cfdd128b6
+Size (ReportLab_1_21_2.tgz) = 3464482 bytes



Home | Main Index | Thread Index | Old Index