Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2017-11-09 13:57:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Thu Nov  9 13:57:25 2017 rev:56 rq:537215 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2017-10-17 01:52:05.475633952 +0200
+++ /work/SRC/openSUSE:Factory/.python-matplotlib.new/python-matplotlib.changes 
2017-11-09 13:58:02.038598448 +0100
@@ -1,0 +2,52 @@
+Thu Oct 26 17:37:41 UTC 2017 - [email protected]
+
+- Update to version 2.1.0
+  + New features
+    * String categorical values
+    * Interactive JS widgets for animation
+    * Enhancements to polar plot
+    * Figure class now has subplots method
+    * Metadata savefig keyword argument
+    * Busy Cursor
+    * PolygonSelector
+    * Added matplotlib.ticker.PercentFormatter
+    * Reproducible PS, PDF and SVG output
+    * Orthographic projection for mplot3d
+    * voxels function for mplot3d
+  + Improvements
+    * Add capstyle and joinstyle attributes to Collection
+    * CheckButtons widget get_status function
+    * Add fill_bar argument to AnchoredSizeBar
+    * Annotation can use a default arrow style
+    * Barbs and Quiver Support Dates
+    * Hexbin default line color
+    * Figure.legend() can be called without arguments
+    * Multiple legend keys for legend entries
+    * New parameter clear for :func:`~matplotlib.pyplot.figure`
+    * Specify minimum value to format as scalar for LogFormatterMathtext
+    * New quiverkey angle keyword argument
+    * Colormap reversed method
+    * Artist.setp (and pyplot.setp) accept a file argument
+    * streamplot streamline generation more configurable
+    * Axis.set_tick_params now responds to rotation
+    * Shading in 3D bar plots
+    * New which Parameter for autofmt_xdate
+    * New Figure Parameter for subplot2grid
+    * Interpolation in fill_betweenx
+    * New keyword argument sep for EngFormatter
+    * Extend MATPLOTLIBRC behavior
+    * density kwarg to hist
+  + Internals
+    * New TransformedPatchPath caching object
+    * Abstract base class for movie writers
+    * Stricter validation of line style rcParams
+  + Performance
+    * Path simplification updates
+    * Implement intersects_bbox in c++\
+- Remove upstream-included patches:
+  * 0001-Fix-include-path-for-system-libqhull.patch
+  * 0001-Allow-divmod-to-be-overridden-by-num.patch
+  * 166a14473272_Fix-contour-colour-level-determination.patch
+  * 97e170d2fc2c_Pass-integers-to-np_linspace.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Allow-divmod-to-be-overridden-by-num.patch
  0001-Fix-include-path-for-system-libqhull.patch
  166a14473272_Fix-contour-colour-level-determination.patch
  166a14473272_contour_manual_colors_and_levels.png
  97e170d2fc2c_Pass-integers-to-np_linspace.patch
  matplotlib-2.0.2.tar.gz

New:
----
  matplotlib-2.1.0.tar.gz

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

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.v4qacZ/_old  2017-11-09 13:58:03.882531272 +0100
+++ /var/tmp/diff_new_pack.v4qacZ/_new  2017-11-09 13:58:03.886531127 +0100
@@ -23,7 +23,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-matplotlib
-Version:        2.0.2
+Version:        2.1.0
 Release:        0
 Summary:        Plotting Library for Python
 License:        SUSE-Matplotlib
