From e4b5afd8601a85dea16e2c19a47a40ebeac76ec672e5eb06f777aa2e037fb2fa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 20 Feb 2022 20:27:21 +0000 Subject: [PATCH] - update to 3.6.7: * Remove use of cPickle * Remove unneccessary object inheritance * minor changes to python rendering in shapes.Drawing * remove jython (dead project no python3) * remove unicodeT/bytesT * import directly from string module * eliminate getBytesIO and getStringIO * remove unused and indirect imports * remove uniChr alias of chr * modify pdfdoc template to be eventually compatible with pikepdf * fix bug in table gradient bg * fix bug in validateSetattr (__dict__) * fix handling of ddfStyle in XLabel class OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-reportlab?expand=0&rev=31 --- python-reportlab.changes | 18 ++++++++++++++++++ python-reportlab.spec | 2 +- reportlab-3.6.5.tar.gz | 3 --- reportlab-3.6.7.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 reportlab-3.6.5.tar.gz create mode 100644 reportlab-3.6.7.tar.gz diff --git a/python-reportlab.changes b/python-reportlab.changes index cf97641..da50d58 100644 --- a/python-reportlab.changes +++ b/python-reportlab.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Feb 20 20:24:26 UTC 2022 - Dirk Müller + +- update to 3.6.7: + * Remove use of cPickle + * Remove unneccessary object inheritance + * minor changes to python rendering in shapes.Drawing + * remove jython (dead project no python3) + * remove unicodeT/bytesT + * import directly from string module + * eliminate getBytesIO and getStringIO + * remove unused and indirect imports + * remove uniChr alias of chr + * modify pdfdoc template to be eventually compatible with pikepdf + * fix bug in table gradient bg + * fix bug in validateSetattr (__dict__) + * fix handling of ddfStyle in XLabel class + ------------------------------------------------------------------- Sun Jan 9 19:29:21 UTC 2022 - Michael Ströder diff --git a/python-reportlab.spec b/python-reportlab.spec index cad933a..a94c52b 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -21,7 +21,7 @@ %define skip_python2 1 Name: python-reportlab -Version: 3.6.5 +Version: 3.6.7 Release: 0 Summary: The Reportlab Toolkit License: BSD-3-Clause diff --git a/reportlab-3.6.5.tar.gz b/reportlab-3.6.5.tar.gz deleted file mode 100644 index a1f3ae9..0000000 --- a/reportlab-3.6.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8fe27ad312671c9347cf5997f7c1017833fac17233f33296281ba9fa0de189a -size 4503259 diff --git a/reportlab-3.6.7.tar.gz b/reportlab-3.6.7.tar.gz new file mode 100644 index 0000000..6520d06 --- /dev/null +++ b/reportlab-3.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d035054724278129aba2a55c3edd6111b07e625ad1ff845e3ba2a5e4e203bbc8 +size 4504447