pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/py-reportlab



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 10 08:10:11 UTC 2020

Modified Files:
        pkgsrc/print/py-reportlab: Makefile distinfo

Log Message:
py-reportlab: updated to 3.5.42

RELEASE 3.5.42
* fix bug in tables.py reported by Kamil Niski https://bitbucket.org/rptlab/reportlab/issues/182 & Adam Kalinsky

RELEASE 3.5.41
* fix python3 bug in DDIndenter.__getattr__

RELEASE 3.5.40
* fix broken (by robin) simple bar lables found by Djan

RELEASE 3.5.39
* allow selection of ttf subfonts by PS name
* revert to old style recursiveGetAttr
* raise error for problematic Canvas.setDash reported by Mike Carter from sitemorse

RELEASE 3.5.38
* bug fix for normalDate monthnames; bump travis; version-->3.5.38

RELEASE 3.5.37
* experimental support for 2d pie/doughnut shading

RELEASE 3.5.36
* update travis version of multibuild contrib by Matthew Brett
* fixes to cope with python 3.9
* imrove Drawing formats handling and ensure asString can do svg

RELEASE 3.5.35
* test fixes
* Label enhancement
* added isSubclassOf validator
* added CrossHair widget


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/print/py-reportlab/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/py-reportlab/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/py-reportlab/Makefile
diff -u pkgsrc/print/py-reportlab/Makefile:1.74 pkgsrc/print/py-reportlab/Makefile:1.75
--- pkgsrc/print/py-reportlab/Makefile:1.74     Wed Feb 19 17:47:59 2020
+++ pkgsrc/print/py-reportlab/Makefile  Wed Jun 10 08:10:11 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2020/02/19 17:47:59 adam Exp $
+# $NetBSD: Makefile,v 1.75 2020/06/10 08:10:11 adam Exp $
 
-DISTNAME=      reportlab-3.5.34
+DISTNAME=      reportlab-3.5.42
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    print python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/reportlab/}

Index: pkgsrc/print/py-reportlab/distinfo
diff -u pkgsrc/print/py-reportlab/distinfo:1.35 pkgsrc/print/py-reportlab/distinfo:1.36
--- pkgsrc/print/py-reportlab/distinfo:1.35     Wed Feb 19 17:47:59 2020
+++ pkgsrc/print/py-reportlab/distinfo  Wed Jun 10 08:10:11 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.35 2020/02/19 17:47:59 adam Exp $
+$NetBSD: distinfo,v 1.36 2020/06/10 08:10:11 adam Exp $
 
-SHA1 (reportlab-3.5.34.tar.gz) = 0b90d65fe4e6da78b3d143bb3f0f5dd5382f23df
-RMD160 (reportlab-3.5.34.tar.gz) = c52c150f4ea799f3f9d4939f28305b4fc0a0ece3
-SHA512 (reportlab-3.5.34.tar.gz) = 98c826830cad3a232ffed370cfcda2fb19c0e796671e48e39ed4813b6f3fc441cd4312e517cc8a94ed510029fb2ebfee198db2ac825d0c37bf4bbe2a81d935cd
-Size (reportlab-3.5.34.tar.gz) = 2879736 bytes
+SHA1 (reportlab-3.5.42.tar.gz) = 4489dc96b140737e9c9869f4a05a80f9971a0f6f
+RMD160 (reportlab-3.5.42.tar.gz) = c34f914985bd9be114d0058ab090eab26b56e8de
+SHA512 (reportlab-3.5.42.tar.gz) = f52717867190bf7812fd566d9ec3044198db809cdd0f53cc9dbfa92503a202540db659369e20bba3de07cd28eb10515d03b85700ac138c9394dc9eed1f08b8f8
+Size (reportlab-3.5.42.tar.gz) = 2883081 bytes



Home | Main Index | Thread Index | Old Index