Hello community,

here is the log from the commit of package python-reportlab for 
openSUSE:Factory checked in at 2016-04-22 16:23:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reportlab (Old)
 and      /work/SRC/openSUSE:Factory/.python-reportlab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-reportlab"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reportlab/python-reportlab.changes        
2013-11-25 16:03:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-reportlab.new/python-reportlab.changes   
2016-04-22 16:23:40.000000000 +0200
@@ -1,0 +2,85 @@
+Tue Mar 29 22:22:27 UTC 2016 - [email protected]
+
+- install LICENSE.txt
+
+-------------------------------------------------------------------
+Sat Nov  7 10:47:45 UTC 2015 - [email protected]
+
+- Fixed source download link.
+
+-------------------------------------------------------------------
+Fri Jun  5 07:15:04 UTC 2015 - [email protected]
+
+- Update to 3.2.0
+  * Added proportional underlining specific to font sizes, set via
+    the `underlineProportion` attribute of ParagraphStyles. 
+  * TrueType fonts: added support for cmaps 10 & 13
+  * DocTemplate class now supports a boolean `displayDocTitle` argument.
+  * TableofContents now supports a formatter argument to allow
+    formatting of the displayed page numbers (eg for appendices etc).
+  * Table `repeatRows` can now be a tuple of row numbers to allow
+    incomplete ranges of rows to be repeated. 
+  * Tables now do pass instance.`spaceBefore` & `spaceAfter` to
+    their split children when split 
+  * Several strangenesses were fixed in the pdfbase.pdfform module;
+    Multiple usage is now allowed.
+  * Error message fixes
+  * Various environment fixes for Google Application Environment
+  * Resource fixes
+  * PDFDoc can now set the `Lang` attribute
+  * canvas.drawString and similar now allow the character spacing
+    to be set 
+  * Index of accented stuff has been improved
+  * RTL code was improved
+  * fix Propertyset.clone
+  * `flowables.py`: fix ImageAndFlowables so it avoids testing
+    negative availableWidth 
+
+-------------------------------------------------------------------
+Fri Jun  5 07:15:03 UTC 2015 - [email protected]
+
+- Update to 3.1
+  * support for emoji
+  * improved pip-based installers
+
+-------------------------------------------------------------------
+Fri Jun  5 07:15:02 UTC 2015 - [email protected]
+
+- Update to 3.0
+  * ReportLab 3.0 now supports Python 2.7, 3.3 and higher.  
+  * There has been a substantial internal rewrite to ensure
+    consistent use of unicode strings for natural-language text,
+    and of bytes for all file format internals.
+  * Python 3.x compatibility
+  * New features
+    - Add ability to output greyscale and 1-bit PIL images without
+      conversion to RGB. (contributed by Matthew Duggan)
+    - highlight annotation (contributed by Ben Echols)
+  * Other
+    - numerous very minor fixes, visible through BitBucket.
+
+-------------------------------------------------------------------
+Sun Nov 24 18:38:52 UTC 2013 - [email protected]
+
+- Update to version 2.7
+  * Charts / graphics enhancements
+    - Added SimpleTimeSeriesPlot
+    - added _computeMaxSpace
+    - added in lineStyle (for bars)
+    - improved SVG rendering
+    - Pie Chart now has an `innerRadiusFraction` to allow doughnut-like
+      appearance for 2d charts
+  * Charts/graphics bug fixes
+    - piecharts.py: fix Pie3d __init__ to call its superclass
+    - linecharts.py: fix swatch creation
+    - fixed `y` axis in the simple time series plot
+  * PDF
+    - Fixes to testshapes & pdfform resetting
+    - colors.py
+    - various minor fixes
+  * Platypus
+    - Defined a small bullet rather than a big circle as the default for 
unordered lists
+    - fixed attribute spelling bug
+    - fixed CJK + endDots
+
+-------------------------------------------------------------------

Old:
----
  reportlab-2.7.tar.gz

New:
----
  reportlab-3.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-reportlab.spec ++++++
--- /var/tmp/diff_new_pack.9NjElD/_old  2016-04-22 16:23:41.000000000 +0200
+++ /var/tmp/diff_new_pack.9NjElD/_new  2016-04-22 16:23:41.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reportlab
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define modname reportlab
 Name:           python-%{modname}
-Version:        2.7
+Version:        3.2.0
 Release:        0
 Url:            http://www.reportlab.com/
 Summary:        The Reportlab Toolkit
-License:        BSD-2-Clause
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         http://www.reportlab.com/ftp/%{modname}-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz
 Patch0:         reportlab-missing-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freetype2-devel
@@ -45,7 +46,7 @@
 %prep
 %setup -q -n %{modname}-%{version}
 %patch0
-sed -i "1d" 
src/reportlab/lib/{formatters,fonts,set_ops,corp,units,pagesizes,__init__,randomtext,logger,normalDate}.py
+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
 
 %build
@@ -59,11 +60,12 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt README.txt
-%{python_sitearch}/_renderPM.so
-%{python_sitearch}/_rl_accel.so
-%{python_sitearch}/pyHnj.so
-%{python_sitearch}/sgmlop.so
+%if 0%{?suse_version} > 1315
+%license LICENSE.txt
+%else
+%doc LICENSE.txt
+%endif
+%doc CHANGES.md README.txt
 %{python_sitearch}/%{modname}/
 %{python_sitearch}/%{modname}-%{version}-py%{py_ver}.egg-info
 

++++++ reportlab-2.7.tar.gz -> reportlab-3.2.0.tar.gz ++++++
++++ 37308 lines of diff (skipped)


Reply via email to