Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-reportlab for
openSUSE:Factory checked in at 2023-01-11 14:32:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reportlab (Old)
and /work/SRC/openSUSE:Factory/.python-reportlab.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-reportlab"
Wed Jan 11 14:32:57 2023 rev:34 rq:1057217 version:3.6.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes
2022-02-22 21:17:46.070281561 +0100
+++
/work/SRC/openSUSE:Factory/.python-reportlab.new.32243/python-reportlab.changes
2023-01-11 14:33:03.612555060 +0100
@@ -1,0 +2,39 @@
+Tue Jan 10 08:19:43 UTC 2023 - Daniel Garcia <[email protected]>
+
+- Update to 3.6.12:
+ * fix dpi handling in renderPM.py; bug found by Terry Zhao Terry dot Zhao
+ at fil dot com
+ * attempt fix in rparsexml.py
+ * add rl_settings.xmlParser with default 'lxml'
+ * nano RHEL related fix to setup.py contributed by James Brown jbrown at
+ easypost dot com
+ * minor speedup in reportlab.graphics.transform functions
+ * allow usage of freetype testpaths via rl_config/rl_settings textPaths
+ * _renderPM.c remove parse_utf8, make pict_putrow same as for rlPyCairo
+- CHANGES 3.6.11 24/06/2022
+ * support HORIZONTAL2 & VERTICAL2 table cell backgrounds; as suggested by
+ Sina Khelil < sina at khelil dot com >
+ * support general LINEAR & RADIAL gradient table cell backgrounds
+ * support ShowBoundaryValue in canv.drawImage
+- CHANGES 3.6.10 31/05/2022
+ * fix symlink looping in setup.py reported by MichaŠGórny < mgorny at
+ gentoo dot org >
+ * allow bearerBox attribute for some barcodes
+ * require pillow>=9.0.0 patch contributed by Claude Paroz claude at
+ 2xlibre.net
+ * Apply Claude Paroz < claude at 2xlibre dot net > patch to assume hashlib
+ md5 exists
+ * ImageReader updated to allow deepcopy; similarly for
+ doctemplate.onDrawStr
+ * fix 3.11.0b2 regression in rl_safe_eval.
+ * apply massive contribution for Table inRowSplit from Lennart Regebro <
+ lregebro at shoobx dot com >
+- CHANGES 3.6.9 22/03/2022
+ * fix up _rl_accel.c 0.81 to allow better error messages and support python
+ 3.11.0a6
+ * change the cibuildwheel setup to support macos M1 build
+- CHANGES 3.6.8 28/02/2022
+ * remove old Python2 constructs; patch from Claude Paroz < claude at
+ 2xlibre dot net >
+
+-------------------------------------------------------------------
Old:
----
reportlab-3.6.7.tar.gz
New:
----
reportlab-3.6.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-reportlab.spec ++++++
--- /var/tmp/diff_new_pack.KP6giK/_old 2023-01-11 14:33:04.416559523 +0100
+++ /var/tmp/diff_new_pack.KP6giK/_new 2023-01-11 14:33:04.440559656 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-reportlab
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,12 +16,11 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%define skip_python2 1
Name: python-reportlab
-Version: 3.6.7
+Version: 3.6.12
Release: 0
Summary: The Reportlab Toolkit
License: BSD-3-Clause
@@ -29,14 +28,14 @@
Source0:
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
Source1: encryption.gif
Patch0: reportlab-missing-includes.patch
-BuildRequires: %{python_module Pillow >= 4.0.0}
+BuildRequires: %{python_module Pillow >= 9.0.0}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module xml}
BuildRequires: fdupes
BuildRequires: freetype2-devel
BuildRequires: python-rpm-macros
-Requires: python-Pillow >= 4.0.0
+Requires: python-Pillow >= 9.0.0
Provides: python-ReportLab = %{version}
Obsoletes: python-ReportLab < %{version}
%ifpython2
@@ -49,8 +48,7 @@
The ReportLab Toolkit. An Open Source Python library for generating PDFs and
graphics.
%prep
-%setup -q -n reportlab-%{version}
-%autopatch -p1
+%autosetup -p1 -n reportlab-%{version}
sed -i "1d"
src/reportlab/lib/{formatters,fonts,corp,units,pagesizes,__init__,randomtext,logger,normalDate}.py
sed -i "1d"
src/reportlab/graphics/{widgets/table,barcode/test,testdrawings,testshapes}.py
# Fix non-executable bits
++++++ reportlab-3.6.7.tar.gz -> reportlab-3.6.12.tar.gz ++++++
++++ 5257 lines of diff (skipped)