Hello community,
here is the log from the commit of package python-reportlab for
openSUSE:Factory checked in at 2019-01-11 14:00:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reportlab (Old)
and /work/SRC/openSUSE:Factory/.python-reportlab.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-reportlab"
Fri Jan 11 14:00:39 2019 rev:19 rq:662919 version:3.5.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes
2017-08-08 11:59:16.243760647 +0200
+++
/work/SRC/openSUSE:Factory/.python-reportlab.new.28833/python-reportlab.changes
2019-01-11 14:00:40.928090362 +0100
@@ -1,0 +2,63 @@
+Fri Jan 4 17:31:38 UTC 2019 - Todd R <[email protected]>
+
+- Update to RELEASE 3.5.12
+ * log axis handles rangeRound & avoidBoundspace
+ * FrameBG can start with "frame" & frame-permanent" start options
+- Update to RELEASE 3.5.11
+ * Improve log axis ticks & grids
+ * move some samples into tests
+- Update to RELEASE 3.5.10
+ * Bug fix for underline (contrib. Lennart Regebro @ bitbucket)
+ * Paragraph indentation bug fix
+ * Initial support for richtext graphics text labels
+ * Initial support for log axes (ideas from [email protected])
+- Update to RELEASE 3.5.9
+ * add hyphenationMinWordLength to address PR #44 (contrib Michael V.
Reztsov)
+- Update to RELEASE 3.5.8
+ * Allow structured barLabelFormat (suggestion from Ravinder Baid)
+- Update to RELEASE 3.5.7
+ * Fix tables.py splitting for line comands.
+- Update to RELEASE 3.5.6
+ * Restore DocTemplate seq attribute lost in rev c985bd7093ad (4405)
+ version 3.4.41 bug report from Jim Parinisi [email protected]
+- Update to RELEASE 3.5.5
+ * Bug fix underlined space in XPreformatted
+- Update to RELEASE 3.5.4
+ * Bug fix for Paragraph space bugs reported by Kayley Lane
+ * Use local libart code by default (libart 2.3.21-3)
+- Update to RELEASE 3.5.3
+ * Bug fix release to make really simple paras work OK
+ Reported by Kayley.Lane @ oracle.com
+ * Use local libart by default
+ * Use upgrade libart source to 2.3.21-3
https://salsa.debian.org/gnome-team/libart-lgpl@aa059539
+- Update to RELEASE 3.5.2
+ * Bug fix release to make th sdist work properly
+- Update to RELEASE 3.5.1
+ * Bug fix for infinite looping in Paragraph (likely caused by small
available Widths).
+ Reported by Kayley.Lane @ oracle.com
+- Update to RELEASE 3.5
+ * BalancedColumns flowable added
+ * primitive hyphenation functionality (with Pyphen installed)
+ * simple paragraphs now allow space shrinkage
+ * mixed parallel / stacked barcharts mechanism
+ * makeStream compression fix for python 3.x
+ * reproducibility fixes
+ * Bugfix for KeepWithNext and None
+ * Fix pie chart issue
+ * allow canvas filename to be a wrapped OS level file
+ * added DocTemplate._makeCanvas
+ * _text2Path fix
+ * AcroForm improvements
+ * added anchorAtXY parameter for images
+ * fix PDF syntax error with no Outlines
+ * fix bullet code
+ * qrencoder fix
+ * table minRowHeights support
+ * stopped abusing builtins to aid compatibility
+ * fix embedded font & fontfinder bugs
+ * fix zero width paragraph layout error
+ * doughnut charts support innerRadiusFraction
+ * more controllable under and strike lines
+- Remove upstream-included drop-requirements.patch
+
+-------------------------------------------------------------------
Old:
----
drop-requirements.patch
reportlab-3.4.0.tar.gz
New:
----
reportlab-3.5.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-reportlab.spec ++++++
--- /var/tmp/diff_new_pack.Xo75YD/_old 2019-01-11 14:00:42.532088747 +0100
+++ /var/tmp/diff_new_pack.Xo75YD/_new 2019-01-11 14:00:42.536088742 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-reportlab
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,16 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-%bcond_without tests
+# Tests require a network connection
+%bcond_with tests
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-reportlab
-Version: 3.4.0
+Version: 3.5.12
Release: 0
Url: http://www.reportlab.com/
Summary: The Reportlab Toolkit
@@ -29,9 +30,6 @@
Group: Development/Languages/Python
Source:
https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
Patch0: reportlab-missing-includes.patch
-# PATCH-FIX-UPSTREAM drop unneeded requirements
https://bitbucket.org/rptlab/reportlab/issues/113
-Patch1: drop-requirements.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{python_module Pillow}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
@@ -56,7 +54,6 @@
%prep
%setup -q -n reportlab-%{version}
%patch0
-%patch1 -p1
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
@@ -70,13 +67,16 @@
%if %{with tests}
%check
+export CFLAGS="%{optflags}"
export LANG=en_US.UTF-8
-%python_exec setup.py tests
+pushd tests
+%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
+$python runAll.py
+}
%endif
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt
+%license LICENSE.txt
%doc CHANGES.md README.txt
%{python_sitearch}/reportlab/
%{python_sitearch}/reportlab-%{version}-py*.egg-info
++++++ reportlab-3.4.0.tar.gz -> reportlab-3.5.12.tar.gz ++++++
++++ 26010 lines of diff (skipped)