diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-08-18 20:17:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-19 09:29:50 +0700 |
commit | b22bf4b0a3df479c9e3192c58996a63c2cf69b82 (patch) | |
tree | 12073789db8c39f5afa905b6aa652b2e444ac07d /python | |
parent | 59ce6029425ddea73b94f471d4bfe2178f29cbb1 (diff) |
python/python3-reportlab: Updated for version 4.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-reportlab/README | 3 | ||||
-rw-r--r-- | python/python3-reportlab/python3-reportlab.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-reportlab/python3-reportlab.info | 6 |
3 files changed, 4 insertions, 7 deletions
diff --git a/python/python3-reportlab/README b/python/python3-reportlab/README index 43391124d9..d382fe51ea 100644 --- a/python/python3-reportlab/README +++ b/python/python3-reportlab/README @@ -4,9 +4,6 @@ developers or creative design professionals who need to quickly and easily create or automate complex (even data-driven) documents. It is released by ReportLab Inc., under BSD license. -It includes binary extensions (previously available separately) -_rl_accel and renderPM - It has the following features: - create professional portable documents - real document layout engine (Platypus) diff --git a/python/python3-reportlab/python3-reportlab.SlackBuild b/python/python3-reportlab/python3-reportlab.SlackBuild index 4216cfb977..34ddf2199a 100644 --- a/python/python3-reportlab/python3-reportlab.SlackBuild +++ b/python/python3-reportlab/python3-reportlab.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-reportlab -VERSION=${VERSION:-4.2.0} +VERSION=${VERSION:-4.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-reportlab/python3-reportlab.info b/python/python3-reportlab/python3-reportlab.info index 79c9f7cb0f..0fabb219d7 100644 --- a/python/python3-reportlab/python3-reportlab.info +++ b/python/python3-reportlab/python3-reportlab.info @@ -1,8 +1,8 @@ PRGNAM="python3-reportlab" -VERSION="4.2.0" +VERSION="4.2.2" HOMEPAGE="https://reportlab.com" -DOWNLOAD="https://pypi.org/packages/source/r/reportlab/reportlab-4.2.0.tar.gz" -MD5SUM="83aa69a14f3450cd8e84e376d8713436" +DOWNLOAD="https://pypi.org/packages/source/r/reportlab/reportlab-4.2.2.tar.gz" +MD5SUM="5198e2ec141b3ad8ab0ddc14065f83e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |