Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2020-04-19 21:47:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Sun Apr 19 21:47:29 2020 rev:76 rq:789360 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2020-02-14 16:25:29.683194565 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.2738/python-matplotlib.changes
    2020-04-19 21:47:57.707899231 +0200
@@ -1,0 +2,40 @@
+Sat Mar 28 16:40:20 UTC 2020 - Arun Persaud <[email protected]>
+
+- specfile:
+  * update copyright year
+  * tkagg.py and wx_compat.py are not part of the build process anymore
+    (the backends still exist though); removed appropiate files from %files 
section
+
+- update to version 3.2.1:
+  * fix Quiver.set_UVC calls with scalar inputs
+  * fix bezier.get_parallels failure from floating point rounding
+    errors
+  * fix markers specified as tuples (polygons, stars, or asterisks)
+  * fix saving PNGs to file objects in some places
+  * fix saving figures using the nbAgg/notebook backend
+  * fix saving with tight layout using the PGF backend
+  * fix setting custom datapath in rcParams (note: it is still
+    deprecated)
+  * fix various issues running setup.py in non-CI environments
+  * fix xpdf distiller
+  * various minor bug and documentation fixes
+
+- changes from version 3.2.0:
+  * default image interpolation is now `'antialiased'` to better
+    handle down-sampling and reduce artifacts when up-sampling by
+    small ratios.
+  * change when ticks switch to using an offset to improve readability
+  * improvements to auto-scaling and auto-limits
+  * `DivergingNorm` has been renamed to `TwoSlopeNorm`
+  * support for 3 and 4 digit hex colors (`#123` maps to `#112233`)
+  * improvements to Logit scale ticker and formatter
+  * control of where errorbars start getting placed with `errorevery`
+  * correct kerning when laying out text
+  * improvements to MovieRegistry
+
+  * For the full details please see the whats new [1] and API changes
+    [2] in the documentation
+    [1] https://matplotlib.org/3.2.0/users/whats_new.html
+    [2] https://matplotlib.org/3.2.0/api/api_changes.html
+
+-------------------------------------------------------------------

Old:
----
  matplotlib-3.1.3.tar.gz

New:
----
  matplotlib-3.2.1.tar.gz

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

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.e7o8qe/_old  2020-04-19 21:47:59.755903341 +0200
+++ /var/tmp/diff_new_pack.e7o8qe/_new  2020-04-19 21:47:59.759903349 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-matplotlib
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,12 +29,12 @@
 # The tests also pull in dependencies of all backends done in pure python
 %bcond_with tests
 Name:           python-matplotlib
-Version:        3.1.3
+Version:        3.2.1
 Release:        0
 Summary:        Plotting Library for Python
 License:        SUSE-Matplotlib
 Group:          Development/Libraries/Python
-URL:            http://matplotlib.org
+URL:            https://matplotlib.org
 Source:         
https://files.pythonhosted.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
 Source1:        matplotlib-setup.cfg
 BuildRequires:  %{python_module Cycler >= 0.10}
@@ -50,18 +50,6 @@
 BuildRequires:  fdupes
 BuildRequires:  pkgconfig
 BuildRequires:  python-rpm-macros
-%if 0%{?is_opensuse}
-BuildRequires:  qhull-devel >= 2003.1
-%endif
-# SECTION WebAgg dependencies
-BuildRequires:  %{python_module tornado}
-# /SECTION
-# SECTION tk dependencies via tcl
-BuildRequires:  tcl
-BuildRequires:  pkgconfig(freetype2) >= 2.3
-BuildRequires:  pkgconfig(libpng) >= 1.2
-BuildRequires:  pkgconfig(tcl)
-# /SECTION
 Requires:       python-Cycler >= 0.10
 Requires:       python-kiwisolver >= 1.0.1
 Requires:       python-numpy >= 1.7.1
@@ -75,6 +63,18 @@
 Recommends:     python-Pillow
 Provides:       python-matplotlib-gtk = %{version}
 Obsoletes:      python-matplotlib-gtk < %{version}
+%if 0%{?is_opensuse}
+BuildRequires:  qhull-devel >= 2003.1
+%endif
+# SECTION WebAgg dependencies
+BuildRequires:  %{python_module tornado}
+# /SECTION
+# SECTION tk dependencies via tcl
+BuildRequires:  tcl
+BuildRequires:  pkgconfig(freetype2) >= 2.3
+BuildRequires:  pkgconfig(libpng) >= 1.2
+BuildRequires:  pkgconfig(tcl)
+# /SECTION
 %if %{with tests}
 # SECTION testing dependencies
 BuildRequires:  %{python_module mock}
@@ -391,9 +391,7 @@
 %license LICENSE/
 %license doc/users/license.rst
 %{python_sitearch}/matplotlib/backends/backend_tkagg.py*
-%{python_sitearch}/matplotlib/backends/tkagg.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_tkagg.*.py*
-%pycache_only %{python_sitearch}/matplotlib/backends/__pycache__/tkagg.*.py*
 
 %files %{python_files web}
 %license LICENSE/
@@ -407,10 +405,8 @@
 %files %{python_files wx}
 %license LICENSE/
 %license doc/users/license.rst
-%{python_sitearch}/matplotlib/backends/wx_compat.py*
 %{python_sitearch}/matplotlib/backends/backend_wx.py*
 %{python_sitearch}/matplotlib/backends/backend_wxagg.py*
-%pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/wx_compat.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_wx.*.py*
 %pycache_only 
%{python_sitearch}/matplotlib/backends/__pycache__/backend_wxagg.*.py*
 

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


Reply via email to