Hello community,
here is the log from the commit of package python-reportlab for
openSUSE:Factory checked in at 2019-05-22 10:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reportlab (Old)
and /work/SRC/openSUSE:Factory/.python-reportlab.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-reportlab"
Wed May 22 10:52:24 2019 rev:20 rq:704527 version:3.5.21
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes
2019-01-11 14:00:40.928090362 +0100
+++
/work/SRC/openSUSE:Factory/.python-reportlab.new.5148/python-reportlab.changes
2019-05-22 10:52:26.563285430 +0200
@@ -1,0 +2,20 @@
+Tue May 21 11:39:51 UTC 2019 - [email protected]
+
+- version update to 3.5.21
+ * fix bug in legends
+ * add extra table info in spanning error case
+ * Preliminary MultiCol implementation
+ * fix missing xrange import
+ * allow rgb to have fractions of 1 in css colors
+ * fix bug with a tag href not having a scheme
+ * all0w LineChart/LinePlot area fills to differe from the stroke colour
+ * add canvas setProducer method
+ * more FrameBG changes vs BalancedColumns
+ * fix bb issues #176/#177 reported by graingert & droidzone
+ * more FrameBG fixes; added canvas cross method, frame static drawBoundary
+ * fix stroking for frame background in container
+ * add stroking for frame background
+ * added axes tickStrokeWidth etc etc
+ * added rl_setting.reserveTTFNotdef inspired by e3office at bitbucket (pr
#50)
+
+-------------------------------------------------------------------
Old:
----
reportlab-3.5.12.tar.gz
New:
----
encryption.gif
reportlab-3.5.21.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-reportlab.spec ++++++
--- /var/tmp/diff_new_pack.LMaRab/_old 2019-05-22 10:52:28.671283498 +0200
+++ /var/tmp/diff_new_pack.LMaRab/_new 2019-05-22 10:52:28.687283483 +0200
@@ -16,28 +16,26 @@
#
-# Tests require a network connection
-%bcond_with tests
-
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-reportlab
-Version: 3.5.12
+Version: 3.5.21
Release: 0
Url: http://www.reportlab.com/
Summary: The Reportlab Toolkit
License: BSD-3-Clause
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
+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}
+BuildRequires: %{python_module Pillow >= 4.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
+Requires: python-Pillow >= 4.0.0
%ifpython2
Obsoletes: %{oldpython}-ReportLab < %{version}
Provides: %{oldpython}-ReportLab = %{version}
@@ -65,15 +63,17 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
-%if %{with tests}
%check
export CFLAGS="%{optflags}"
export LANG=en_US.UTF-8
pushd tests
+# make online tests offline
+cp %{SOURCE1} .
+sed -i 's@http://www.reportlab.com/rsrc/@@' test_*.py
+###
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
$python runAll.py
}
-%endif
%files %{python_files}
%license LICENSE.txt
++++++ reportlab-3.5.12.tar.gz -> reportlab-3.5.21.tar.gz ++++++
++++ 3196 lines of diff (skipped)