Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-matplotlib for 
openSUSE:Factory checked in at 2022-08-22 11:04:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-matplotlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-matplotlib.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-matplotlib"

Mon Aug 22 11:04:50 2022 rev:95 rq:998238 version:3.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-matplotlib/python-matplotlib.changes      
2022-05-30 12:43:15.556335342 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-matplotlib.new.2083/python-matplotlib.changes
    2022-08-22 11:04:55.417674118 +0200
@@ -1,0 +2,25 @@
+Sun Aug 14 14:47:16 UTC 2022 - Arun Persaud <a...@gmx.de>
+
+- specfile:
+  * removed pathc matplotlib-pr22975-fixarray.patch; included upstream
+
+- update to version 3.5.3:
+  * Fix alignment of over/under symbols
+  * Fix bugs in colorbars:
+    + alpha of extensions
+    + drawedges=True with extensions
+    + handling of panchor=False
+  * Fix builds on Cygwin and IBM i
+  * Fix contour labels in SubFigures
+  * Fix cursor output:
+    + for imshow with all negative values
+    + when using BoundaryNorm
+  * Fix interactivity in IPython/Jupyter
+  * Fix NaN handling in errorbar
+  * Fix NumPy conversion from AstroPy unit arrays
+  * Fix positional markerfmt passed to stem
+  * Fix unpickling:
+    + crash loading in a separate process
+    + incorrect DPI when HiDPI screens
+
+-------------------------------------------------------------------

Old:
----
  matplotlib-3.5.2.tar.gz
  matplotlib-pr22975-fixarray.patch

New:
----
  matplotlib-3.5.3.tar.gz

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

Other differences:
------------------
++++++ python-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.02UffH/_old  2022-08-22 11:04:57.625678949 +0200
+++ /var/tmp/diff_new_pack.02UffH/_new  2022-08-22 11:04:57.629678959 +0200
@@ -31,7 +31,7 @@
 %bcond_with test
 %endif
 Name:           python-matplotlib%{psuffix}
-Version:        3.5.2
+Version:        3.5.3
 Release:        0
 Summary:        Plotting Library for Python
 License:        SUSE-Matplotlib
@@ -41,8 +41,6 @@
 # Bundled version of freetype and qhull for testing purposes only
 Source98:       http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz
 Source99:       
https://downloads.sourceforge.net/project/freetype/freetype2/2.6.1/freetype-2.6.1.tar.gz
-# PATCH-FIX-UPSTREAM matplotlib-pr22975-fixarray.patch -- 
gh#matplotlib/matplotlib#22975, required for astropy 5.1
-Patch1:         
https://github.com/matplotlib/matplotlib/pull/22975.patch#/matplotlib-pr22975-fixarray.patch
 BuildRequires:  %{python_module Cycler >= 0.10}
 BuildRequires:  %{python_module FontTools >= 4.22.0}
 BuildRequires:  %{python_module devel}
@@ -115,7 +113,6 @@
 
 %package        cairo
 Summary:        Cairo backend for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       python-cairo
 
@@ -125,7 +122,6 @@
 
 %package        gtk3
 Summary:        GTK3 backends for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       %{name}-gtk-common = %{version}
 
@@ -135,7 +131,6 @@
 
 %package        gtk4
 Summary:        GTK4 backends for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       %{name}-gtk-common = %{version}
 
@@ -145,7 +140,6 @@
 
 %package        gtk-common
 Summary:        code common for GTK3 and GTK4 backends for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       %{name}-cairo = %{version}
 Requires:       gdk-pixbuf-loader-rsvg
@@ -158,7 +152,6 @@
 
 %package        latex
 Summary:        Allow rendering latex in %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 # grep usepackage lib/matplotlib/texmanager.py 
lib/matplotlib/backends/backend_pgf.py
 # 
https://github.com/search?q=usepackage+repo%3Amatplotlib%2Fmatplotlib+path%3Alib&type=Code
@@ -194,7 +187,6 @@
 
 %package        qt5
 Summary:        Qt5 backend for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       python-qt5
 Provides:       %{name}-qt-shared = %{version}
@@ -206,7 +198,6 @@
 
 %package        testdata
 Summary:        Test data for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 
 %description    testdata
@@ -215,7 +206,6 @@
 
 %package        tk
 Summary:        Tk backend for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       python-Pillow-tk
 Requires:       python-tk
@@ -227,7 +217,6 @@
 
 %package        web
 Summary:        Web backend for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       python-tornado
 
@@ -237,7 +226,6 @@
 
 %package        wx
 Summary:        WxWidgets backend for %{name}
-License:        SUSE-Matplotlib
 Requires:       %{name} = %{version}
 Requires:       python-wxPython >= 4
 
@@ -246,7 +234,7 @@
 for %{name} plotting package
 
 %prep
-%autosetup -p1 -n matplotlib-%{version}
+%autosetup -n matplotlib-%{version}
 #copy freetype to the right location, so that matplotlib will not try to 
download it
 mkdir -p ~/.cache/matplotlib/
 SHA=($(sha256sum %{SOURCE98}))

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

Reply via email to