@@ -31,16 +31,6 @@
 Url:            http://matplotlib.org
 Source:         
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:        matplotlib-setup.cfg
-Source2:        166a14473272_contour_manual_colors_and_levels.png
-# PATCH-FIX-OPENSUSE 0001-Fix-include-path-for-system-libqhull.patch 
[email protected] -- avoid using bundled qhull, fixed in mpl 2.1.0
-Patch0:         0001-Fix-include-path-for-system-libqhull.patch
-# PATCH-FIX-UPSTREAM 0001-Allow-divmod-to-be-overridden-by-num.patch 
[email protected] -- fix testcase 
https://github.com/matplotlib/matplotlib/pull/8735.patch
-Patch1:         0001-Allow-divmod-to-be-overridden-by-num.patch
-# PATCH-FIX-UPSTREAM 166a14473272_Fix-contour-colour-level-determination.patch 
[email protected] - fix countours 
https://github.com/matplotlib/matplotlib/commit/166a14473272.patch
-Patch2:         166a14473272_Fix-contour-colour-level-determination.patch
-# PATCH-FIX-UPSTREAM 97e170d2fc2c_Pass-integers-to-np_linspace.patch 
[email protected] - fix geo projections 
https://github.com/matplotlib/matplotlib/commit/97e170d2fc2c.patch
-Patch3:         97e170d2fc2c_Pass-integers-to-np_linspace.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
@@ -245,10 +235,6 @@
 
 %prep
 %setup -q -n matplotlib-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 chmod -x lib/matplotlib/mpl-data/images/*.svg
 find examples lib/matplotlib lib/mpl_toolkits/mplot3d -type f -name "*.py" 
-exec sed -i "s|#!\/usr\/bin\/env python||" {} \;
 find examples lib/matplotlib lib/mpl_toolkits/mplot3d -type f -name "*.py" 
-exec sed -i "s|#!\/usr\/bin\/python||" {} \;
@@ -257,7 +243,6 @@
 %if %{without tests}
 sed -i -e 's/tests = .*/tests = False/' ./setup.cfg
 %else
-cp %{SOURCE2} 
lib/matplotlib/tests/baseline_images/test_contour/contour_manual_colors_and_levels.png
 # raise tolerance for changes due to freetype 2.6/2.7 rendering differences
 sed -i -e 's/\(image_comparison.*\)tol=0/\1tol=0.310/' 
lib/matplotlib/testing/decorators.py # default
 sed -i -e 's/tol=0.002/tol=0.009/' lib/matplotlib/tests/test_streamplot.py
@@ -289,7 +274,9 @@
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc README.rst LICENSE CHANGELOG PKG-INFO examples doc/users/license.rst
+%doc README.rst PKG-INFO doc/users/license.rst
+%doc examples/
+%doc LICENSE/
 %{python_sitearch}/matplotlib/
 %{python_sitearch}/matplotlib-%{version}-py*.egg-info
 %{python_sitearch}/matplotlib-%{version}-py*-nspkg.pth
@@ -310,12 +297,9 @@
 %exclude %{python_sitearch}/matplotlib/backends/backend_webagg_core.*
 %exclude %{python_sitearch}/matplotlib/backends/qt_compat.*
 %exclude %{python_sitearch}/matplotlib/backends/qt_editor/
-%exclude %{python_sitearch}/matplotlib/backends/qt4_compat.*
 %exclude %{python_sitearch}/matplotlib/backends/tkagg.*
 %exclude %{python_sitearch}/matplotlib/backends/web_backend/
-%endif
 %ifpycache
-%if 0%{?is_opensuse}
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_cairo.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_gtk3.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_gtk3agg.*
@@ -328,12 +312,9 @@
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/backend_webagg.*
 %exclude 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_webagg_core.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*
-%exclude %{python_sitearch}/matplotlib/backends/__pycache__/qt4_compat.*
 %exclude %{python_sitearch}/matplotlib/backends/__pycache__/tkagg.*
 %endif
-%endif
 %ifpython2
-%if 0%{?is_opensuse}
 %exclude %{python_sitearch}/matplotlib/backends/backend_wx.py*
 %exclude %{python_sitearch}/matplotlib/backends/backend_wxagg.py*
 %exclude %{python_sitearch}/matplotlib/backends/wx_compat.py*
@@ -343,7 +324,7 @@
 # Dummy package to pull in latex dependencies.
 %files %{python_files latex}
 %defattr(-,root,root,-)
-%doc doc/users/usetex.rst
+%doc README.rst
 
 %if 0%{?is_opensuse}
 
@@ -370,12 +351,10 @@
 %defattr(-,root,root,-)
 %{python_sitearch}/matplotlib/backends/backend_qt5.py*
 %{python_sitearch}/matplotlib/backends/backend_qt5agg.py*
-%{python_sitearch}/matplotlib/backends/qt4_compat.py*
 %{python_sitearch}/matplotlib/backends/qt_compat.py*
 %{python_sitearch}/matplotlib/backends/qt_editor/
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt5.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_qt5agg.*.py*
-%pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/qt4_compat.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/qt_compat.*.py*
 
 %files %{python_files qt4}

++++++ matplotlib-2.0.2.tar.gz -> matplotlib-2.1.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-matplotlib/matplotlib-2.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-matplotlib.new/matplotlib-2.1.0.tar.gz 
differ: char 5, line 1


Reply via email to